Speedy CSS Tip! Animated Gradient Text
Jhey Tompkins shows how to make an animated gradient text effect with scoped custom properties and background-clip. - https://web.dev/speedy-css-tip-animated-gradient-text
#css
Jhey Tompkins shows how to make an animated gradient text effect with scoped custom properties and background-clip. - https://web.dev/speedy-css-tip-animated-gradient-text
#css
web.dev
Speedy CSS Tip! Animated Gradient Text | Articles | web.dev
👍6❤1
Vite 4.0 Released
From the same creator as Vue.js, Vite is an exciting piece of frontend tooling offering lots of goodies out of the box. Vite’s new React plugin that leans upon SWC (above) presents a new option for React developers looking for even more speed, particularly when using Fast Refresh. - https://vitejs.dev/blog/announcing-vite4.html
#vite
From the same creator as Vue.js, Vite is an exciting piece of frontend tooling offering lots of goodies out of the box. Vite’s new React plugin that leans upon SWC (above) presents a new option for React developers looking for even more speed, particularly when using Fast Refresh. - https://vitejs.dev/blog/announcing-vite4.html
#vite
vitejs
Announcing Vite 4
Vite 4 Release Announcement
👍4
Tao of Node: On Design, Architecture and Best Practices
'Big picture' items always tend to do well. We're all looking for structure, new ways to think about things, and ideas on how to approach problems. Here, Alex boiled down the hard-earned best practices and gut feelings he'd picked up while developing high-quality Node apps over time. - https://alexkondov.com/tao-of-node/
#nodejs
'Big picture' items always tend to do well. We're all looking for structure, new ways to think about things, and ideas on how to approach problems. Here, Alex boiled down the hard-earned best practices and gut feelings he'd picked up while developing high-quality Node apps over time. - https://alexkondov.com/tao-of-node/
#nodejs
Alexkondov
Tao of Node - Design, Architecture & Best Practices
One of the main benefits of JavaScript is that it runs both in the browser and the server. As an engineer you need to master a single language and your skills…
👍7
visx: Airbnb's Low Level Visualization Components
Bring your own state management, animation library, or CSS-in-JS solution – visx is designed to slot into pretty much any React codebase. - https://airbnb.io/visx/
#react #library
Bring your own state management, animation library, or CSS-in-JS solution – visx is designed to slot into pretty much any React codebase. - https://airbnb.io/visx/
#react #library
👍3
How to Build a Modern Documentation Site with VitePress
In this tutorial, you'll learn how to build a complete docs site quickly by utilizing VitePress. - https://www.freecodecamp.org/news/how-to-build-a-modern-documentation-site-with-vitepress/
#vue
In this tutorial, you'll learn how to build a complete docs site quickly by utilizing VitePress. - https://www.freecodecamp.org/news/how-to-build-a-modern-documentation-site-with-vitepress/
#vue
freeCodeCamp.org
How to Build a Modern Documentation Site with VitePress
By Victor Eke Documentation is a crucial aspect of software development. But developers often neglect it because it can be a hassle to maintain. This is why it's important to use tools that help simplify this process. In this tutorial, you'll learn ...
🔥6👍4
External Configurations in Angular
In this article, we will learn about external configurations in Angular. - https://indepth.dev/posts/1502/external-configurations-in-angular
#angular
In this article, we will learn about external configurations in Angular. - https://indepth.dev/posts/1502/external-configurations-in-angular
#angular
Angularindepth
Angular in Depth
Unlock the power of software engineering at its core with Angular in Depth!
👍5
Popular Node.js Patterns and Tools to Reconsider
Yoni is well known for his work in cataloging Node best practices and he thought we should reflect upon some of our more entrenched approaches. - https://practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/
#nodejs
Yoni is well known for his work in cataloging Node best practices and he thought we should reflect upon some of our more entrenched approaches. - https://practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/
#nodejs
practica.dev
Popular Node.js patterns and tools to re-consider | Practica.js
Node.js is maturing. Many patterns and frameworks were embraced - it's my belief that developers' productivity dramatically increased in the past years. One downside of maturity is habits - we now reuse existing techniques more often. How is this a problem?
🥰4👍3
An Interactive Guide to Flexbox
Joshua Comeau created a fantastic guide that will help you expand your mental model for Flexbox even if you’ve been using it for years. - https://www.joshwcomeau.com/css/interactive-guide-to-flexbox
#css
Joshua Comeau created a fantastic guide that will help you expand your mental model for Flexbox even if you’ve been using it for years. - https://www.joshwcomeau.com/css/interactive-guide-to-flexbox
#css
Joshwcomeau
An Interactive Guide to Flexbox in CSS • Josh W. Comeau
When we truly learn the secrets of the Flexbox layout mode, we can build absolutely incredible things. Fluid layouts that stretch and shrink without arbitrary breakpoints. In this action-packed interactive tutorial, we'll pop the hood on the Flexbox algorithm…
❤10👍1
Webpack 5 module federation for Micro-frontend Architecture
Webpack 5 + React + Angular + Vue + Svelte - https://medium.com/@harshverma04111989/webpack-5-module-federation-for-micro-frontend-architecture-ed3b77c7d729
#webpack #microfrontends
Webpack 5 + React + Angular + Vue + Svelte - https://medium.com/@harshverma04111989/webpack-5-module-federation-for-micro-frontend-architecture-ed3b77c7d729
#webpack #microfrontends
Medium
Webpack 5 module federation for Micro-frontend Architecture
Webpack 5 + React + Angular + Vue + Svelte
👍7
Refactoring Angular Applications - https://levelup.gitconnected.com/refactoring-angular-applications-be18a7ee65cb
#angular
#angular
Medium
Refactoring Angular Applications
Refactoring is one of the most important techniques in software engineering because it is the only way that projects do not become zombies…
👍4
Create a Table of Contents With Active States in Nuxt 3
In this article, I will show you how to create a sticky table of contents sidebar with an active state based on the current scroll position using Nuxt 3, Nuxt Content and Intersection Observer. - https://mokkapps.de/blog/create-a-table-of-contents-with-active-states-in-nuxt-3
#vue
In this article, I will show you how to create a sticky table of contents sidebar with an active state based on the current scroll position using Nuxt 3, Nuxt Content and Intersection Observer. - https://mokkapps.de/blog/create-a-table-of-contents-with-active-states-in-nuxt-3
#vue
❤1👍1
SWR 2.0: Improved React Hooks for Data Fetching
The second major release of SWR (Stale-While-Revalidate) includes new mutation APIs, improved optimistic UI capabilities, new developer tools, as well as improved support for concurrent rendering. - https://swr.vercel.app/blog/swr-v2
#react
The second major release of SWR (Stale-While-Revalidate) includes new mutation APIs, improved optimistic UI capabilities, new developer tools, as well as improved support for concurrent rendering. - https://swr.vercel.app/blog/swr-v2
#react
swr.vercel.app
Announcing SWR 2.0 – SWR
Announcing SWR 2.0: new mutation APIs and improved optimistic UI capabilities, new DevTools, better support for concurrent rendering, and more.
👍8❤4
How To Use Huge Type on the Web
Matej Latin explores huge type and establishes guidelines and recommendations for using it on the web. - https://matejlatin.com/blog/2022/11/21/how-to-use-huge-type-on-the-web
#css
Matej Latin explores huge type and establishes guidelines and recommendations for using it on the web. - https://matejlatin.com/blog/2022/11/21/how-to-use-huge-type-on-the-web
#css
Matejlatin
How to use huge type on the web | Matej Latin
I’ve been advocating more daring and bolder use of typography on the web ever since I started the Better Web Type project. Picking a sans-serif font for tit ...
👍4
JavaScript and Node Testing Best Practices: 2022 Edition
Yoni scored a double this year with his categorized list of fifty best practices and examples. This resource is a few years old but has been kept up to date (the last commit was yesterday!) and translated into several (written) languages. - https://github.com/goldbergyoni/javascript-testing-best-practices#readme
#nodejs
Yoni scored a double this year with his categorized list of fifty best practices and examples. This resource is a few years old but has been kept up to date (the last commit was yesterday!) and translated into several (written) languages. - https://github.com/goldbergyoni/javascript-testing-best-practices#readme
#nodejs
GitHub
GitHub - goldbergyoni/javascript-testing-best-practices: 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices…
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2025) - goldbergyoni/javascript-testing-best-practices
👍9
Svelvet is a lightweight Svelte component library for building interactive node-based flow diagrams - https://www.svelvet.io/
#svelte
#svelte
👍3
Angular Inject & Injection Functions -Patterns & Anti-Patterns - https://medium.com/marmicode/angular-inject-injection-functions-patterns-anti-patterns-b099deb2d73c
#angular
#angular
Medium
Angular Inject & Injection Functions -Patterns & Anti-Patterns
A few days ago, at an absurd and not very known time of day where it’s nighttime on all timezones around the globe, Alex Rickabaugh…
👍5
Avoid These Common useState Pitfalls
“You first need to become aware of the potential problems around useState in order to avoid them,” so Johannes takes us on an example-led journey to do just that. - https://profy.dev/article/react-usestate-pitfalls
#react
“You first need to become aware of the potential problems around useState in order to avoid them,” so Johannes takes us on an example-led journey to do just that. - https://profy.dev/article/react-usestate-pitfalls
#react
profy.dev
Avoid These Common Pitfalls Of React useState
useState is the easiest and most common React hook. But so are some of its problems. Become aware of them and use the exercises on this page to improve your own code.
👍3
Migrating from Nuxt 2 to Nuxt 3
Debbie shares with you the steps she took to migrate her site from Nuxt 2 to Nuxt 3. - https://debbie.codes/blog/migrating-nuxt2-nuxt3
#vue
Debbie shares with you the steps she took to migrate her site from Nuxt 2 to Nuxt 3. - https://debbie.codes/blog/migrating-nuxt2-nuxt3
#vue
Debbie Codes
Migrating from Nuxt 2 to Nuxt 3
My personal website was built many years ago and had collected quite a large amount of code as I used my site to play around and experiment new features of Nuxt. It took me ages to finally decide to migrate cause lets face it, we all hate migrations. But…
👍6