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

Cyrille TuziTypeScript strictly typed - Part 2: full coverage typing
In the previous part of this posts series, we discussed about how and when to configure a TypeScript...

bilel salemDiving Deeper into Generics in TypeScript
Hello everyone, السلام عليكم و رحمة الله و بركاته Generics in TypeScript offer more than just a way...

HasanUnderstanding Types and Interfaces in TypeScript: A Comprehensive Guide
TypeScript, a superset of JavaScript, introduces static typing to the language, which helps...

Mahabubur RahmanExploring Object-Oriented Programming - TypeScript Examples
Object-oriented programming (OOP) is a paradigm that allows developers to structure their code in a...

Gustavo (Guga) GuichardUsing Arktype in Place of Zod - How to Adapt Parsers
Ever since I started using Zod, a TypeScript-first schema declaration and validation library, I've...

Cyrille TuziTypeScript strictly typed - Part 1: configuring a project
After the introduction of this posts series, we are going to the topic's technical core. First, we...

Chaudhry Talha 🇵🇸Google SignIn in react-native using firebase auth
If you're looking for a solution without firebase, I've a medium article for that:...

lguareguaA Step-by-Step Guide to Strapi with Docker, PostgreSQL, and TypeScript
Dive deep into the essential configurations of our comprehensive boilerplate that integrates Strapi,...

zain ul abdinDay 17 of my progress as a vue dev
About today Today was again one of those tricky days when I struggle to fully follow my daily routine...

Manuel Artero Anguita 🟨Look what they need to mimic a fraction of our power
A post by Manuel Artero Anguita 🟨

Peter KraftMaking Serverless 15x Cheaper
We’ve often heard developers working on stateful applications say that they want to adopt serverless...

Cyrille TuziTypeScript strictly typed: the true promise of TypeScript
The problem Over the last decade, as a JavaScript expert, I helped companies of all kinds...

vincangerI've been writing TypeScript without understanding it -- pt. 2
Give me a Break. I'm still learning! Hey everyone. I'm back. And, yeah, I'm still making...

bilel salemTypeScript Tales: Unraveling Abstracts and Interfaces
Hello everyone, السلام عليكم و رحمة الله وبركاته! In the vast world of Object-Oriented Programming...

Mikhael EsaHow to Setup Jest on Typescript Monorepo Projects
TL;DR When I started making open source libraries, I didn't know much about unit testing...

Cyrille TuziTypeScript strictly typed - Intro: reliability and productivity
Before going to the technical core of this posts series, we said in the summary that by default...