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

tareksalemTypescript FP Dependency Injection Is Easy!
Doing Dependency injection using a framework or library is something easy to do, there some...

Chris CookAssertions: How to Assert Conditions and Types
The asserts statement was introduced in TypeScript 3.7. It's a special type of function signature...

Leandro NuñezTypeScript Basics: Supercharge Your JavaScript with Strong Typing
Introduction: Hey there, fellow developers! Welcome to the world of TypeScript, a...

Nate EagleHow to add comments to a static site using GitHub Pull Requests and Netlify Functions
There are a lot of advantages to building a website statically, which means compiling it once and...

Danny SteenmanCreate a DependsOn relation between resources in AWS CDK
Learn how to create an explicit 'DependsOn' relationship between AWS resources like RDS and EC2 instances using AWS CDK in TypeScript to control deployment order.

kai belmoTypeScript: Not Always the Answer
JavaScript is a versatile and dynamic programming language that allows developers to build a wide...

Isaiah Clifford Opoku Master Generics in TypeScript
Introduction Generics are a way to create reusable components. They allow us to create a...

Antoine Coulon💉 Test-Driven Development and Dependency Injection are the way
Welcome back into these series everyone, past few days have been incredible as skott just reached 130...

Olaleye BlessingBuild a Weather App with React.js, TypeScript, and Tailwind CSS
One of the most effective ways to enhance your coding skills is to work on practical projects that...

Jolene LanglinaisNode Service Template
PNK Stack Service PostgreSQL, Node, and Koa This acts as a guide for creating a...

David MatějkaUnleashing TypeScript performance in monorepos with TSX
In the software development world, TypeScript-based monorepo projects are increasingly popular. Yet,...

David LiImplemnenting caching in github actions
To use caching in a GitHub Actions workflow, you can use the cache action. Here is an example of a...

HidetoshiYanagisawaDemystifying Dependency Injection in TypeScript: Comprehensive Examples and Benefits
Hello, I am a frontend engineer who is an avid TypeScript user. Today, we are going to take a deep...

Zoranildo SantosAPI Node Desacoplada: Criando Cadastro de Usuários
Neste artigo vamos dar continuidade a nossa série Guia Prático: Aprenda a Construir uma API Node.js...

Matt AngelosantoUsing Protobuf with TypeScript for data serialization
Written by Ibiyemi Adewakun✏️ A key part of a distributed system’s architecture is how data is...

Jorge NascimentoIntrodução ao TypeScript
TypeScript é uma linguagem de programação de código aberto desenvolvida pela Microsoft. Ela é uma...