Reimplementing Crossy Road with React Three Fiber
A well put together set of tutorials covering reimplementing the classic Crossy Road game with React Three Fiber. In both written and video form. - https://javascriptgametutorials.com/tutorials/react-three-fiber/crossy-road
#react
A well put together set of tutorials covering reimplementing the classic Crossy Road game with React Three Fiber. In both written and video form. - https://javascriptgametutorials.com/tutorials/react-three-fiber/crossy-road
#react
JavaScript Game Tutorials
Crossy Road with React Three Fiber
In this tutorial, we learn how to create a simplified clone of the mobile game Crossy Road with React Three Fiber.
System Design Interview: Design Twitter (X)
Learn how to design social media platforms like… - https://levelup.gitconnected.com/system-design-interview-design-twitter-x-695cd800de51
#system #design
Learn how to design social media platforms like… - https://levelup.gitconnected.com/system-design-interview-design-twitter-x-695cd800de51
#system #design
Medium
System Design Interview: Design Twitter (X)
Learn how to design social media platforms like Twitter and how to handle billions of tweets, followers, and massive data.
Creating Animated Accordions with the Details Element and Modern CSS
Stefan Judis explains how to create animated accordions using only HTML and modern CSS with the details element, interpolate-size, transition-behavior, and the :has() pseudo-class. - https://www.builder.io/blog/animated-css-accordions
#css
Stefan Judis explains how to create animated accordions using only HTML and modern CSS with the details element, interpolate-size, transition-behavior, and the :has() pseudo-class. - https://www.builder.io/blog/animated-css-accordions
#css
Builder.io
Creating Animated Accordions with the Details Element and Modern CSS
Learn how to create animated accordions using only HTML and modern CSS with the details element, interpolate-size, transition-behavior, and the :has() selector.
10 Habits of Great Software Engineers
Great developers tend to have a lot of little habits… - https://medium.com/career-programming/10-habits-of-great-software-engineers-226474bbb849
#software #engineer #habits
Great developers tend to have a lot of little habits… - https://medium.com/career-programming/10-habits-of-great-software-engineers-226474bbb849
#software #engineer #habits
Medium
10 Habits of Great Software Engineers
Great developers tend to have a lot of little habits that they don’t teach in Computer Science courses or web development bootcamps, and…
Node.js Gets an Official Community Space on Discord
While there have been numerous IRC channels and Discord and Slack servers where Node developers can congregate - https://nodejs.org/en/blog/announcements/official-discord-launch-announcement
#nodejs
While there have been numerous IRC channels and Discord and Slack servers where Node developers can congregate - https://nodejs.org/en/blog/announcements/official-discord-launch-announcement
#nodejs
nodejs.org
Node.js — Node.js Launches Official Community Space on Discord
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Improve Build Performance of Nuxt
This article explores the Nuxt-build-cache module and how it affects your Nuxt project’s performance. - https://dev.to/jacobandrewsky/improve-build-performance-of-nuxt-2bmn
#vue
This article explores the Nuxt-build-cache module and how it affects your Nuxt project’s performance. - https://dev.to/jacobandrewsky/improve-build-performance-of-nuxt-2bmn
#vue
DEV Community
Improve Build Performance of Nuxt
I recently discovered a great new module for Nuxt created by @pi0 that can greatly (even sometimes 2...
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 ...
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.
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.
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.
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…
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.
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.
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
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.
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…
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
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.
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…
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.