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:
Speeding Up Your Sass Compilation in Vite and Webpack
James Stuckey Weber shares a guide on speeding up your Sass compilation in Vite and Webpack. - https://www.oddbird.net/2024/08/14/sass-compiler
#css #sass
James Stuckey Weber shares a guide on speeding up your Sass compilation in Vite and Webpack. - https://www.oddbird.net/2024/08/14/sass-compiler
#css #sass
OddBird
Speeding Up Your Sass Compilation in Vite and Webpack
A quick guide to adopting the modern Sass API
Multithreaded Programming in Node.js using Atomics
Worker threads enable you to write multi-threaded Node apps, but sharing resources across them can quickly become tricky. Atomics can help you avoid some of the pain. - https://pavel-romanov.com/multithreading-in-nodejs-using-atomics-for-safe-shared-memory-operations
#nodejs
Worker threads enable you to write multi-threaded Node apps, but sharing resources across them can quickly become tricky. Atomics can help you avoid some of the pain. - https://pavel-romanov.com/multithreading-in-nodejs-using-atomics-for-safe-shared-memory-operations
#nodejs
Pavel Romanov
Multithreaded Programming in Node.js using Atomics
Learn how to use Atomics in Node.js for safe shared memory operations and avoid race conditions in multithreaded environments
Module Federation using Angular Standalone Components
In 6 Steps - https://medium.com/frontend-for-everyone/module-federation-using-angular-standalone-components-in-6-steps-bb851b081a59
#angular
In 6 Steps - https://medium.com/frontend-for-everyone/module-federation-using-angular-standalone-components-in-6-steps-bb851b081a59
#angular
Medium
Module Federation using Angular Standalone Components — In 6 Steps
This is part 2 of the series on Module Federation.
Nuxt build vs Nuxt Generate what is the difference?
This article offers a brief info on the Nuxt commands for deploying your Nuxt app and the differences between them. - https://dev.to/leamsigc/nuxt-build-vs-nuxt-generate-what-is-the-difference-759
#vue
This article offers a brief info on the Nuxt commands for deploying your Nuxt app and the differences between them. - https://dev.to/leamsigc/nuxt-build-vs-nuxt-generate-what-is-the-difference-759
#vue
DEV Community
Nuxt build vs Nuxt Generate what is the difference?
What is the difference ? In the nuxt docs for Cloudflare deployment...
21 Talks from Chain React 2024
Chain React was a React Native conference that took place last month in Portland, Oregon. Catch up with what went on in this playlist, including building React Native apps for TVs, how to optimize React Native performance, or Jack Herrington showing off how to build a local-first semantic search system inside a React Native app. - https://www.youtube.com/playlist?list=PLE7tQUdRKcyb81ybEVsrk6PfxXu7pJs1i#chainreact2024
#react
Chain React was a React Native conference that took place last month in Portland, Oregon. Catch up with what went on in this playlist, including building React Native apps for TVs, how to optimize React Native performance, or Jack Herrington showing off how to build a local-first semantic search system inside a React Native app. - https://www.youtube.com/playlist?list=PLE7tQUdRKcyb81ybEVsrk6PfxXu7pJs1i#chainreact2024
#react
YouTube
Chain React 2024
Catch up on all of the talks from the 5th annual U.S. React Native Conference held in Portland, OR July 18-19, 2024. At Chain React, you'll find talks, live ...
Top LeetCode Patterns for FAANG Coding Interviews
A Software Engineer’s Guide to Conquering FAANG Interviews with High-ROI Coding Patterns. - https://levelup.gitconnected.com/top-leetcode-patterns-for-faang-coding-interviews-5558b3357f7f
#interview #leetcode
A Software Engineer’s Guide to Conquering FAANG Interviews with High-ROI Coding Patterns. - https://levelup.gitconnected.com/top-leetcode-patterns-for-faang-coding-interviews-5558b3357f7f
#interview #leetcode
Medium
Top LeetCode Patterns for FAANG Coding Interviews
A Software Engineer’s Guide to Conquering FAANG Interviews with High-ROI Coding Patterns.
How to Deploy Node to AWS Lambda with OpenTofu and GitHub Actions
Someone on Hacker News joked that this is how to deploy a Node.js app enterprise-style. A lot of tooling is involved, but this is the reality for many developers, and Meysam walks through the steps. - https://developer-friendly.blog/blog/2024/09/02/how-to-deploy-nodejs-to-aws-lambda-with-opentofu--github-actions/#setting-up-your-development-environment
#nodejs
Someone on Hacker News joked that this is how to deploy a Node.js app enterprise-style. A lot of tooling is involved, but this is the reality for many developers, and Meysam walks through the steps. - https://developer-friendly.blog/blog/2024/09/02/how-to-deploy-nodejs-to-aws-lambda-with-opentofu--github-actions/#setting-up-your-development-environment
#nodejs
developer-friendly.blog
How to Deploy NodeJS to AWS Lambda with OpenTofu & GitHub Actions - Developer Friendly Blog
Learn to deploy NodeJS apps to AWS Lambda using IaC and GitHub Actions for CI/CD. A comprehensive guide for engineers implementing GitOps.
Feature Detect CSS @starting-style Support
Bramus Van Damme shows a clever way to detect @starting-style at-rule support. - https://www.bram.us/2024/07/11/feature-detect-css-starting-style-support
#css
Bramus Van Damme shows a clever way to detect @starting-style at-rule support. - https://www.bram.us/2024/07/11/feature-detect-css-starting-style-support
#css
Bram.us
Feature detect CSS @starting-style support
Awaiting browser support for at-rule(), here’s how you do it.
It’s Time to Talk About Import Map, Micro Frontend, and Nx Monorepo
How leveraging native import map overrides can significantly benefit your micro frontend architecture - https://javascript.plainenglish.io/its-time-to-talk-about-import-map-micro-frontend-and-nx-monorepo-0b8e2c07568a
#angular
How leveraging native import map overrides can significantly benefit your micro frontend architecture - https://javascript.plainenglish.io/its-time-to-talk-about-import-map-micro-frontend-and-nx-monorepo-0b8e2c07568a
#angular
Medium
⏰ It’s Time to Talk About Import Map, Micro Frontend, and Nx Monorepo
How leveraging native import map overrides can significantly benefit your micro frontend architecture
What Are Micro-Frontends Really For?
You’ll learn how micro-frontends got lost in the microservices hype and their true purpose and value. - https://drpicox.medium.com/what-are-micro-frontends-for-aad66e9c2cf8
#microfrontends
You’ll learn how micro-frontends got lost in the microservices hype and their true purpose and value. - https://drpicox.medium.com/what-are-micro-frontends-for-aad66e9c2cf8
#microfrontends
Medium
What Are Micro-Frontends Really For?
You’ll learn how micro-frontends got lost in the microservices hype and their true purpose and value.
Revuelution: Using GSAP with Nuxt3
Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching. - https://ninja-army.hashnode.dev/revuelution-using-gsap-with-nuxt3
#vue
Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching. - https://ninja-army.hashnode.dev/revuelution-using-gsap-with-nuxt3
#vue
Ninja Army (Joschi)
GSAP in Nuxt3
Learn how to use GSAP in Nuxt3 to supercharge your web animations. Discover the powerful features of GSAP and the modern development experience of Nuxt3..