Creating an Animated Hamburger Menu Icon for React - https://blog.logrocket.com/creating-animated-hamburger-menu-icon-react/
#react
#react
LogRocket Blog
Creating an animated hamburger menu icon for React - LogRocket Blog
Build a responsive React hamburger menu with CSS animations and ensure seamless (and delicious) cross-platform consistency.
Always unsubscribe. No exceptions. Debate closed.
So many years with Angular. So many years with RxJS. Yet people still fight over “when NOT to unsubscribe”. - https://itnext.io/always-unsubscribe-no-exceptions-debate-closed-5184c2655ac3
#angular
So many years with Angular. So many years with RxJS. Yet people still fight over “when NOT to unsubscribe”. - https://itnext.io/always-unsubscribe-no-exceptions-debate-closed-5184c2655ac3
#angular
Medium
Always unsubscribe. No exceptions. Debate closed.
So many years with Angular. So many years with RxJS. Yet people still fight over “when NOT to unsubscribe”.
An SSR Performance Showdown
Fastify’s Matteo Collina set out to find out the current state of server-side rendering performance across today’s most popular libraries - https://blog.platformatic.dev/ssr-performance-showdown
#ssr
Fastify’s Matteo Collina set out to find out the current state of server-side rendering performance across today’s most popular libraries - https://blog.platformatic.dev/ssr-performance-showdown
#ssr
Platformatic Blog
An SSR Performance Showdown
💡
Note: In the first iteration of this benchmark, we made a few mistakes, summarized in this tweet by Theo Browne . We'd like to first apologize for these errors, and to sincerely thank Rich Harris, Ryan Carniato, Dan Abramov, Balázs Németh and Domi...
Note: In the first iteration of this benchmark, we made a few mistakes, summarized in this tweet by Theo Browne . We'd like to first apologize for these errors, and to sincerely thank Rich Harris, Ryan Carniato, Dan Abramov, Balázs Németh and Domi...
Opinions for Writing Good CSS
Andrew Walpole shares some tips on writing better CSS. - https://www.andrewwalpole.com/blog/opinions-for-writing-good-css
#css
Andrew Walpole shares some tips on writing better CSS. - https://www.andrewwalpole.com/blog/opinions-for-writing-good-css
#css
Andrewwalpole
Opinions for Writing Good CSS
CSS is a flexible language that, in my opinion, requires opinions to be written well and consistently. Here are some of my opinions for writing good CSS.
From Node.js to Deno: How It All Began
A brief nine minute documentary exploring the origins of Deno with Ryan Dahl and Bert Belder. A good, quick way to get up to speed with the motivations behind the alternative JavaScript runtime. - https://www.youtube.com/watch?v=zxitJn9MwYs
#nodejs
A brief nine minute documentary exploring the origins of Deno with Ryan Dahl and Bert Belder. A good, quick way to get up to speed with the motivations behind the alternative JavaScript runtime. - https://www.youtube.com/watch?v=zxitJn9MwYs
#nodejs
YouTube
From Node.js to Deno: How It All Began
After your enthusiastic feedback on our Node.js documentary, we’re excited to present a special feature on Deno! Created by Ryan Dahl and Bert Belder, the innovative minds who contributed A LOT to Node.js (hell one even created Node.js), Deno represents a…
Building Enterprise Angular Applications with Domain Driven Design
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be… - https://medium.com/@jonatan.melzer/building-enterprise-angular-applications-with-domain-driven-design-a9079d6a9420
#angular
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be… - https://medium.com/@jonatan.melzer/building-enterprise-angular-applications-with-domain-driven-design-a9079d6a9420
#angular
Medium
Building Enterprise Angular Applications with Domain Driven Design
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be built around a deep…
Ultimate Guide to Vue 3 Reactivity
Reactivity is one of the key features that make Vue.js a powerful framework for building interactive and dynamic web applications. It allows developers to declaratively define relationships between data and the UI, ensuring that changes in data are automatically reflected in the UI and vice versa. This article will explore the concept of reactivity in Vue 3, discussing the reactivity model, reactive data, computed properties, and reactivity caveats. - https://dev.to/kaperskyguru/ultimate-guide-to-vue-3-reactivity-1e41
#vue
Reactivity is one of the key features that make Vue.js a powerful framework for building interactive and dynamic web applications. It allows developers to declaratively define relationships between data and the UI, ensuring that changes in data are automatically reflected in the UI and vice versa. This article will explore the concept of reactivity in Vue 3, discussing the reactivity model, reactive data, computed properties, and reactivity caveats. - https://dev.to/kaperskyguru/ultimate-guide-to-vue-3-reactivity-1e41
#vue
DEV Community
Ultimate Guide to Vue 3 Reactivity
Reactivity is one of the key features that make Vue.js a powerful framework for building interactive...
A React 19 Cheat Sheet
From Kent C Dodds, of Epic React fame, comes this part cheat sheet, part succinct reminder of some of the new things you can do in React 19, along with (very) brief code examples. - https://www.epicreact.dev/react-19-cheatsheet
#react
From Kent C Dodds, of Epic React fame, comes this part cheat sheet, part succinct reminder of some of the new things you can do in React 19, along with (very) brief code examples. - https://www.epicreact.dev/react-19-cheatsheet
#react
Epic React
React 19 Cheat Sheet
Get Extremely Good at React
Center Items in First Row with CSS Grid
Ryan Mulligan explains how to stack grid items so that an odd number of items appears horizontally centered in the first row instead of the last. - https://ryanmulligan.dev/blog/grid-stacks
#css
Ryan Mulligan explains how to stack grid items so that an odd number of items appears horizontally centered in the first row instead of the last. - https://ryanmulligan.dev/blog/grid-stacks
#css
ryanmulligan.dev
Center Items in First Row with CSS Grid
Stacking grid items so that an odd number of items appears horizontally centered in the first row instead of the last.
Multi-tenancy with Nestjs
Introduction: In this post, I will elucidate the concept of multi-tenancy through a straightforward… - https://blogs.sajankumarv.com/multi-tenancy-with-nestjs-d444988b854a
#nodejs
Introduction: In this post, I will elucidate the concept of multi-tenancy through a straightforward… - https://blogs.sajankumarv.com/multi-tenancy-with-nestjs-d444988b854a
#nodejs
Medium
Multi-tenancy with Nestjs
Introduction: In this post, I will elucidate the concept of multi-tenancy through a straightforward demonstration using Nest.js.
Make Your Components Easier to Think About
Here are some ways you can make your code easier to think about, so you’re less confused and can actually get stuff done. - https://michaelnthiessen.com/make-your-components-easier-to-think-about
#vue
Here are some ways you can make your code easier to think about, so you’re less confused and can actually get stuff done. - https://michaelnthiessen.com/make-your-components-easier-to-think-about
#vue
Michaelnthiessen
Make Your Components Easier to Think About
I hate thinking.
Well, actually, I *love* thinking, but only when I’m able to solve problems or make progress with it.
But often our code gets in the way of this.
Well, actually, I *love* thinking, but only when I’m able to solve problems or make progress with it.
But often our code gets in the way of this.
Angular Signals: Best Practices
In this article, I share my experience of working with Angular Signals after almost a year of using them. - https://medium.com/@eugeniyoz/angular-signals-best-practices-9ac837ab1cec
#angular
In this article, I share my experience of working with Angular Signals after almost a year of using them. - https://medium.com/@eugeniyoz/angular-signals-best-practices-9ac837ab1cec
#angular
Medium
Angular Signals: Best Practices
In this article, I share my experience of working with Angular Signals after almost a year of using them.
Introducing TanStack Router
TanStack Router is a powerful and mature type-safe React router aimed at client-side use (though a full-stack option is beginning to appear with TanStack Start). Adam shows off the essentials with the hope of getting you on board the TanStack train too. - https://frontendmasters.com/blog/introducing-tanstack-router/
#react
TanStack Router is a powerful and mature type-safe React router aimed at client-side use (though a full-stack option is beginning to appear with TanStack Start). Adam shows off the essentials with the hope of getting you on board the TanStack train too. - https://frontendmasters.com/blog/introducing-tanstack-router/
#react
Frontendmasters
Introducing TanStack Router – Frontend Masters Boost
TanStack Router is a comprehensive JavaScript framework for client-side applications, emphasizing type-safe routing and navigation. It includes nested layouts and efficient data loading.
How using the Angular’s inject() function has saved me 1000 lines of code
Discover how easily can the inject() function improve your project - https://javascript.plainenglish.io/how-using-the-angulars-inject-function-has-saved-me-1000-lines-of-code-82b699183da8
#angular
Discover how easily can the inject() function improve your project - https://javascript.plainenglish.io/how-using-the-angulars-inject-function-has-saved-me-1000-lines-of-code-82b699183da8
#angular
Medium
How using the Angular’s inject() function has saved me 1000 lines of code
Discover how easily can the inject() function improve your project
Integrating HeadlessUI and TailwindCSS with Nuxt.js: A Comprehensive Guide
Learn how to integrate HeadlessUI and TailwindCSS with Nuxt.js applications in this comprehensive, step-by-step guide. - https://masteringnuxt.com/blog/integrating-headlessui-and-tailwindcss-with-nuxtjs-a-comprehensive-guide
#vue
Learn how to integrate HeadlessUI and TailwindCSS with Nuxt.js applications in this comprehensive, step-by-step guide. - https://masteringnuxt.com/blog/integrating-headlessui-and-tailwindcss-with-nuxtjs-a-comprehensive-guide
#vue
Masteringnuxt
Integrating HeadlessUI and TailwindCSS with Nuxt.js: A Comprehensive Guide
Learn how to integrate HeadlessUI and TailwindCSS with Nuxt.js applications in this comprehensive, step-by-step guide.
CSS Compatibility
CSS Compatibility is a VS Code extension that allows you to check on hover which CSS syntax, keywords, types, or functions are compatible or supported across browsers. - https://marketplace.visualstudio.com/items?itemName=vivek9patel.vscode-css-compatibility
#css
CSS Compatibility is a VS Code extension that allows you to check on hover which CSS syntax, keywords, types, or functions are compatible or supported across browsers. - https://marketplace.visualstudio.com/items?itemName=vivek9patel.vscode-css-compatibility
#css
Visualstudio
CSS Compatibility - Visual Studio Marketplace
Extension for Visual Studio Code - Check, on hover, which CSS sytax, keywords, types or functions are compatible or supported with all browsers and thier versions.
The Nine Node Pillars: Principles for Doing Node Right in the Enterprise
An interesting resource from a group of prolific and productive Node.js contributors. It’s designed to act as a checklist to identify gaps in your current Node development practices, particularly when building larger scale apps. - https://www.platformatichq.com/node-principles
#nodejs
An interesting resource from a group of prolific and productive Node.js contributors. It’s designed to act as a checklist to identify gaps in your current Node development practices, particularly when building larger scale apps. - https://www.platformatichq.com/node-principles
#nodejs
Platformatichq
The Nine Node Pillars
9 Principles for Doing Node.js Right in Enterprise Environments
React Chrono: Dynamic, Interactive Timeline Component
Supports horizontal, vertical, and vertical alternating timelines, complete with keyboard accessibility, support for nested timelines, auto-playing timelines slideshow-style, and more. - https://react-chrono.prabhumurthy.com/
#react
Supports horizontal, vertical, and vertical alternating timelines, complete with keyboard accessibility, support for nested timelines, auto-playing timelines slideshow-style, and more. - https://react-chrono.prabhumurthy.com/
#react
Prabhumurthy
React Chrono
Smart timeline component for React
Introducing TanStack Router
TanStack Router is a powerful and mature type-safe React router aimed at client-side use (though a full-stack option is beginning to appear with TanStack Start). Adam shows off the essentials with the hope of getting you on board the TanStack train too. - https://tanstack.com/blog/tanstack-router-typescript-performance
#react
TanStack Router is a powerful and mature type-safe React router aimed at client-side use (though a full-stack option is beginning to appear with TanStack Start). Adam shows off the essentials with the hope of getting you on board the TanStack train too. - https://tanstack.com/blog/tanstack-router-typescript-performance
#react
Tanstack
A milestone for TypeScript Performance in TanStack Router | TanStack Blog
TanStack Router pushes the boundaries on type-safe routing.
The router's components such as ` and its hooks such as useSearch, useParams, useRouteContext and useLoaderData, infer from the route definitions to offer great type-safety. It's common for applications…
The router's components such as ` and its hooks such as useSearch, useParams, useRouteContext and useLoaderData, infer from the route definitions to offer great type-safety. It's common for applications…
Navigating Angular Apps: A Guide to RedirectCommand
Since Angular introduced the capability to return a UrlTree in router guards, it has become a preferred… - https://netbasal.com/navigating-angular-apps-a-guide-to-redirectcommand-1675e890349d
#angular
Since Angular introduced the capability to return a UrlTree in router guards, it has become a preferred… - https://netbasal.com/navigating-angular-apps-a-guide-to-redirectcommand-1675e890349d
#angular
Medium
Navigating Angular Apps: A Guide to RedirectCommand
Since Angular introduced the capability to return a UrlTree in router guards, it has become a preferred method for implementing redirects…