FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Saying Goodbye to Node's Buffer

It’s time to shift from Buffer to Uint8Array, says Sindre. Given his epic number of maintained libraries, he could probably migrate half of the ecosystem solo, but he sets out his case for other library maintainers to avoid the use of Buffer in favor of the more cross-runtime alternative of Uint8Array and explains how to make the move, including a package to help. - https://sindresorhus.com/blog/goodbye-nodejs-buffer

#nodejs
👍4🔥2
Angular: Best Practices for 2023

Listing down few practices to catch up to early, on the way to being an Angular Developer. - https://blog.bitsrc.io/angular-best-practices-to-adapt-in-2023-bf67122b37ab

#angular
🔥5👍1
Benefits of using Nuxt Image Module

The Nuxt-image module is a powerful image optimization tool. It has the ability to resize and transform your images to increase page performance using a built-in optimizer. This post will look at how to add an image download feature to your Nuxt app while exploring this awesome module. - https://jaybharadia.hashnode.dev/benefits-of-using-nuxt-image-module

#vue
2👍2
Using CSS content-visibility To Boost Your Rendering Performance

Rob O’Leary dives into the benefits and practical use cases of the content-visibility CSS property, as well as situations where it might not be the most suitable option. - https://blog.logrocket.com/using-css-content-visibility-boost-rendering-performance

#css
👍5
Debugging Magic with Vue Devtools

Debugging in Vue.js can be a bit tricky sometimes especially as your applications grow more complex. Not to worry, in this article Vue Devtools is introduced as a perfect bug busting tool to help you figure out your bugs and understand your components and applications much better. - https://vueschool.io/articles/vuejs-tutorials/debugging-magic-with-vue-devtools/

#vue
👍32
Awesome Node Security: A Curated List of Node Security Resources

Includes links to libraries like Helmet, educational resources, tools, and even stories of incidents like the left-pad incident - https://github.com/lirantal/awesome-nodejs-security

#nodejs
👍6
Create your own custom Vue Hooks: useElementVisibile

This article will walk you through the process of developing a custom Vue composable hook that can be used across any app or component by creating a hook called useElementVisible, which provides a reactive property that tracks whether or not the element is in the viewport. - https://medium.com/@ankurr.singhal/create-your-own-custom-vue-hooks-useelementvisibile-d04095a13c8b

#vue
👍6