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

Joan Peramás CerasGeneric Types en TypeScript, desarrollo reutilizable y adaptable
Como desarrolladores frontend, comprendemos la importancia de crear componentes reutilizables y...

Michael Otu What is REST API
An API is an Application Programming Interface. I mean, that is what API stands for. Previously we...

Schalk NeethlingTyped Objects in v-for - Vue3 with TypeScript
I just ran into the following situation in Vue3 and prayed at the altar of the TypeScript gods for an...

Luis ValdésUsing CDK and Typescript to create an AppSync GraphQL API
This post explains how to use CDK and AWS AppSync to create an API

Keyur ParalkarRecursive elements in React
Introduction A couple of days back I was wondering how components like these are...

valentinGet ready ! Signals for everyone.
Heard about Angular's signals, and want to play with them in any projet ? Well, you're at the right...

Leonardo MontiniTanStack Router: Path Parameters & Loader
Welcome to the second article of a series where we will explore TanStack Router, the new typesafe...

JoLoDeveloping your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)
Oh geez… Developing a Chrome Extension is hard. If you haven't seen my previous post, please take a...

Hector LeivaObject Narrowing in Typescript with Graphile Worker
I have been using graphile worker for some time for my Matter of Memory project to run async tasks on...

EthanImplementing Passport With Google OAuth2
Introduction Hello! 😎 In this tutorial I will continue on with the previous tutorial and...

chintanonwebMastering Angular's Asynchronous Magic: A Guide to Promises, Observables, and Subjects
Beyond Callbacks: Diving Deep into Angular's Async Toolbox Introduction In the...

Taric OvTypeScript (2): Handling Nullable Types (5 quick ways)
Null-able types are all about typing a variable value that can either hold a valid value of a...

Anuj pandeyKey Features And Benefits Of Using Typescript With Javascript In Modern Web Development
TypeScript is a superset of JavaScript developed by Microsoft that adds static typing and other...

Jin.ParkEfficient batch processing for event-driven chunking
🏛️ Arehs The arehs ensures the best possible large batch processing, which is oriented...

Pantelis TheodosiouThe Singleton pattern in TypeScript
In programming, there are situations when you have to make sure that your application contains just...

JoLoDeveloping your own Chrome Extension in Bun and Typescript (Part 2)
In the previous part of the series, we learned about the structure of building a Chrome extension. We...