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

Brindashree C BTripStash
What We built We built a web application called TripStash, a unique and intuitive group...

Rajesh RathoreExploring the Power of TypeScript Decorators: Extending and Modifying Code with Ease
TypeScript Decorators Decorators in TypeScript are a feature that allows you to modify or...

Bruno KoteskyEnhancing TypeScript: Implementing Robust Error Handling with Result and Option
In my recent TypeScript projects, I've been exploring new techniques to improve the way I handle...

Building serverless and scaleable Email sending system with AWS CDK
I have built a serverless email sending system in AWS using AWS CDK. Since it is serverless, it is a...

Alex BespoyasovExplicit Software Design Series
Sometimes, I read books about software design and development. Usually, they are about “enterprise...

Kazuhiro "Kaz" SeraRunning Slack App on Cloudflare Workers
Recently, as a weekend hobby project, I created a Slack app development framework for Cloudflare...

Jayanta DebMigrate your project from Javascript to TypeScript
We live in a world where technology changes in the blink of an eye every day. Sometimes it becomes...

Deyvison BorgesWhy Tailwind, if I can create my own CSS Generator from scratch.
No more using Tailwind! Understand the following, Functional CSS has been around for a...

Zipy teamSequelize and TypeScript Integration: A Practical Tutorial
Author - Anom Warbhuvan Sequelize, a widely used ORM (Object Relational Mapping) library for Node.js...

Rajesh RathoreA Comprehensive Guide to TypeScript: Introduction, Installation, and Running Code
What is TypeScript? TypeScript is an object-oriented programming language created and...

Lucas ProchnowDependency Injection (DI) with NodeJS + Typescript
That's a subject I rarely read a discussion or a post by NodeJS/TS community. Maybe the reason for...

Rajesh RathoreExploring the Power of TypeScript Generics: Constraints, Utility Types, Literal Types, and Recursive Structures
TypeScript Generics Generics in TypeScript allow you to create reusable components or...

dravidjones28How to Implement Infinite Queries in React Query
We're goona have a button for loading more data. Now, in a real-world application, we often want...

Rajesh RathoreUnderstanding TypeScript Types: Primitives, Objects, and Type Manipulations
TypeScript Types TypeScript is a strongly typed programming language that builds on...
![Multi-User Document Editing App [Part II]](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuew74j0nr7n8tn37edq8.png)
Alan KemboiMulti-User Document Editing App [Part II]
App Showcase Category Submission: Most Visually Pleasing Most Technical...

Khaled HosseiniPlay Microservices: Client service
This is the 7th part of a series of articles under the name "Play Microservices". Links to other...