React Trends in 2025
Each year Robin does a post giving his opinion on what trends he sees arising over the next year. Last year, he put his money on Astro, RSCs, Vercel, and Biome – this year he points at React Server Components, shadcn/ui, TanStack Start, React Router, and more. - https://www.robinwieruch.de/react-trends/
#react
Each year Robin does a post giving his opinion on what trends he sees arising over the next year. Last year, he put his money on Astro, RSCs, Vercel, and Biome – this year he points at React Server Components, shadcn/ui, TanStack Start, React Router, and more. - https://www.robinwieruch.de/react-trends/
#react
www.robinwieruch.de
React Trends in 2025
React Trends in 2025 which should be on your watchlist. A walkthrough of the state of React ...
❤4👍2😨1
Learn Zod So You Can Trust Your Data and Your Types - https://didoesdigital.com/blog/zod-overview/
#zod
#zod
Didoesdigital
Learn Zod So You Can Trust Your Data and Your Types · DiDoesDigital
Learn how to wrangle Zod so you can trust your data and your types. Explore the main concepts, the playground, and a web form example.
👍6
Angular 19.2 – What’s new?
Angular 19.2 introduces a range of improvements to enhance performance and usability when working with the framework. This version includes new features such as better resource management, support for template literals, and compatibility with TypeScript 5.8. This article will explore the most significant changes and new features worth knowing. - https://angular.love/angular-19-2-whats-new
#angular
Angular 19.2 introduces a range of improvements to enhance performance and usability when working with the framework. This version includes new features such as better resource management, support for template literals, and compatibility with TypeScript 5.8. This article will explore the most significant changes and new features worth knowing. - https://angular.love/angular-19-2-whats-new
#angular
Angular.love
Angular 19.2 - What's new? - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
👍2
Building a Custom Authentication System with JWT in Nuxt 3
Learn how to implement a robust JWT authentication system in Nuxt 3. This comprehensive guide covers project setup, login/signup functionality, protected routes, and state management with Pinia. - https://masteringnuxt.com/blog/building-a-custom-authentication-system-with-jwt-in-nuxt-3
#vue
Learn how to implement a robust JWT authentication system in Nuxt 3. This comprehensive guide covers project setup, login/signup functionality, protected routes, and state management with Pinia. - https://masteringnuxt.com/blog/building-a-custom-authentication-system-with-jwt-in-nuxt-3
#vue
Masteringnuxt
Building a Custom Authentication System with JWT in Nuxt 3
Learn how to implement a robust JWT authentication system in Nuxt 3. This comprehensive guide covers project setup, login/signup functionality, protected routes, and state management with Pinia.
👍4🔥1
Next.js vs TanStack
An incisive essay from a developer who’s had enough of the Next.js approach and has found solace in the approach offered by the increasingly capable TanStack collection of tools (as well as Vite). - https://www.kylegill.com/essays/next-vs-tanstack/
#react
An incisive essay from a developer who’s had enough of the Next.js approach and has found solace in the approach offered by the increasingly capable TanStack collection of tools (as well as Vite). - https://www.kylegill.com/essays/next-vs-tanstack/
#react
Kylegill
Next.js vs TanStack
See this post for inspiration. Over the past few months, I've moved as much code as possible away from Next.js . While I see why people…
👍3
Node v20.19.0 (LTS) Released with require(esm)
Node v20 is in maintenance mode, which usually means no new features, but it lands a significant one here: support for require(esm) enabled by default. This means all Node v20+ releases now support loading native ES modules with require out of the box. Ideal if you have dependencies to update and you’re still on v20. - https://nodejs.org/en/blog/release/v20.19.0
#nodejs
Node v20 is in maintenance mode, which usually means no new features, but it lands a significant one here: support for require(esm) enabled by default. This means all Node v20+ releases now support loading native ES modules with require out of the box. Ideal if you have dependencies to update and you’re still on v20. - https://nodejs.org/en/blog/release/v20.19.0
#nodejs
nodejs.org
Node.js — Node v20.19.0 (LTS)
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
👍2
Solving eventual consistency in frontend
What is eventual consistency? In distributed databases, eventual consistency ensures that all replicas of a database will hold the same data – but only after a delay. This delay occurs because updates are first applied to the primary database, and then asynchronously propagated to other replicas. - https://blog.logrocket.com/solving-eventual-consistency-frontend/
#frontend
What is eventual consistency? In distributed databases, eventual consistency ensures that all replicas of a database will hold the same data – but only after a delay. This delay occurs because updates are first applied to the primary database, and then asynchronously propagated to other replicas. - https://blog.logrocket.com/solving-eventual-consistency-frontend/
#frontend
LogRocket Blog
Solving eventual consistency in frontend - LogRocket Blog
Handle frontend data discrepancies with eventual consistency using WebSockets, Docker Compose, and practical code examples.
👍2
Almost Perfect tsconfig.json Options for Your Angular Projects - https://medium.com/@sehban.alam/almost-perfect-tsconfig-json-options-for-your-angular-projects-5bec056f23d8
#angular
#angular
Medium
Almost Perfect tsconfig.json Options for Your Angular Projects
A Complete Step-by-Step Guide to Perfecting Your Angular Configuration with Best Practices and Code Examples
👍3
How to Use SQLite in Vue 3: Complete Guide to Offline-First Web Apps
Want to build web apps that work offline? While browsers have built-in storage options like IndexedDB, they’re not great for complex data operations. This guide shows you how to use SQLite with Vue 3 to build powerful offline-first apps. - https://alexop.dev/posts/sqlite-vue3-offline-first-web-apps-guide/
#vue
Want to build web apps that work offline? While browsers have built-in storage options like IndexedDB, they’re not great for complex data operations. This guide shows you how to use SQLite with Vue 3 to build powerful offline-first apps. - https://alexop.dev/posts/sqlite-vue3-offline-first-web-apps-guide/
#vue
alexop.dev
SQLite in Vue: Complete Guide to Building Offline-First Web Apps | alexop.dev
Learn how to build offline-capable Vue 3 apps using SQLite and WebAssembly in 2024. Step-by-step tutorial includes code examples for database operations, query playground implementation, and best practices for offline-first applications.
❤2👍2
How Senior Programmers Write Code
Coding is not just about making things work; it’s… - https://blog.stackademic.com/how-senior-programmers-write-code-22b60bbced00
#senior #programmers #write #code
Coding is not just about making things work; it’s… - https://blog.stackademic.com/how-senior-programmers-write-code-22b60bbced00
#senior #programmers #write #code
Medium
How Senior Programmers Write Code
Coding is not just about making things work; it’s about building something that lasts. Senior programmers know this better than anyone…
👍2👏2
Retrieval-Augmented Generation (RAG) with Node, Podman AI Lab & React - https://developers.redhat.com/articles/2025/03/10/retrieval-augmented-generation-nodejs-podman-ai-lab-react
#nodejs
#nodejs
Red Hat Developer
Retrieval-augmented generation with Node.js, Podman AI Lab & React | Red Hat Developer
Podman AI Lab, which integrates with Podman Desktop, provides everything you need to start developing Node.js applications that can integrate large language models and package the components in
👍4
Netlify is now TanStack's 'official deployment partner'. - https://www.netlify.com/blog/tanstack-start-netlify-official-deployment-partner/
#react
#react
Netlify
TanStack Start on Netlify: Official Deployment Partner
Netlify is now the official deployment partner for TanStack Start, the open-source, type-safe, React framework. Learn about the collaboration, key features, and try our AI chatbot template.
👍4👌2
Docker Crash Course
In this post, we will learn about docker basics where… - https://nabendu82.medium.com/docker-crash-course-ae41812f0fbc
#docker
In this post, we will learn about docker basics where… - https://nabendu82.medium.com/docker-crash-course-ae41812f0fbc
#docker
Medium
Docker Crash Course
In this post, we will learn about docker basics where we will learn from the start. This post has been inspired by this awesome YouTube…
👍5
Getting Started with Vitest for Vue.js and Vite Testing
Learn how to start testing Vue js apps with Vitest, the perfect testing framework for Vite-powered projects. Quick, simple, and effective. - https://vueschool.io/articles/vuejs-tutorials/start-testing-with-vitest-beginners-guide/
#vue
Learn how to start testing Vue js apps with Vitest, the perfect testing framework for Vite-powered projects. Quick, simple, and effective. - https://vueschool.io/articles/vuejs-tutorials/start-testing-with-vitest-beginners-guide/
#vue
vueschool.io
Getting Started with Vitest for Vue.js and Vite Testing - Vue School Articles
Learn how to start testing Vue js apps with Vitest, the perfect testing framework for Vite-powered projects. Quick, simple, and effective.
👍4❤1
Angular 19. Trying to stay afloat
The story of how, in the pursuit of all things Angular… - https://itnext.io/angular-19-trying-to-stay-afloat-abee8fcfae53
#angular
The story of how, in the pursuit of all things Angular… - https://itnext.io/angular-19-trying-to-stay-afloat-abee8fcfae53
#angular
Medium
Angular 19. Trying to stay afloat
The story of how, in the pursuit of all things Angular has already stopped realizing what it itself needs
👍2
SSR Deep Dive for React Developers
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs. - https://www.developerway.com/posts/ssr-deep-dive-for-react-developers
#react #ssr
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs. - https://www.developerway.com/posts/ssr-deep-dive-for-react-developers
#react #ssr
Developerway
SSR Deep Dive for React Developers
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs.
👍2
JavaScript Security: Protecting Your Applications from Modern Threats
Explore essential JavaScript security practices to protect your web applications. Learn how to prevent common vulnerabilities like XSS and CSRF, implement secure communication, manage dependencies safely, and secure client-side data storage. Improve your app's defenses against modern threats. - https://certificates.dev/blog/javascript-security-protecting-your-applications-from-modern-threats
#security
Explore essential JavaScript security practices to protect your web applications. Learn how to prevent common vulnerabilities like XSS and CSRF, implement secure communication, manage dependencies safely, and secure client-side data storage. Improve your app's defenses against modern threats. - https://certificates.dev/blog/javascript-security-protecting-your-applications-from-modern-threats
#security
certificates.dev
JavaScript Security: Protecting Your Applications from Modern Threats
Explore essential JavaScript security practices to protect your web applications. Learn how to prevent common vulnerabilities like XSS and CSRF, implement secure communication, manage dependencies safely, and secure client-side data storage. Improve your…
👍2👏1
Node.js TSC Votes to Stop Distributing Corepack
Corepack was introduced as an (experimental) tool bundled with Node to help with managing versions of your package managers. Corepack will live on as a separately installable tool, but will be phased out from future Node releases following a recent TSC vote. - https://socket.dev/blog/node-js-tsc-votes-to-stop-distributing-corepack
#nodejs
Corepack was introduced as an (experimental) tool bundled with Node to help with managing versions of your package managers. Corepack will live on as a separately installable tool, but will be phased out from future Node releases following a recent TSC vote. - https://socket.dev/blog/node-js-tsc-votes-to-stop-distributing-corepack
#nodejs
Socket
Node.js TSC Votes to Stop Distributing Corepack - Socket
Corepack will be phased out from future Node.js releases following a TSC vote.
👍1
Top 50 System Design Terminologies You Must Know
Master the Essential Terms to Ace Your System Design… - https://interviewnoodle.com/top-50-system-design-terminologies-you-must-know-3c78f5fb99c1
#system #design
Master the Essential Terms to Ace Your System Design… - https://interviewnoodle.com/top-50-system-design-terminologies-you-must-know-3c78f5fb99c1
#system #design
Medium
Top 50 System Design Terminologies You Must Know
Master the Essential Terms to Ace Your System Design Interviews with Explanations, Practical Examples, and Comprehensive Resources
❤3👍2🔥1
How to implement Nuxt-like file-based routing in Vue?
In this article, explore file-based vue routing and how we can enhance it to the next level. - https://abhidave.hashnode.dev/how-to-implement-nuxt-like-file-based-routing-in-vue
#vue
In this article, explore file-based vue routing and how we can enhance it to the next level. - https://abhidave.hashnode.dev/how-to-implement-nuxt-like-file-based-routing-in-vue
#vue
👍2❤1