DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Nikhil VermaFrom Vue 2 to 3: A long journey
TL;DR This is a long post detailing my journey of migrating a project from Vue 2 to 3. It...

Subhendu Pratap SinghTyped fetch with Sveltekit and Hono using RPC
What is Hono? Hono is a fast and simple web framework that works in edge environments like...

Iaan MesquitaFactory Method: Simplifying Object Instantiation
Portuguese version: https://dev.to/ianito/design-patterns-factory-method-pt-br-21a3 Hi there, If...

Kehinde Adeleke Use Precise types instead of String types
Introduction We have all been there. Throwing any at function parameters and object keys...

Serif COLAKELSimplified Micro Front-Ends: Mastering Global State Management with Redux and Redux Toolkit
Project Repository 🚨 This article based on this article. I just added some extra...

Anders PerssonHeard about DENO?
Disclaimer; I'am a backend developer, and try to keep up with frontend, so this (my first) article...
Pauline OraroBuilding A B.M.I Calculator using Typescript
In today's tech driven world, health and wellness are a paramount importance so is the ability to...

Laëtitia Christelle OuelleBasic CRUD operations with NestJs, TypeScript, Fastify & MongoDB
Fastify is a web framework for building efficient and high-performance web applications and APIs in...

Mateusz PiórowskiSvelte + PocketBase + OAuth = 90 lines of code
So it's time for my first series. The idea is to show how easy, fast and secure it is to set up a...

Isaiah Clifford Opoku Celebrating Modular Mastery: Navigating JavaScript's Module Landscape
In the vast landscape of JavaScript development, two pivotal concepts emerge as guiding stars: the...

Mateusz PiórowskiSvelte + PocketBase + Nginx = Amazingness
So it's time for the promised bonus, how to setup Svelte with PocketBase on the same server using...

Leonardo MontiniWrite Unit Test for your Typescript GitHub Action
GitHub Actions are a powerful tool to automate your workflow. They can be used to run tests, deploy...

Ayoub AlouaneThe Future Is Here: Qwik Meets Prisma Innovatively
If you're coming from PHP, you have Doctrine. From JAVA, you have Hibernate. In Javascript and...

Vinodh KumarCreate a typescript utility library using Vite
In this post, we are going to look at how to create a typescript utility library using the Vite...

ilma fauziyahTypescript - Function Overloads
There are times we need to create a function that can be implemented multiple ways : accept multiple...

Ivan MontielFeature Contexts
A common pattern in larger application when trying to track feature usage is to try to namespace...