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

Luke Czyszczonik🪄 gql.tada makes a GraphQL great again
Cover photo by Jez Timms on Unsplash I began exploring the GraphQL ecosystem in 2018. At that...

EdaLeetCode Meditations — Chapter 2: Two Pointers
One of the techniques of iterating through an array is the two pointers technique, and it is as...

TimAdding Sign In With Google To A Remix App From Scratch
While several libraries provide Google authentication for Remix, such as remix-auth-google, they may...

Matteo DepascaleElevating Your AWS Lambda Game With Middy And TypeScript
Introduction In the ever-evolving landscape of AWS Lambda development, efficiency is key....

Bolaji AyodejiCreating an Automated Profile README using Nodejs and GitHub Actions
Some years ago, GitHub introduced the new Profile README feature that allowed GitHub users to pin a...

Himanshu GuptaWhat is the Difference between Spread and Rest Operator in JavaScript
Spread Operator (...) Details: Expanding Iterables: The spread operator is primarily used to...

Davy ChenRarely Heard Knowledge Of JavaScript
Rarely Heard Knowledge Of JavaScript Sometimes you'll want an automatically ordered Dictionary. The...

Alex T.A simple example to understand Module Augmentation in TypeScript
What is Module Augmentation Imagine you're using a third-party library with a Vehicle...

Victor J. Rosario V.Battle of the Node.js ORMs: Sequelize vs. Prisma
In the ever-evolving landscape of Node.js development, choosing the right Object-Relational Mapper...

edisneConfiguring Firebase with Angular standalone component
Being that by default (using Angular 17 ✨), generating a component using CLI, we get a standalone...

Gergely SzerovayMaster Angular 17.1 and 17.2
Since I published my Master Angular 17 Study guide, the Angular team released two minor versions:...

Pratik PathakManaging unexpected data at runtime in Typescript
Note: This post was originally published in Shaadi tech blog and can also be accessed at:...

Leonardo MontiniTanStack Router: Setup & Routing in React
Welcome to the first article of a series where we will explore TanStack Router, a new router for...

Understanding Async/Await and Promises in JavaScript and TypeScript
In the asynchronous world of JavaScript and TypeScript, understanding how to effectively work with...

Jakub AndrzejewskiImplementing Debouncing in Vue
When I first learned about the concept of debouncing I instantly liked it and started implementing it...

Omar khairySetup monorepo with pnpm, typescript and turborepo
Introduction The past few weeks i was swtich some backend project to use typescript and...