RouteReuseStrategy Simplified in Angular
What is Route Reuse Strategy In Angular? How to Implement it? - https://javascript.plainenglish.io/routereusestrategy-simplified-in-angular-2e358db618d9
#angular
What is Route Reuse Strategy In Angular? How to Implement it? - https://javascript.plainenglish.io/routereusestrategy-simplified-in-angular-2e358db618d9
#angular
Medium
RouteReuseStrategy Simplified in Angular
What is Route Reuse Strategy In Angular? How to Implement it?
👍4
A Few Interesting Ways To Use CSS Shadows For More Than Depth
Preethi experiments with different shadows — two CSS properties and a filter — to make interesting hover effects, different text styles, and even casting shadows on other shadows. - https://www.smashingmagazine.com/2023/08/interesting-ways-use-css-shadows
#css
Preethi experiments with different shadows — two CSS properties and a filter — to make interesting hover effects, different text styles, and even casting shadows on other shadows. - https://www.smashingmagazine.com/2023/08/interesting-ways-use-css-shadows
#css
Smashing Magazine
A Few Interesting Ways To Use CSS Shadows For More Than Depth — Smashing Magazine
We often think of shadows in CSS as something to reach for when we want to add depth to a design. But shadows can be used for more than depth. Let’s experiment with different shadows — two CSS properties and a filter — to make interesting hover effects, different…
👍3
How to create beautiful view transitions in Nuxt using the new View Transitions API
Web Transitions API is a new API that gives us a better way of creating animated transitions between different DOM states while also updating the DOM contents in a single step. This article provides a guide on how to create stunning webpage transition with the new View Transition API. - https://dev.to/michalkuncio/how-to-create-beautiful-view-transitions-in-nuxt-using-the-new-view-transitions-api-1pph
#vue
Web Transitions API is a new API that gives us a better way of creating animated transitions between different DOM states while also updating the DOM contents in a single step. This article provides a guide on how to create stunning webpage transition with the new View Transition API. - https://dev.to/michalkuncio/how-to-create-beautiful-view-transitions-in-nuxt-using-the-new-view-transitions-api-1pph
#vue
DEV Community
How to create beautiful view transitions in Nuxt using the new View Transitions API
Intro The Web platform is thriving with all those new APIs that were introduced lately....
👍3
The State of Node.js Performance in 2023
Node 20 was put through its paces against 18.16 and 16.20 with a few different benchmark suites running on EC2. It went into a lot of depth, but ultimately Node 20 is the champion. - https://blog.rafaelgss.dev/state-of-nodejs-performance-2023
#nodejs
Node 20 was put through its paces against 18.16 and 16.20 with a few different benchmark suites running on EC2. It went into a lot of depth, but ultimately Node 20 is the champion. - https://blog.rafaelgss.dev/state-of-nodejs-performance-2023
#nodejs
blog.rafaelgss.dev
State of Node.js Performance 2023
Tech insights on Performance, Security and Node.js from Rafael Gonzaga, Node.js TSC member
👍4
State management in Micro-Frontends
What is State Management? State management refers to the process of managing the data and application state… - https://medium.com/sysco-labs/state-management-in-micro-frontends-ee273830f95f
#microfrontends
What is State Management? State management refers to the process of managing the data and application state… - https://medium.com/sysco-labs/state-management-in-micro-frontends-ee273830f95f
#microfrontends
Medium
State management in Micro-Frontends
State management in Micro-Frontends What is State Management? State management refers to the process of managing the data and application state of a software application. This involves organizing and …
👍6
React Tricks: Fast, Fit and Fun
The developer of Wouter, a minimal hook-based router for React apps, explains some of the ‘tricks and hacks’ he’s used while maintaining the library, complete with some neat interactive demos. - https://molefrog.com/notes/react-tricks
#react
The developer of Wouter, a minimal hook-based router for React apps, explains some of the ‘tricks and hacks’ he’s used while maintaining the library, complete with some neat interactive demos. - https://molefrog.com/notes/react-tricks
#react
Molefrog
React Tricks: Fast, Fit and Fun
How to make your React app or library faster and smaller. Tips and tricks: `useEvent`, `useSyncExternalStore`, stable object references, readonly `useState`.
👍7❤1
Angular 16 Is Out Now: Learn How to Replace RxJS with Signals
Signals are meant to replace RxJS to simplify your reactive code. - https://blog.bitsrc.io/angular-16-is-out-now-learn-how-to-replace-rxjs-with-signals-c1f6f410809
#angular
Signals are meant to replace RxJS to simplify your reactive code. - https://blog.bitsrc.io/angular-16-is-out-now-learn-how-to-replace-rxjs-with-signals-c1f6f410809
#angular
Medium
Angular 16 Is Out Now: Learn How to Replace RxJS with Signals
Signals are meant to replace RxJS to simplify your reactive code.
❤3👍1
CSS Selectors: A Visual Guide
Sébastien Noël created a visual guide to the most popular CSS selectors. - https://fffuel.co/css-selectors
#css
Sébastien Noël created a visual guide to the most popular CSS selectors. - https://fffuel.co/css-selectors
#css
fffuel.co
CSS Selectors: A Visual Guide & Reference
Visual guide to CSS selectors, including pseudo-classes (:nth-child, :hover,...), functional pseudo-classes (:not, :is,...) and pseudo-elements.
👍4⚡2
An Introduction to Debugging in Node
An informative primer on debugging, covering approaches like logging, IDE extensions that highlight potential problems, using the V8 inspector, and debugging via Chrome. - https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/
#nodejs
An informative primer on debugging, covering approaches like logging, IDE extensions that highlight potential problems, using the V8 inspector, and debugging via Chrome. - https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/
#nodejs
Openreplay
An introduction to debugging in Node.js
How to debug your Node.js server code
👍6
Learn WebSockets by Building a Vue Chat Application
This tutorial will explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time. In this article, we’ll delve into the intricacies of WebSockets, exploring its potential by building a real-time chat app with Vue. - https://morioh.com/a/a4e3b77c8ecf/learn-websockets-by-building-a-vue-chat-application
#vue
This tutorial will explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time. In this article, we’ll delve into the intricacies of WebSockets, exploring its potential by building a real-time chat app with Vue. - https://morioh.com/a/a4e3b77c8ecf/learn-websockets-by-building-a-vue-chat-application
#vue
👍5
Software Architecture Design Principles: SoC, SOLID
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles. - https://medium.com/design-microservices-architecture-with-patterns/software-architecture-design-principles-soc-solid-98611997c30e
#architecture #solid
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles. - https://medium.com/design-microservices-architecture-with-patterns/software-architecture-design-principles-soc-solid-98611997c30e
#architecture #solid
Medium
Software Architecture Design Principles: SoC, SOLID
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles.
👍4❤2
Fixing CORS Issues in Angular16 Application
Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one domain to access… - https://srinathsree122.medium.com/fixing-cors-issues-in-angular16-application-3d53d46dc845
#angular
Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one domain to access… - https://srinathsree122.medium.com/fixing-cors-issues-in-angular16-application-3d53d46dc845
#angular
Medium
CORS Issues Fixing in Angular16 Application
Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one domain to access resources residing on other…
👍6🔥2
Storybook Adds Support for React Server Components
It requires an upgrade to Storybook 8.0 alpha (or you can just wait for the final), but this is a major upgrade to Storybook’s support for the latest changes in React/Next. - https://storybook.js.org/blog/storybook-react-server-components/
#react
It requires an upgrade to Storybook 8.0 alpha (or you can just wait for the final), but this is a major upgrade to Storybook’s support for the latest changes in React/Next. - https://storybook.js.org/blog/storybook-react-server-components/
#react
Storybook Blog
Storybook for React Server Components
Use RSCs in Storybook by upgrading to Storybook 8.0 alpha
👍5
Fixing a Memory Leak in a Production Node App
Kent encountered some odd memory and CPU usage spikes in his app and had to figure out what was going on. This post walks through his journey, with plenty of side quests along the way, before discovering the root cause was where he least expected it.. - https://kentcdodds.com/blog/fixing-a-memory-leak-in-a-production-node-js-app
#nodejs
Kent encountered some odd memory and CPU usage spikes in his app and had to figure out what was going on. This post walks through his journey, with plenty of side quests along the way, before discovering the root cause was where he least expected it.. - https://kentcdodds.com/blog/fixing-a-memory-leak-in-a-production-node-js-app
#nodejs
Kentcdodds
Fixing a Memory Leak in a Production Node.js App
How I found and fixed a memory leak on kentcdodds.com
👍4
Sending Emails with Nuxt
Sending emails is a requirement for many web applications, and even static websites. This article provides a solution for sending mails right from your Nuxt app with Nitro and Nuxt-mailer. - https://stradoxcodes.hashnode.dev/sending-emails-with-nuxt
#vue
Sending emails is a requirement for many web applications, and even static websites. This article provides a solution for sending mails right from your Nuxt app with Nitro and Nuxt-mailer. - https://stradoxcodes.hashnode.dev/sending-emails-with-nuxt
#vue
👍8
Practical DDD in TypeScript: Value Object
This is why we can consider the Value Object pattern as the biggest code quality changer from Domain-Driven… - https://javascript.plainenglish.io/practical-ddd-in-typescript-value-object-b76bcd2d9283
#typescript
This is why we can consider the Value Object pattern as the biggest code quality changer from Domain-Driven… - https://javascript.plainenglish.io/practical-ddd-in-typescript-value-object-b76bcd2d9283
#typescript
Medium
Practical DDD in TypeScript: Value Object
This is why we can consider the Value Object pattern as the biggest code quality changer from Domain-Driven Design.
👍6
Angular is getting New Template Syntax
Angular has been stable for some devs and stagnant for others. Now it’s moving forward at light speed. But… - https://itnext.io/angular-is-getting-new-template-syntax-ff66bc5f02f7
#angular
Angular has been stable for some devs and stagnant for others. Now it’s moving forward at light speed. But… - https://itnext.io/angular-is-getting-new-template-syntax-ff66bc5f02f7
#angular
Medium
Angular is getting New Template Syntax
Angular has been stable for some devs and stagnant for others. Now it’s moving forward at light speed. But where exactly is it headed?
👍4😁1
Dan's Back with a Chain Reaction
Dan’s Overreacted blog is a great source of React wisdom, and he’s back with his first new post since 2021 with some high level pondering of the nature of levels of abstraction, code transformations, and how they chain together to produce useful output. It’s the first in a promised series that will take these ideas further. - https://overreacted.io/a-chain-reaction/
#react
Dan’s Overreacted blog is a great source of React wisdom, and he’s back with his first new post since 2021 with some high level pondering of the nature of levels of abstraction, code transformations, and how they chain together to produce useful output. It’s the first in a promised series that will take these ideas further. - https://overreacted.io/a-chain-reaction/
#react
overreacted.io
A Chain Reaction — overreacted
The limits of my language mean the limits of my world.
👍5
Taking a Closer Look at @property in CSS
Brecht De Ruyte looks at the inner workings of @property and uncovers some of the benefits. - https://utilitybend.com/blog/taking-a-closer-look-at-property-in-css
#css
Brecht De Ruyte looks at the inner workings of @property and uncovers some of the benefits. - https://utilitybend.com/blog/taking-a-closer-look-at-property-in-css
#css
Utilitybend
Taking a closer look at @property in CSS | utilitybend
With browser support for @property nearing completion, we delve into the technical aspects of this CSS feature. Explore inner workings and uncover benefits of @property, ready for production use.
👍5
10 of the Best Nuxt 3 Tutorials
Nuxt 3 has a ton of really amazing features that make it a spectacular framework. But all those features means it can be hard to learn, and hard to even know where to start. This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey. - https://masteringnuxt.com/blog/10-of-the-best-nuxt3-tutorials
#vue
Nuxt 3 has a ton of really amazing features that make it a spectacular framework. But all those features means it can be hard to learn, and hard to even know where to start. This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey. - https://masteringnuxt.com/blog/10-of-the-best-nuxt3-tutorials
#vue
Masteringnuxt
10 of the Best Nuxt 3 Tutorials
This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey.
👍3❤1