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

Admin: @andrey2019
Download Telegram
Tackling the '1 Billion Row Challenge' with Node

The 1 Billion Row Challenge (1BRC) arose about a year ago to see how quickly different languages and techniques can be used to aggregate data from a 1 billion line text file. Here’s what one developer learnt trying to optimize the task with Node. - https://jackyef.com/posts/1brc-nodejs-learnings

#nodejs
My Top 5 Tips for using Pinia

In this blogpost from the creator of Pinia, discover 5 exclusive tips for using Pinia in your Vue.js Application. - https://masteringpinia.com/blog/my-top-5-tips-for-using-pinia

#vue
Node v23.5.0 (Current) Released

A Node release that slipped in just before 2024 ended. WebCryptoAPI’s Ed25519 and X25519 algorithms are now stable and on-thread hooks are now back. - https://nodejs.org/en/blog/release/v23.5.0

#nodejs
5 cool things you can do with Nuxt

Nuxt is loaded with a lot of standout features. From SSR to DX improvements. This article contains some of Nuxt’s awesome features and how they can transform you into a cool web developer. - https://masteringnuxt.com/blog/5-cool-things-you-can-do-with-nuxt

#vue
Using Frontegg Authentication with Vue.js

Building a Vue.js Saas app? A user management system forms an integral part of identity and access management and serves as a basic form of security. Frontegg provides all the user management capabilities your B2B SaaS needs, allowing a fully self-served experience within your product, right out of the box. This article covers how to use Frontegg’s authentication with Vue.js. - https://vuejsdevelopers.com/2022/10/20/using-frontegg-authentication-with-vuejs/

#vue
New capabilities for attr()

Una Kravets outlines how new attr() capabilites allow you to reference colors, numbers, percentages, named values as custom identifiers, and more. - https://una.im/advanced-attr

#css
An Early Look at React's Experimental Animations API

<ViewTransition /> is based on the powerful browser-based View Transition API (unsupported in Firefox for now). It’s only in pre-release versions of React so far, but Matt comes armed with examples and demos for you to get an early feel for the potential. - https://motion.dev/blog/reacts-experimental-view-transition-api

#react