The Official Redux Essentials Tutorial, Redux
The long standing guide to how to use the popular Redux state container the right way with best practices has undergone a big reworking with TypeScript used throughout, new concepts added, and more coverage of RTK/React Toolkit features. - https://redux.js.org/tutorials/essentials/part-1-overview-concepts
#react
The long standing guide to how to use the popular Redux state container the right way with best practices has undergone a big reworking with TypeScript used throughout, new concepts added, and more coverage of RTK/React Toolkit features. - https://redux.js.org/tutorials/essentials/part-1-overview-concepts
#react
redux.js.org
Redux Essentials, Part 1: Redux Overview and Concepts | Redux
The official Essentials tutorial for Redux: learn how to use Redux, the right way
Become a better Developer with 10 principles.
Write more maintainable, secure and simple code. Deliver and monitor software more efficiently - https://itnext.io/become-a-better-developer-with-10-principles-911b6252e881
#better #developer
Write more maintainable, secure and simple code. Deliver and monitor software more efficiently - https://itnext.io/become-a-better-developer-with-10-principles-911b6252e881
#better #developer
Medium
Become a better Developer with 10 principles.
Write more maintainable, secure and simple code. Deliver and monitor software more efficiently
Video With Alpha Transparency on the Web
Jake Archibald gives a fascinating guide on making video with transparency work on the web. - https://jakearchibald.com/2024/video-with-transparency
#css
Jake Archibald gives a fascinating guide on making video with transparency work on the web. - https://jakearchibald.com/2024/video-with-transparency
#css
Jakearchibald
Video with alpha transparency on the web
It's better to do it yourself.
Understanding AbortController in Node.js - https://betterstack.com/community/guides/scaling-nodejs/understanding-abortcontroller/
#nodejs
#nodejs
Betterstack
Understanding AbortController in Node.js: A Complete Guide | Better Stack Community
Ship higher-quality software faster. Be the hero of your engineering teams.
12 Design Patterns in Vue
In this article, Michael Thiessen compiled 12 different design patterns for Vue, along with short and concise examples of how they work. - https://michaelnthiessen.com/12-design-patterns-vue
#vue
In this article, Michael Thiessen compiled 12 different design patterns for Vue, along with short and concise examples of how they work. - https://michaelnthiessen.com/12-design-patterns-vue
#vue
Michaelnthiessen
12 Design Patterns in Vue
Design patterns are incredibly useful in writing code that works well over the long run. They let us use proven solutions to problems that basically every single app has.
Web Performance Experts Guide to Mastering Interaction to Next Paint
Today we see Interaction to Next Paint take its (rightful) place in the Core Web Vitals, replacing First Input Delay (FID) as the primary metric for measuring website responsiveness and interactivity. This comprehensive guide, which includes insights from 13 web performance specialists, will provide you with the knowledge and practical advice you need to master INP. - https://www.rumvision.com/blog/experts-guide-to-mastering-interaction-to-next-paint/
#performance
Today we see Interaction to Next Paint take its (rightful) place in the Core Web Vitals, replacing First Input Delay (FID) as the primary metric for measuring website responsiveness and interactivity. This comprehensive guide, which includes insights from 13 web performance specialists, will provide you with the knowledge and practical advice you need to master INP. - https://www.rumvision.com/blog/experts-guide-to-mastering-interaction-to-next-paint/
#performance
RUMvision [Real User Monitoring]
Web Performance Experts Guide to Mastering Interaction to Next Paint (INP)
Struggling with a slow website? The web performance community helps you fix Interaction to Next Paint (INP), the latest Core Web Vital metric, for faster, smoother user experiences.
Is Google Translate Crashing React Apps?
An interesting look at how a built-in Chrome extension is manipulating the DOM on pages in such a way that could break React (and other) frontend apps. - https://martijnhols.nl/gists/everything-about-google-translate-crashing-react
#react
An interesting look at how a built-in Chrome extension is manipulating the DOM on pages in such a way that could break React (and other) frontend apps. - https://martijnhols.nl/gists/everything-about-google-translate-crashing-react
#react
Martijn Hols
Everything about Google Translate crashing React (and other web apps) by Martijn Hols
The (in-depth) gist of Google Translate (and other browser extensions) interference breaking React and other web apps.
Best Practices for Securing Node.js Applications in Production
Node.js is one of the favorite technologies for developers when it comes to backend development. Its… - https://semaphoreci.medium.com/best-practices-for-securing-node-js-applications-in-production-d24b7c4981d
#nodejs
Node.js is one of the favorite technologies for developers when it comes to backend development. Its… - https://semaphoreci.medium.com/best-practices-for-securing-node-js-applications-in-production-d24b7c4981d
#nodejs
Medium
Best Practices for Securing Node.js Applications in Production
Node.js is one of the favorite technologies for developers when it comes to backend development. Its popularity keeps rising and is now one…
“Smart” Layouts With Container Queries
Kevin Powell explores new and interesting avenues for building layouts using container queries. - https://css-tricks.com/smart-layouts-with-container-queries
#css
Kevin Powell explores new and interesting avenues for building layouts using container queries. - https://css-tricks.com/smart-layouts-with-container-queries
#css
CSS-Tricks
“Smart” Layouts With Container Queries | CSS-Tricks
Modern CSS keeps giving us a lot of new, easier ways to solve old problems, but often the new features we’re getting don’t only solve old problems, they open
Async and Sync? How useAsyncData does it all
Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously? Discover the intriguing mechanism behind this dual functionality in our latest blog post. Learn how to create functions that adapt to await usage, enhancing your understanding of Nuxt and empowering you to apply these patterns in your own projects. Check out a complete working demo and step-by-step code explanations to master this concept! - https://masteringnuxt.com/blog/async-and-sync-how-useasyncdata-does-it-all
#vue
Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously? Discover the intriguing mechanism behind this dual functionality in our latest blog post. Learn how to create functions that adapt to await usage, enhancing your understanding of Nuxt and empowering you to apply these patterns in your own projects. Check out a complete working demo and step-by-step code explanations to master this concept! - https://masteringnuxt.com/blog/async-and-sync-how-useasyncdata-does-it-all
#vue
Masteringnuxt
Async and Sync? How useAsyncData does it all
Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously? Discover the intriguing mechanism behind this dual functionality in our latest blog post. Learn how to create functions that adapt to await usage, enhancing…
Preparing our Code for Zoneless Angular
This article explains how to modify your code to make your library or app work without Zone.js. - https://medium.com/@eugeniyoz/preparing-our-code-for-zoneless-angular-22cb7a738151
#angular
This article explains how to modify your code to make your library or app work without Zone.js. - https://medium.com/@eugeniyoz/preparing-our-code-for-zoneless-angular-22cb7a738151
#angular
Medium
Preparing our Code for Zoneless Angular
This article explains how to modify your code to make your library or app work without Zone.js.
Material UI v6: The Popular React UI Design/Component System
At almost exactly ten years old, the MUI design system has its latest major release. The enhancements are more evolutionary than revolutionary though, with a focus on improved theming, color scheme management, container query support, and React 19 support. - https://mui.com/blog/material-ui-v6-is-out/
#react
At almost exactly ten years old, the MUI design system has its latest major release. The enhancements are more evolutionary than revolutionary though, with a focus on improved theming, color scheme management, container query support, and React 19 support. - https://mui.com/blog/material-ui-v6-is-out/
#react
Mui
Material UI v6 is out now 🎉 - MUI
Material UI v6 is now stable. It comes with new features, improvements, and an experimental integration for static CSS extraction.
7 Node.js Design Patterns Every Developer Should Know
Explore the Facade, Adapter, Singleton, Prototype, Builder, Proxy and Factory for modern software design.
- https://blog.bitsrc.io/nodejs-design-patterns-must-know-8ef0a73b3339
#nodejs
Explore the Facade, Adapter, Singleton, Prototype, Builder, Proxy and Factory for modern software design.
- https://blog.bitsrc.io/nodejs-design-patterns-must-know-8ef0a73b3339
#nodejs
Medium
7 Node.js Design Patterns Every Developer Should Know
Explore the Facade, Adapter, Singleton, Prototype, Builder, Proxy and Factory for modern software design.
Sharing composable state in Vue apps
This is an article explores sharing composable state in Vue apps and also discusses using composables and script setup to manage global state in Vue 3 applications. - https://dev.to/jacobandrewsky/sharing-composable-state-in-vue-apps-41l1
#vue
This is an article explores sharing composable state in Vue apps and also discusses using composables and script setup to manage global state in Vue 3 applications. - https://dev.to/jacobandrewsky/sharing-composable-state-in-vue-apps-41l1
#vue
DEV Community
Sharing composable state in Vue apps
When I started my web development career with Vue, back then we were using Vue 2 and Vuex to...
Why did we choose Angular?
Discover why PLATA chose Angular for building an innovative digital bank. Insights on Angular’s performance… - https://medium.com/plata-card/why-did-we-choose-angular-d5ec405e1b4f
#angular
Discover why PLATA chose Angular for building an innovative digital bank. Insights on Angular’s performance… - https://medium.com/plata-card/why-did-we-choose-angular-d5ec405e1b4f
#angular
Medium
Why did we choose Angular?
Discover why PLATA chose Angular for building an innovative digital bank. Insights on Angular’s performance, security, modularity.
Responsive Bar Charts in HTML and CSS
Mathias Schäfer shows how to use HTML and CSS to create charts using declarative layouts and bidirectional positioning without computing positions and preventing overlap manually. - https://9elements.com/blog/responsive-bar-charts-in-html-and-css
#css
Mathias Schäfer shows how to use HTML and CSS to create charts using declarative layouts and bidirectional positioning without computing positions and preventing overlap manually. - https://9elements.com/blog/responsive-bar-charts-in-html-and-css
#css
9elements
Responsive bar charts in HTML and CSS - 9elements
Building flexible data visualizations for international sites For our international clients, we have created dynamic charts and data visualizations for the web. Charts typically render shapes like lines and paths, rectangles and circles. They contain...
Prisma 5.19.0, Now with 'Typed SQL'
Prisma is a popular declaratively-driven ORM in the Node.js / TypeScript world and its new version makes it possible to write raw SQL queries in a type-safe way. - https://www.prisma.io/blog/announcing-typedsql-make-your-raw-sql-queries-type-safe-with-prisma-orm
#nodejs
Prisma is a popular declaratively-driven ORM in the Node.js / TypeScript world and its new version makes it possible to write raw SQL queries in a type-safe way. - https://www.prisma.io/blog/announcing-typedsql-make-your-raw-sql-queries-type-safe-with-prisma-orm
#nodejs
Prisma
Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM
Prisma ORM now supports the ability to write raw sql queries and have the inputs and outputs be fully type-safe! Get the benefit of a high-level API with the power of raw SQL.
Implementing a React-a-Like from Scratch
While it's unlikely you'll actually want to do this, at least thinking about it can prove instructive as to what’s going on in React’s engine room. - https://www.rob.directory/blog/react-from-scratch
#react
While it's unlikely you'll actually want to do this, at least thinking about it can prove instructive as to what’s going on in React’s engine room. - https://www.rob.directory/blog/react-from-scratch
#react
www.rob.directory
Implementing React from scratch
A detailed explanation of the architecture I used to rebuild react
Efficiently Managing Remote Data in Vue with Vue Query
When building modern Vue applications, efficiently managing remote data is crucial for creating responsive and user-friendly interfaces. Vue Query, inspired by React Query, provides powerful hooks for fetching, caching, and synchronizing server state in your Vue applications. In this post, explore three essential hooks: useQuery, useQueryClient, and useMutation, and how they can transform your data management approach. - https://dev.to/alimetehrani/efficiently-managing-remote-data-in-vue-with-vue-query-192h
#vue
When building modern Vue applications, efficiently managing remote data is crucial for creating responsive and user-friendly interfaces. Vue Query, inspired by React Query, provides powerful hooks for fetching, caching, and synchronizing server state in your Vue applications. In this post, explore three essential hooks: useQuery, useQueryClient, and useMutation, and how they can transform your data management approach. - https://dev.to/alimetehrani/efficiently-managing-remote-data-in-vue-with-vue-query-192h
#vue
DEV Community
Efficiently Managing Remote Data in Vue with Vue Query
When building modern Vue applications, efficiently managing remote data is crucial for creating...
State Management in Micro Frontend Architectures - https://kaushaldhakal40.medium.com/state-management-in-micro-frontend-architectures-23d6f827c918
#microfrontends
#microfrontends
Medium
State Management in Micro Frontend Architectures
Prerequisites: