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

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...

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

Fernando JavaScript vs. TypeScript: Unveiling the Differences and Benefits
Introduction: In the realm of web development, JavaScript has reigned as the de facto...

Ibrahim BagalwaUnderstanding TypeScript Utility Types: Pick and Omit
TypeScript provides several utility types to facilitate common type transformations. These good...

Lakshmanan ArumugamEnum in javascript 🤯
In JavaScript, there is no built-in enum type like in some other programming languages (e.g., Java or...

JSSoft Delete: Dealing With Unique Constraint in Real-World Case
I introduced how to achieve soft delete in ZenStack in the previous post. The solution appears quite...

Zoranildo SantosAPI Node Desacoplada: Criando servers com express e fastify
Neste artigo vamos criar os dois servidores, um com express e outro com fastify e deixar pronto para...

Zoranildo SantosGuia Prático: Aprenda a Construir uma API Node.js Desacoplada
O intuito dessa série de artigos é mostrar na prática como criar e estruturar inicialmente uma...

henrycunhCursive - The intuitive LLM framework
When interfacing with LLMs, builders often find themselves between using extremely bloated frameworks...

Bruno PaulinoDistributed locks in Node.js
Often times, you need to build a feature that requires coordinated access to a certain resource. A...

Rashid ShamlooExporting Declaration Files in Vite.js
JavaScript is not a statically typed language. TypeScript gives you the illusion that there are types...

Rounak SenInventory Management Website
build with Soumyajit Mondal @soumyajit2825 What I built ❔ Inventory Management...

Steven Boyd-ThompsonRxJS Operators: buffer
RxJS is a JavaScript library that enables the creation of asynchronous and event-based programs. The...

Sukanta DasHow to implement JWT Authentication Using Node, Express, TypeScript ? 2023
Today We Will Learn How to Build NodeJs Authentication API using JWT, Express, Typescript . Table of...

Jakub AndrzejewskiIntroduction to Nuxt Modules - Revisited
Almost two years ago, I have released my article about the same topic as this one -> Introduction...

Manoj Prasanna 🚀Implementing Lazy Loading from Angular ⭐
In this article, I will delve into the implementation process of Lazy Loading in your Angular...