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

EdaLeetCode Meditations: Kth Smallest Element in a BST
Let's start with the description for Kth Smallest Element in a BST: Given the root of a binary...

jy95Turn FHIR Dosage into human readable text in your wanted language and much more with fhir-dosage-utils
TD;LR import FhirDosageUtils from "fhir-dosage-utils"; // See...

FabrikappHow to Make a VS Code Extension Using TypeScript: A Step-by-Step Guide
Visual Studio Code (VS Code) has become one of the most popular code editors among developers, thanks...

Ignace MaesThe easy way to access the last JavaScript array element
In JavaScript, accessing the last element of an array is not as straightforward as in other...

Carlos Jorge RodriguezEnhance the drag and drop of your Vue 3 application with Vue Fluid DnD
In web applications that use Single-Page Application frameworks like Vue, React, Angular, etc., the...

mohammadMastering Object-Oriented Programming in TypeScript: Your Complete Guide with Practical Examples
Today, we embark on an enjoyable learning experience about Object-Oriented Programming in TypeScript....

Frédéric LeroyTypescript type grouping a union type of objects by any property discriminating these objects.
MappingByDiscriminator Example: type Car = { kind: "car", ... }; type Truck = { ...

chauhoangminhnguyenWhat is react-query? Why should we use react-query?
Introduction 📯📯📯 You might have heard or seen others mention the react-query library quite...

Subham Single Responsibility Principle
Links REPO Linkedin Github Info : Single-responsibility principle - Wikipedia The Single...

Aleksei RudenkoTS: Types vs. Interfaces
A few days ago, we had a lively chat at work about how to type a package we're working on. In the...

EdaLeetCode Meditations: Validate Binary Search Tree
The description for Validate Binary Search Tree is: Given the root of a binary tree, determine if...

Bosco DomingoNode Test Runner vs Bun Test Runner (with TypeScript and ESM)
I've recently gotten the chance to play with both of these while looking for a long-term testing...

Richard ZampieriE2E Testing with ExpressoTS and SuperTest
Intro Supertest is a popular npm library commonly used for testing HTTP servers and APIs....

Kazuhiro "Kaz" SeraEasier TypeScript API Testing with Vitest + MSW
Introduction Recently, I took time to write unit tests to ensure if my Slack Web API...

Aman KumarGroup routes according to the categories and apply different layouts with layout.tsx in NextJs App Routing.
Problem: While making a project in NextJs you sometimes need specific components which you...

Serif COLAKELShared Data-Layer Setup For Micro Frontend Application with Nx Workspace
This tutorial will guide you through setting up a shared data-layer for a Micro Frontend Application...