The new “window.ai” API will blow your mind.
Google has introduced a built-in AI model to Google Chrome with the new “window.ai” API that uses Gemini… - https://javascript.plainenglish.io/the-new-window-ai-api-will-blow-your-mind-3eb8b4704ca0
#ai
Google has introduced a built-in AI model to Google Chrome with the new “window.ai” API that uses Gemini… - https://javascript.plainenglish.io/the-new-window-ai-api-will-blow-your-mind-3eb8b4704ca0
#ai
Medium
The new “window.ai” API will blow your mind.
Google has introduced a built-in AI model to Google Chrome with the new “window.ai” API that uses Gemini Nano.
👍3
Solved By Modern CSS: Feature Image
Ahmad Shadeed shows how to use container queries and CSS :has() to build a feature image. - https://ishadeed.com/article/modern-css-feature-image
#css
Ahmad Shadeed shows how to use container queries and CSS :has() to build a feature image. - https://ishadeed.com/article/modern-css-feature-image
#css
Ishadeed
Solved By Modern CSS: Feature Image
Using container queries and CSS :has() to build a feature image.
👍4
Implementing Filtered Semantic Search Using pgvector and JS
If you need something more sophisticated than keyword search, a semantic approach based upon the meanings of words/queries compared using vector embeddings offers a big step up. Luckily, there are some Postgres extensions that make building such things quite simple.. - https://www.timescale.com/blog/implementing-filtered-semantic-search-using-pgvector-and-javascript-2
#nodejs
If you need something more sophisticated than keyword search, a semantic approach based upon the meanings of words/queries compared using vector embeddings offers a big step up. Luckily, there are some Postgres extensions that make building such things quite simple.. - https://www.timescale.com/blog/implementing-filtered-semantic-search-using-pgvector-and-javascript-2
#nodejs
Timescale Blog
Implementing Filtered Semantic Search Using Pgvector and JavaScript
Explore semantic search with filters and learn how you can implement it with pgvector and JavaScript.
👍4
Angular Internalization: Switching between multiple locales and deploying to…
In this 2-part series, will share how you can internationalize your angular application and deploy to a nginx… - https://javascript.plainenglish.io/angular-internalization-switching-between-multiple-locales-and-deploying-to-nginx-part-i-c0304b21c638
#angular
In this 2-part series, will share how you can internationalize your angular application and deploy to a nginx… - https://javascript.plainenglish.io/angular-internalization-switching-between-multiple-locales-and-deploying-to-nginx-part-i-c0304b21c638
#angular
Medium
Angular Internalization: Switching between multiple locales and deploying to nginx — Part-I
In this 2-part series, will share how you can internationalize your angular application and deploy to a nginx web server.
👍4
My new favorite way to build apps…
NuxtHub is a new way to deploy your Nuxt apps built by NuxtLabs. This video provides an introduction to NuxtHub and what it offers to building Nuxt applications - https://www.youtube.com/watch?v=hlmPqDkc3_s
#vue
NuxtHub is a new way to deploy your Nuxt apps built by NuxtLabs. This video provides an introduction to NuxtHub and what it offers to building Nuxt applications - https://www.youtube.com/watch?v=hlmPqDkc3_s
#vue
👍3
My React Tech Stack for 2025
After a year of research, building React apps, and creating a full-stack course, Robin shares what he’s settled on as his broader stack going forward for React apps into the new year. There’s little that's surprising here, but it’s good to see all these suggestions come together in one place. - https://www.robinwieruch.de/react-tech-stack/
#react
After a year of research, building React apps, and creating a full-stack course, Robin shares what he’s settled on as his broader stack going forward for React apps into the new year. There’s little that's surprising here, but it’s good to see all these suggestions come together in one place. - https://www.robinwieruch.de/react-tech-stack/
#react
www.robinwieruch.de
React Tech Stack [2025]
Popular React Tech Stack for Full-Stack Applications in 2025 to create your product (i.e. SaaS) ...
👍4
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 Click Me Load More: Async, Defer, and Module
Click Me Load More 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
Click Me Load More 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 Click Me Load More: Async, Defer, and Module
Click Me Load More 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