FrontEnd Development
29.7K subscribers
145 photos
1 video
8.63K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Vue show and hide form elements

When working with forms, displaying or concealing various fields is common based on selected options.
This article explains how to conditionally show or hide form elements in @vuejs. - https://dcblog.dev/vue-show-and-hide-form-elements

#vue
Handling Environment Variables in Node

An in-depth guide to NODE_ENV, how to use Fastify secret management plugins, how to validate environment variables, and bringing Platformatic into the mix. - https://blog.platformatic.dev/handling-environment-variables-in-nodejs

#nodejs
AdonisJS v6: The Complete Web Framework

If you want a TypeScript-first backend Web framework with amazing docs and packed with features out the box, Adonis is worth a look. v6 takes a huge step forward by using ESM by default, offering significantly more type safety overall , a new validation library, and more. - https://adonisjs.com/blog/adonisjs-v6-announcement

#nodejs
Accounting for Internationalization with CSS and HTML

Jenn Diaz explains how to achieve internalization using logical properties, CSS Writing Mode, the dir attribute, and the lang attribute. - https://sparkbox.com/foundry/internationalization_css_html

#css
Starting and Publishing a Library: The Modern Way

A walk through the steps involved in creating and packaging a library, publishing a package, adding testing, and automatically publishing it all to the NPM registry, along with provenance. - https://advancedweb.hu/modern-javascript-library-starter/

#nodejs
Lessons Learned Upgrading to React 18

If you get the feeling everyone upgrades to using the newest React version and features ASAP, it’s not true. Most teams take a while to do big upgrades (if they even do so at all) so it’s interesting to see the SonarQube team’s story and some issues they ran into. - https://www.sonarsource.com/blog/upgrading-react-18-sonarqube/

#react