Testing MongoDB in Node with the MongoDB Memory Server -https://blog.appsignal.com/2025/06/18/testing-mongodb-in-node-with-the-mongodb-memory-server.html
#nodejs
#nodejs
Appsignal
Testing MongoDB in Node with the MongoDB Memory Server | AppSignal Blog
In this post, we'll test a Node-MongoDB app using MongoDB Memory Server.
👍2❤1
Nuxt Server Components vs. Lazy Hydration
We all want less JavaScript and better performance.
Both, Nuxt Server Components and Lazy Hydration can help with that in different ways.
In this video, you learn how both work and what the differences are, plus when to use either. - https://www.youtube.com/watch?v=Jijoc0RH_tA
#vue
We all want less JavaScript and better performance.
Both, Nuxt Server Components and Lazy Hydration can help with that in different ways.
In this video, you learn how both work and what the differences are, plus when to use either. - https://www.youtube.com/watch?v=Jijoc0RH_tA
#vue
YouTube
Nuxt Server Components vs. Lazy Hydration
We all want less JavaScript and better performance. Both, Nuxt Server Components *and* Lazy Hydration can help with that in different ways. In this video, you learn how both work and what the differences are, plus when to use either!
---
Links and Resources…
---
Links and Resources…
👍3❤2
CSS Hyphens, Words, Syllables, and Languages
Frank M Taylor on the importance of correctly identifying the language in your HTML if you want to use CSS hyphens. - https://blog.frankmtaylor.com/2025/07/17/css-hyphens-words-syllables-and-languages
#css
Frank M Taylor on the importance of correctly identifying the language in your HTML if you want to use CSS hyphens. - https://blog.frankmtaylor.com/2025/07/17/css-hyphens-words-syllables-and-languages
#css
Frank M Taylor
CSS Hyphens, Words, Syllables, and Languages
There's a newish CSS feature called hyphens that specifies how you want words to be hyphenated when the text wraps. But if you use it, you're going to need to make sure you're also correctly identifying the language. And to understand why that matters, we…
❤1👍1
Unlocking Web Workers with React: A Step-by-Step Guide
Web Workers provide a way to run certain code in background threads, rather than blocking things on the main thread. This adds some complexity and isn’t always a best first step, but it’s worth knowing how it works. - https://www.rahuljuliato.com/posts/react-workers
#react
Web Workers provide a way to run certain code in background threads, rather than blocking things on the main thread. This adds some complexity and isn’t always a best first step, but it’s worth knowing how it works. - https://www.rahuljuliato.com/posts/react-workers
#react
Rahuljuliato
Unlocking Web Workers with React: A Step-by-Step Guide | Rahul's Blog
👍1
How can you approach a complex table with rowspan and colspan in Angular ?
Designing tables with rowspan and colspan can get… - https://javascript.plainenglish.io/how-can-you-approach-a-complex-table-with-rowspan-and-colspan-in-angular-635e9169234a
#angular
Designing tables with rowspan and colspan can get… - https://javascript.plainenglish.io/how-can-you-approach-a-complex-table-with-rowspan-and-colspan-in-angular-635e9169234a
#angular
Medium
How can you approach a complex table with rowspan and colspan in Angular ?
Designing tables with rowspan and colspan can get really crazy at times, if you are a beginner. The first time, I faced such a scenario, I…
👍2
Building a RAG System with Node and OpenAI - https://www.zignuts.com/blog/build-rag-system-nodejs-openai
#nodejs
#nodejs
Zignuts
Build a RAG System with Node.js & OpenAI |Step-by-Step Guide
Learn how to build a Retrieval-Augmented Generation (RAG) system using Node.js & OpenAI API. A complete step-by-step guide for developers with code examples.
❤2
Optimizing heavy operations in Vue with Web Workers
In this article, you'll explore how to use Web Workers in a Vue 3 project to keep the UI responsive while running CPU-heavy tasks. - https://dev.to/jacobandrewsky/optimizing-heavy-operations-in-vue-with-web-workers-3j1b
#vue
In this article, you'll explore how to use Web Workers in a Vue 3 project to keep the UI responsive while running CPU-heavy tasks. - https://dev.to/jacobandrewsky/optimizing-heavy-operations-in-vue-with-web-workers-3j1b
#vue
DEV Community
Optimizing heavy operations in Vue with Web Workers
Heavy computations on the main thread can lead to sluggish UI, dropped frames, and poor user...
❤2👍1
React Query Selectors, Supercharged
The latest in Dominik’s epic series of React Query articles. - https://tkdodo.eu/blog/react-query-selectors-supercharged
#react
The latest in Dominik’s epic series of React Query articles. - https://tkdodo.eu/blog/react-query-selectors-supercharged
#react
tkdodo.eu
React Query Selectors, Supercharged
How to get the most out of select, sprinkled with some TypeScript tips.
❤2
A Handy Use of Subgrid To Enhance a Simple Layout
Andy Bell shows how CSS subgrid can help you maintain a nice reading line in your layouts. - https://piccalil.li/blog/a-handy-use-of-subgrid-to-enhance-a-simple-layout
#css
Andy Bell shows how CSS subgrid can help you maintain a nice reading line in your layouts. - https://piccalil.li/blog/a-handy-use-of-subgrid-to-enhance-a-simple-layout
#css
Piccalilli
A handy use of subgrid to enhance a simple layout
subgrid in CSS is really handy for getting a nice level of design detail in place, especially in terms of maintaining a nice reading line, as Andy shows in this article.
❤1👍1
How to create a clean architecture Angular app
Today I’m going to show you 3 steps to create an… - https://dkreider.medium.com/how-to-create-a-clean-architecture-angular-app-in-5-minutes-84a42e8af23c
#angular
Today I’m going to show you 3 steps to create an… - https://dkreider.medium.com/how-to-create-a-clean-architecture-angular-app-in-5-minutes-84a42e8af23c
#angular
Medium
How to create a clean architecture Angular app (in 5 minutes)
Today I’m going to show you 3 steps to create an Angular app with an amazing clean architecture.
👍1
Nest.js and Modular Architecture: Principles and Best Practices
Discover How to Better Organize Your Modules by… - https://levelup.gitconnected.com/nest-js-and-modular-architecture-principles-and-best-practices-806c2cb008d5
#nodejs
Discover How to Better Organize Your Modules by… - https://levelup.gitconnected.com/nest-js-and-modular-architecture-principles-and-best-practices-806c2cb008d5
#nodejs
Medium
Nest.js and Modular Architecture: Principles and Best Practices
Discover How to Better Organize Your Modules by Following 8 Architecture Guidelines
👍2
Secure a Vue app with OpenID Connect and the BFF pattern
In this post, we’ll look at the basic architecture of a BFF solution, the responsibilities of each component, and how it all fits together. - https://duendesoftware.com/blog/20250409-secure-vue-app-with-openid-connect-bff-pattern
#vue
In this post, we’ll look at the basic architecture of a BFF solution, the responsibilities of each component, and how it all fits together. - https://duendesoftware.com/blog/20250409-secure-vue-app-with-openid-connect-bff-pattern
#vue
Duendesoftware
Duende Software - Identity and Access Management for .NET
We help companies using .NET to build identity and access control solutions for modern applications.
❤1👍1
Starting a Modern Angular Application
In this article, I’ll review the tools and options we… - https://medium.com/@eugeniyoz/starting-a-modern-angular-application-9cbe409ee610
#angular
In this article, I’ll review the tools and options we… - https://medium.com/@eugeniyoz/starting-a-modern-angular-application-9cbe409ee610
#angular
Medium
Starting a Modern Angular Application
In this article, I’ll review the tools and options we have when creating a modern Angular app and which of them should be chosen.
👍1
So many ranges, so little time: A cheatsheet of animation-ranges for your next scroll-driven animation
Saron Yitbarek explains everything you need to know about animation-ranges in scroll-driven animations. - https://webkit.org/blog/17184/so-many-ranges-so-little-time-a-cheatsheet-of-animation-ranges-for-your-next-scroll-driven-animation
#css
Saron Yitbarek explains everything you need to know about animation-ranges in scroll-driven animations. - https://webkit.org/blog/17184/so-many-ranges-so-little-time-a-cheatsheet-of-animation-ranges-for-your-next-scroll-driven-animation
#css
WebKit
So many ranges, so little time: A cheatsheet of animation-ranges for your next scroll-driven animation
Background If you’re new to scroll-driven animations, welcome!
👍3
How to Build An AI Assistant with LangGraph, Next.js, and Auth0 - https://auth0.com/blog/genai-tool-calling-build-agent-that-calls-calender-with-langgraph-nextjs/
#react
#react
Auth0 - Blog
How to build an AI Assistant with LangGraph and Next.js
Learn how to build a tool-calling AI agent using LangGraph, Next.js, and Auth0. Integrate your own API as tools. Use Google
👍1
Web Architecture 201
Key concepts intermediate developers should understand… - https://medium.com/jonathans-musings/web-architecture-201-b25a0efe79cb
#architecture
Key concepts intermediate developers should understand… - https://medium.com/jonathans-musings/web-architecture-201-b25a0efe79cb
#architecture
Medium
Web Architecture 201
Key concepts intermediate developers should understand when scaling systems
❤3👍2
Handling File Uploads in Nuxt with useStorage*
This guide demonstrates how to validate, store, and manage file uploads efficiently in Nuxt using built-in server utilities. - https://vueschool.io/articles/vuejs-tutorials/handling-file-uploads-in-nuxt-with-usestorage/
#vue
This guide demonstrates how to validate, store, and manage file uploads efficiently in Nuxt using built-in server utilities. - https://vueschool.io/articles/vuejs-tutorials/handling-file-uploads-in-nuxt-with-usestorage/
#vue
vueschool.io
Handling File Uploads in Nuxt with useStorage - Vue School Articles
Learn how to implement secure and flexible file uploads in your Nuxt application using the useStorage composable and Unstorage’s unified API. This step-by-step guide covers everything from validation to storage and serving files, making it easy to build a…
👍2❤1
Modern Node.js Patterns for 2025
We’ve reached the half way point for the year, so why not take a moment to reflect on the potential of Node as it stands right now? Ashwin reminds us of various aspects including the use of ES modules, built-in Web APIs, the test runner, watch mode, the permission model, import maps, and more. - https://kashw1n.com/blog/nodejs-2025/
#nodejs
We’ve reached the half way point for the year, so why not take a moment to reflect on the potential of Node as it stands right now? Ashwin reminds us of various aspects including the use of ES modules, built-in Web APIs, the test runner, watch mode, the permission model, import maps, and more. - https://kashw1n.com/blog/nodejs-2025/
#nodejs
👍2
Stop Using @ViewChild/Children Decorators! Use Signals Instead
If you’re still using the old Angular… - https://readmedium.com/stop-using-viewchild-children-decorators-use-signals-instead-5bcfd7d26e55
#angular
If you’re still using the old Angular… - https://readmedium.com/stop-using-viewchild-children-decorators-use-signals-instead-5bcfd7d26e55
#angular
Readmedium
Stop Using @ViewChild/Children Decorators! Use Signals Instead
If you’re still using the old Angular @ViewChild/@ViewChildren decorators and QueryList, you’re going to want to see this!
👍2❤1
Reflections on the React Community
Lee, formerly of Vercel and widely recognized for his influence on Next.js and React, shares candid reflections on the React community, digging into the rise of React Server Components, the tension between commercial and non-commercial priorities, the toll of burnout, and a reminder that, above all, this is still a community of people. - https://leerob.com/reflections
#react
Lee, formerly of Vercel and widely recognized for his influence on Next.js and React, shares candid reflections on the React community, digging into the rise of React Server Components, the tension between commercial and non-commercial priorities, the toll of burnout, and a reminder that, above all, this is still a community of people. - https://leerob.com/reflections
#react
Leerob
Reflections on the React community | Lee Robinson
Some thoughts after working with React for 10 years.
👍2