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

Admin: @andrey2019
Download Telegram
How To Deal With Big Tooling Upgrades In Large Organizations

The process of upgrading large third-party packages in equally large organizations is rarely, if ever, as easy as running an npm update and calling it a day in this context. Joran Quinten shares valuable lessons from his team’s experiences in upgrading third-party code that affects codebases across the entire organization. - https://www.smashingmagazine.com/2023/05/big-tooling-upgrades-large-organizations/

#vue
Choosing the Best Node.js Docker Image

If you feel tempted to just throw FROM node into your Dockerfile, think again – there are other options to consider.
- https://snyk.io/blog/choosing-the-best-node-js-docker-image/

#nodejs
Vue.js Transitions and Animations

Transitions and animations are a great way to add visual interest to any website or web application. They can even enhance user experience and interaction. In this Exclusive new course from Vue School, unlock the full potential of Vue with its built-in support for transitions and animations. Plus, discover a variety of third-party Vue.js plugins perfect for taking your transitions and animations to the next level. - https://vueschool.io/courses/vue-js-transitions-and-animations

#vue
How to Use SSL/TLS Pinning in Node

SSL/TLS pinning adds an extra layer of security to connections between your apps and remote servers by storing certificates and keys for connections, thus reducing the potential for MITM attacks. - https://snyk.io/blog/ssl-tls-pinning-node-js/

#nodejs
Mastering Internationalization: A Guide to Localization in Vue Apps with Vue I18n

Localization is the process of adapting your Application to the culture and language of users in a target market. Localization plays a huge role in making your website or service more appealing to the end users.This article guides you through concepts of localisation in the Vue.js application using Vue I18n one of the popular localisation libraries and how to implement useful features like lazy loading locales and getting the browser language preference of the user and persisting the user locale preference through building a demo Vue app. - https://venkata-sandeep-takasi.hashnode.dev/mastering-internationalization-a-guide-to-localization-in-vue-apps-with-vue-i18n

#vue