Best Practices for Mastering Forms in Next.js 15 and React 19 - https://engineering.udacity.com/mastering-forms-in-next-js-15-and-react-19-e3d2d783946b
#react
#react
Medium
Mastering forms in Next.js 15 and React 19
Creating forms in modern React has evolved significantly with the latest releases. In this post we’ll explore best practices for building…
👍6
A New Chapter for Express.js
2024 saw the still-extremely-popular Express project awaken from a slumber, of sorts, with work being made to update things to modern standards, a security audit, and the release of Express v5. Here, the team explains what’s been going on behind the scenes to get Express back on the tracks, as well as a “bold vision for 2025.” - https://expressjs.com/2025/01/09/rewind-2024-triumphs-and-2025-vision.html
#nodejs
2024 saw the still-extremely-popular Express project awaken from a slumber, of sorts, with work being made to update things to modern standards, a security audit, and the release of Express v5. Here, the team explains what’s been going on behind the scenes to get Express back on the tracks, as well as a “bold vision for 2025.” - https://expressjs.com/2025/01/09/rewind-2024-triumphs-and-2025-vision.html
#nodejs
Expressjs
A New Chapter for Express.js: Triumphs of 2024 and an ambitious 2025
Explore the transformative journey of Express.js in 2024, marked by governance improvements, the long-awaited release of Express 5.0, and heightened security measures. Look into the ambitious plans for 2025, including performance optimizations, scoped packages…
👍5
Top 10 Angular Architecture Mistakes You Really Want To Avoid
Angular keeps changing for better but the big picture… - https://tomastrajan.medium.com/top-10-angular-architecture-mistakes-you-really-want-to-avoid-bbb98d71ca1c
#angular
Angular keeps changing for better but the big picture… - https://tomastrajan.medium.com/top-10-angular-architecture-mistakes-you-really-want-to-avoid-bbb98d71ca1c
#angular
Medium
Top 10 Angular Architecture Mistakes You Really Want To Avoid
Angular keeps changing for better but the big picture remains the same which makes architecture know-how timeless & worth your time!
👍2
Full-Bleed Layout with Modern CSS
Temani Afif digs deep into the idea of full-bleed layouts. - https://frontendmasters.com/blog/full-bleed-layout-with-modern-css
#css
Temani Afif digs deep into the idea of full-bleed layouts. - https://frontendmasters.com/blog/full-bleed-layout-with-modern-css
#css
Frontend Masters
Full-Bleed Layout with Modern CSS
I recently shared a trick on how to create a Full-bleed layout using a few lines of modern CSS code. If you are unfamiliar with such layout see the demo below. In this article we’ll dig deeper into the idea and explain things as we go.
👍5
From Atoms to Pages: Applying Atomic Design in Vue and Nuxt Projects
An in-depth blog post on how to use atomic design to structure your Vue & Nuxt projects better. - https://alexop.dev/posts/atomic-design-vue-or-nuxt/
#vue
An in-depth blog post on how to use atomic design to structure your Vue & Nuxt projects better. - https://alexop.dev/posts/atomic-design-vue-or-nuxt/
#vue
alexop.dev
Atomic Architecture: Revolutionizing Vue and Nuxt Project Structure | alexop.dev
Learn how to implement Atomic Design principles in Vue or Nuxt projects. Improve your code structure and maintainability with this guide
👍8
How to Migrate Your Existing Application to Micro Frontend Architecture
Transform Your Monolith: A Step-by-Step Guide to… - https://blog.bitsrc.io/how-to-migrate-your-existing-application-to-micro-frontend-architecture-4fff95fac979
#microfrontends
Transform Your Monolith: A Step-by-Step Guide to… - https://blog.bitsrc.io/how-to-migrate-your-existing-application-to-micro-frontend-architecture-4fff95fac979
#microfrontends
Medium
How to Migrate Your Existing Application to Micro Frontend Architecture
Transform Your Monolith: A Step-by-Step Guide to Adopting Micro-Frontend Architecture
👍4❤1👎1
Angular Reactive Forms Guide
This article is a comprehensive guide to the vast… - https://mirzaleka.medium.com/angular-reactive-forms-guide-0c6333086557
#angular
This article is a comprehensive guide to the vast… - https://mirzaleka.medium.com/angular-reactive-forms-guide-0c6333086557
#angular
Medium
Angular Reactive Forms Guide
This article is a comprehensive guide to the vast possibilities of Reactive Forms in Angular. In this first part, we’ll learn why the…
❤2👍2
Node’s New Built-in Support for TypeScript Explained
Node.js v23.6.0 makes Node’s new type-stripping features work by default. Dr. Axel digs into how it works and what the limitations are. A handy primer. - https://2ality.com/2025/01/nodejs-strip-type.html
#nodejs
Node.js v23.6.0 makes Node’s new type-stripping features work by default. Dr. Axel digs into how it works and what the limitations are. A handy primer. - https://2ality.com/2025/01/nodejs-strip-type.html
#nodejs
2Ality
Node’s new built-in support for TypeScript
Starting with v23.6.0, Node.js supports TypeScript without any flags. This blog post explains how it works and what to look out for.
👍2
How we tackled our major front-end migration to Nuxt 3
At funda, migrating from Nuxt 2 to Nuxt 3 was a major project last year.
A frontend engineer talks about some challenges of this migration. - https://blog.funda.nl/migrating-our-frontend-to-nuxt-3/
#vue
At funda, migrating from Nuxt 2 to Nuxt 3 was a major project last year.
A frontend engineer talks about some challenges of this migration. - https://blog.funda.nl/migrating-our-frontend-to-nuxt-3/
#vue
Funda Engineering blog
How we tackled our major front-end migration to Nuxt 3
With Vue 2's end near, upgrading to Vue 3 was vital. Marijn Kok explains how they overcame challenges for a successful migration in his blog.
👍2
Pure CSS Mixin for Displaying Values of Custom Properties
Roman Komarov presents a native CSS mixin that will output various values as pseudo-elements. - https://kizu.dev/preview-mixin
#css
Roman Komarov presents a native CSS mixin that will output various values as pseudo-elements. - https://kizu.dev/preview-mixin
#css
kizu.dev
Pure CSS Mixin for Displaying Values of Custom Properties
Do you write CSS? Do you use custom properties with calculations? Do you want to preview their values while you’re debugging them? What if you could do so by setting just one additional custom property? Without any JS? In this article, I present a native…
👍3
How Server-Sent Events (SSE) Work
Understanding the basics of SSE and its role in… - https://itnext.io/how-server-sent-events-sse-work-cf29e7409598
#sse
Understanding the basics of SSE and its role in… - https://itnext.io/how-server-sent-events-sse-work-cf29e7409598
#sse
Medium
How Server-Sent Events (SSE) Work
Understanding the basics of SSE and its role in real-time web communication
👍2
Angular: Go Zoneless
Angular is now entering the new Era: Zoneless Angular… - https://medium.com/multitude-it-labs/angular-go-zoneless-a8824f4589e7
#angular
Angular is now entering the new Era: Zoneless Angular… - https://medium.com/multitude-it-labs/angular-go-zoneless-a8824f4589e7
#angular
Medium
Angular: Go Zoneless
Angular is now entering the new Era: Zoneless Angular. In this article we will analyse how big is Zone, what it did to our apps. Then we…
👍2
AsyncLocalStorage: Simplify Context Management in Node - https://www.trevorlasn.com/blog/node-async-local-storage
#nodejs
#nodejs
AsyncLocalStorage: Simplify Context Management in Node.js
How AsyncLocalStorage solves context management in asynchronous Node.js apps
❤1👍1
The Open-Closed Principle in React: Building Extensible Components - https://cekrem.github.io/posts/open-closed-principle-in-react/
#react
#react
cekrem.github.io
Open-Closed Principle in React: Building Extensible Components
Part 4 of our Clean Architecture series, exploring the 'O' in SOLID
👍3
Revisiting CSS Multi-Column Layout
Andy Clarke gives a fresh look at CSS columns for enhanced readability and design flexibility. - https://css-tricks.com/revisiting-css-multi-column-layout
#css
Andy Clarke gives a fresh look at CSS columns for enhanced readability and design flexibility. - https://css-tricks.com/revisiting-css-multi-column-layout
#css
CSS-Tricks
Revisiting CSS Multi-Column Layout | CSS-Tricks
After 20 years since Andy Clarke first published his book about Multi-Column Layout in CSS, he's back to encourage a fresh look at CSS columns for enhanced readability and design flexibility.
👍3
Building Recursive components in Vue
Jakub explains how he built a Vue component that would be able to display a nested node tree.
The exact nesting number is unknown, so it had to work recursively. - https://dev.to/jacobandrewsky/building-recursive-components-in-vue-46cc
#vue
Jakub explains how he built a Vue component that would be able to display a nested node tree.
The exact nesting number is unknown, so it had to work recursively. - https://dev.to/jacobandrewsky/building-recursive-components-in-vue-46cc
#vue
DEV Community
Building Recursive components in Vue
Few days ago, I wanted to build a Vue component that would be able to display a nested node tree...
👍3
The Software Architect: Demystifying 18 Software Architecture Patterns.
In-Depth Overview of 18 Essential Software… - https://medium.com/@amitvsolutions/the-software-architect-deep-dive-into-17-essential-design-patterns-a0fb5a4726ab
#architecture
In-Depth Overview of 18 Essential Software… - https://medium.com/@amitvsolutions/the-software-architect-deep-dive-into-17-essential-design-patterns-a0fb5a4726ab
#architecture
Medium
The Software Architect: Demystifying 18 Software Architecture Patterns.
In-Depth Overview of 18 Essential Software Architecture Design Patterns.
👍4
Fetch and HTTP/2 Support in Node, Bun and Deno - https://blog.disintegrator.dev/posts/http2-support-in-js-runtimes/
#nodejs
#nodejs
Blog | Georges Haidar
Fetch and HTTP/2 support in Node.js, Bun and Deno
It's a mixed bag
👍3
Unpic 1.0: A Toolkit for Displaying Images on the Web
A family of components and libraries for working with images on the Web, whether it’s through components for many different frameworks or working with images hosted on many different providers and CDNs. - https://unpic.pics/blog/unpic-1/
#react
A family of components and libraries for working with images on the Web, whether it’s through components for many different frameworks or working with images hosted on many different providers and CDNs. - https://unpic.pics/blog/unpic-1/
#react
Unpic
Unpic 1.0 – Unpic
Introducing the first version of Unpic: image components for every framework
❤2👍1