Applying SOLID Principles in NestJS: A Comprehensive Guide
NestJS is a powerful framework for building efficient and scalable server-side applications. Leveraging… - https://medium.com/@bouhouchchamseddine/applying-solid-principles-in-nestjs-a-comprehensive-guide-b821fbe4bdd3
#principle #soid
NestJS is a powerful framework for building efficient and scalable server-side applications. Leveraging… - https://medium.com/@bouhouchchamseddine/applying-solid-principles-in-nestjs-a-comprehensive-guide-b821fbe4bdd3
#principle #soid
Medium
Applying SOLID Principles in NestJS: A Comprehensive Guide
NestJS is a powerful framework for building efficient and scalable server-side applications. Leveraging TypeScript and strong design…
👍7
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…
👍4
Baseline 2024: More Tools To Help Web Developers
Mariko Kosaka, Pete LePage, and Rachel Andrew share how the Baseline project evolved in 2024. - https://web.dev/blog/baseline-project-2024
#css
Mariko Kosaka, Pete LePage, and Rachel Andrew share how the Baseline project evolved in 2024. - https://web.dev/blog/baseline-project-2024
#css
web.dev
Baseline 2024: more tools to help web developers | Articles | web.dev
web-features dataset, Web Platform Status dashboard, Baseline status widget and more! Take a look back on Baseline in 2024.
❤2👍2😁1
An Introduction to Database Migrations with Drizzle ORM - https://frontendmasters.com/blog/drizzle-database-migrations/
#nodejs
#nodejs
Frontend Masters
Drizzle Database Migrations
Drizzle ORM is an incredibly impressive object-relational mapper (ORM). Like traditional ORMs, it offers a domain-specific language (DSL) for querying entire object graphs. Imagine grabbing some “tasks”, along with “comments” on those tasks from your database.…
👍2
Understanding Script Loading: Async, Defer, and Module
Loading scripts efficiently is crucial for optimizing the performance and user experience of web… - https://medium.com/@asierr/understanding-script-loading-async-defer-and-module-a442ae162588
#script #async #html
Loading scripts efficiently is crucial for optimizing the performance and user experience of web… - https://medium.com/@asierr/understanding-script-loading-async-defer-and-module-a442ae162588
#script #async #html
Medium
Understanding Script Loading: Async, Defer, and Module
Loading scripts efficiently is crucial for optimizing the performance and user experience of web applications. In the early days of web…
👍3
Automate Your Vue Deployment: A Step-by-Step Guide to Using GitHub Actions
This blog post includes a step-by-step guide on how to deploy your Vue application using GitHub Actions. - https://dev.to/shivishbrahma/automate-your-vue-deployment-a-step-by-step-guide-to-using-github-actions-44oa
#vue
This blog post includes a step-by-step guide on how to deploy your Vue application using GitHub Actions. - https://dev.to/shivishbrahma/automate-your-vue-deployment-a-step-by-step-guide-to-using-github-actions-44oa
#vue
DEV Community
Automate Your Vue Deployment: A Step-by-Step Guide to Using GitHub Actions
Deploying a Vue application can be a tedious and error-prone process, especially when done manually....
👍6
Next.js 15.1: Now Officially Supporting React 19
As (almost) the de facto React framework, it’s no surprise a Next.js release quickly followed the React 19 announcement. As well as React 19 support, there are improvements for debugging errors (shown in this post), after() is now stable, and forbidden() and unauthorized() are two new experimental ways to trigger 403 and 401 errors. - https://nextjs.org/blog/next-15-1
#react
As (almost) the de facto React framework, it’s no surprise a Next.js release quickly followed the React 19 announcement. As well as React 19 support, there are improvements for debugging errors (shown in this post), after() is now stable, and forbidden() and unauthorized() are two new experimental ways to trigger 403 and 401 errors. - https://nextjs.org/blog/next-15-1
#react
nextjs.org
Next.js 15.1
Next.js 15.1 introduces React 19 stable support, improved error debugging, new experimental authorization APIs, and more.
👍5
Pure CSS Halftone Effect in 3 Declarations
Ana Tudor demonstrates how to create a stunning halftone effect using a single “div”, no pseudos and just three CSS properties. - https://frontendmasters.com/blog/pure-css-halftone-effect-in-3-declarations
#css
Ana Tudor demonstrates how to create a stunning halftone effect using a single “div”, no pseudos and just three CSS properties. - https://frontendmasters.com/blog/pure-css-halftone-effect-in-3-declarations
#css
👍3
Transforming Your Application into Micro Frontends with Native Federation for…
Learn how to start structuring your application to work with MFE using Native Federation for Angular - https://medium.com/@erickzanetti/transforming-your-application-into-micro-frontends-with-native-federation-for-angular-part-1-791d159b09c8
#microfrontends
Learn how to start structuring your application to work with MFE using Native Federation for Angular - https://medium.com/@erickzanetti/transforming-your-application-into-micro-frontends-with-native-federation-for-angular-part-1-791d159b09c8
#microfrontends
Medium
Transforming Your Application into Micro Frontends with Native Federation for Angular— Part 1
Learn how to start structuring your application to work with MFE using Native Federation for Angular
👍3
Exploring Server Components in Nuxt
In this article by Micheal Thiessen, learn how to enhance your Nuxt apps by using server components for selective server-side rendering, without sacrificing client-side interactivity. Discover practical examples and techniques to optimize performance and maintain flexibility in your application's architecture. - https://masteringnuxt.com/blog/exploring-server-components-in-nuxt
#vue
In this article by Micheal Thiessen, learn how to enhance your Nuxt apps by using server components for selective server-side rendering, without sacrificing client-side interactivity. Discover practical examples and techniques to optimize performance and maintain flexibility in your application's architecture. - https://masteringnuxt.com/blog/exploring-server-components-in-nuxt
#vue
Masteringnuxt
Exploring Server Components in Nuxt
Learn how to enhance your Nuxt apps by using server components for selective server-side rendering, without sacrificing client-side interactivity. Discover practical examples and techniques to optimize performance and maintain flexibility in your application's…
👍4
Signals in Angular: deep dive for busy developers
Learn the inner workings of the implementation of signals in Angular to avoid confusion when relying on… - https://medium.com/@maxkoretskyi/signals-in-angular-deep-dive-for-busy-developers-627264eb4c2a
#angular
Learn the inner workings of the implementation of signals in Angular to avoid confusion when relying on… - https://medium.com/@maxkoretskyi/signals-in-angular-deep-dive-for-busy-developers-627264eb4c2a
#angular
Medium
Signals in Angular: deep dive for busy developers
Learn the inner workings of the implementation of signals in Angular to avoid confusion when relying on signals based architecture
👍5
How React Compiler Performs on Real Code
Based on her talk at React Advanced this piece summarizes the problem the React Compiler is trying to solve, how that problem is solved in its absence, and how the compiler works on real code. - https://www.developerway.com/posts/how-react-compiler-performs-on-real-code
#react
Based on her talk at React Advanced this piece summarizes the problem the React Compiler is trying to solve, how that problem is solved in its absence, and how the compiler works on real code. - https://www.developerway.com/posts/how-react-compiler-performs-on-real-code
#react
Developerway
How React Compiler Performs on Real Code
Exploring the impact of React Compiler on initial load and interaction performance. With numbers. Measured on a real app.
👍3
Building a Scalable User Management System in TypeScript with Design Patterns
In this blog post, we will walk through the process of building a scalable user management system using… - https://blog.devgenius.io/building-a-scalable-user-management-system-in-typescript-with-design-patterns-3e8ffd50ca12
#nodejs
In this blog post, we will walk through the process of building a scalable user management system using… - https://blog.devgenius.io/building-a-scalable-user-management-system-in-typescript-with-design-patterns-3e8ffd50ca12
#nodejs
Medium
Building a Scalable User Management System in TypeScript with Design Patterns
In this blog post, we will walk through the process of building a scalable user management system using TypeScript and Mongoose. We will…
👍5
Mastering SVG Arcs
Akshay Gupta explains how to master radii, rotation, and arc direction to create stunning curves in SVG. - https://www.smashingmagazine.com/2024/12/mastering-svg-arcs
#css
Akshay Gupta explains how to master radii, rotation, and arc direction to create stunning curves in SVG. - https://www.smashingmagazine.com/2024/12/mastering-svg-arcs
#css
Smashing Magazine
Mastering SVG Arcs — Smashing Magazine
SVG arcs demystified! Akshay Gupta explains how to master radii, rotation, and arc direction to create stunning curves. Make arcs a powerful part of your SVG toolkit for creating more dynamic, intricate designs with confidence.
👍5
5 VueUse Library Functions That Can Speed Up Development
VueUse is an open-source project by Anthony Fu that provides Vue developers with a huge collection of essential Composition API utility functions for both Vue 2 and Vue 3. Here are 5 note worthy vueuse composables you can try out improve your dev process - https://learnvue.co/articles/vueuse-utilities
#vue
VueUse is an open-source project by Anthony Fu that provides Vue developers with a huge collection of essential Composition API utility functions for both Vue 2 and Vue 3. Here are 5 note worthy vueuse composables you can try out improve your dev process - https://learnvue.co/articles/vueuse-utilities
#vue
LearnVue
Vueuse Utilities | LearnVue
The developer-friendly way to LearnVue faster
👍2🔥2
New Front-End Features For Designers In 2025
Cosima Mielke outlines some new front-end features and explores how they can simplify your day-to-day work and help you build modern UI components. - https://www.smashingmagazine.com/2024/12/new-front-end-features-for-designers-in-2025
#css
Cosima Mielke outlines some new front-end features and explores how they can simplify your day-to-day work and help you build modern UI components. - https://www.smashingmagazine.com/2024/12/new-front-end-features-for-designers-in-2025
#css
Smashing Magazine
New Front-End Features For Designers In 2025 — Smashing Magazine
Searching for the most flexible front-end workflows and toolkits, it’s easy to forget how powerful some of the fundamentals on the web have become these days. This post is a journey through new front-end features and what they are capable of.
👍3
How I Use ChatGPT as a Frontend Developer (5 Ways)
With ChatGPT chat links and screenshots and final result - https://medium.com/@sumsourabh14/how-i-use-chatgpt-as-a-frontend-developer-5-ways-0494d6f1ab54
#chatgpt
With ChatGPT chat links and screenshots and final result - https://medium.com/@sumsourabh14/how-i-use-chatgpt-as-a-frontend-developer-5-ways-0494d6f1ab54
#chatgpt
Medium
How I Use ChatGPT as a Frontend Developer (5 Ways)
With ChatGPT chat links and screenshots and final result
👍8❤2
Integrating Storybook with Angular UI Library
Storybook is a utility for displaying UI component. One benefit is new comers can understand components… - https://medium.com/a-layman/integrating-storybook-with-angular-ui-library-042cd604ee5d
#angular
Storybook is a utility for displaying UI component. One benefit is new comers can understand components… - https://medium.com/a-layman/integrating-storybook-with-angular-ui-library-042cd604ee5d
#angular
Medium
Integrating Storybook with Angular UI Library
Storybook is a utility for displaying UI component. One benefit is new comers can understand components easily by updating parameters from…
👍4
Why We Switched to Astro
Why did Dato CMS take their old Next 13-powered site and rebuild it with Astro? It’s interesting to see the thought process and considerations they went through. - https://www.datocms.com/blog/why-we-switched-to-astro
#react
Why did Dato CMS take their old Next 13-powered site and rebuild it with Astro? It’s interesting to see the thought process and considerations they went through. - https://www.datocms.com/blog/why-we-switched-to-astro
#react
DatoCMS
Why we switched to Astro (and why it might interest you)
Follow the first article of a series in which we'll try to summarize our journey with Astro, sharing many cool little tricks and details we found out (or totally came up with) in the process.
👍3
Common Mistakes in Vue.js
In this article, Daniel Kelly shares some common mistakes developers make when working with Vue.js and provides practical advice on how to avoid them. - https://vueschool.io/articles/vuejs-tutorials/common-mistakes-in-vue-js/
#vue
In this article, Daniel Kelly shares some common mistakes developers make when working with Vue.js and provides practical advice on how to avoid them. - https://vueschool.io/articles/vuejs-tutorials/common-mistakes-in-vue-js/
#vue
vueschool.io
Common Mistakes in Vue.js - Vue School Articles
In this blog article, we will explore some common mistakes developers make when working with Vue.js and provide practical advice on how to avoid them.
👍6