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

Admin: @andrey2019
Download Telegram
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
👍3
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
3👍3
Scroll-Based 3D Cards

Kushagra Gour shows how you can simulate cards with 3D depth based on scrolling using the newly arrived scroll-based animations. - https://kushagra.dev/blog/scroll-based-3d-cards

#css
👍4
Useful DevTools Tips and Tricks

Having worked on both Firefox and Edge's devtools, Patrick knows his stuff (and shares over 100 tips on his DevTools Tips site). Here, he shares his top 15. - https://www.smashingmagazine.com/2023/06/popular-devtools-tips/

#devtools
👍51
Coding the Stars: An Interactive Constellation with React Three Fiber

The Supabase team built a Web-based visualization in the form of an animated sky filled with stars, where each star represented a user signup. If you’ve never experimented with React Three Fiber or creating visual effects before, this is a good introduction walking through the key parts of their approach. - https://supabase.com/blog/interactive-constellation-threejs-react-three-fiber

#react
👍5
Getting Daily Notifications My Parent is Okay

Being in the UK – a nation that truly loves its tea – the approach involves monitoring whether a water kettle is used each day. Node makes an appearance for turning the activity into Telegram messages. - https://remysharp.com/2023/09/11/getting-daily-notifications-my-parent-is-okay

#nodejs
👍4
Introduction to Error Monitoring for Vue Developers

Unfortunately, none of us has ever written a 100% perfect application at scale. With every new line of code comes new opportunities for bugs to creep in and cause unexpected behavior and poor customer experiences. This article introduces Sentry as a perfect solution to Error monitoring in our Vue.js applications - https://vueschool.io/articles/news/introduction-to-error-monitoring-for-vue-developers/

#vue
👍5👏3
JPEG and EXIF Data Manipulation in JavaScript

A look at how to pick through the JPEG format and read and replace EXIF tags directly without leaning on a third party library. - https://getaround.tech/exif-data-manipulation-javascript/

#nodejs
👍7