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

AlecellVue Primeiras Impressões
Tem muitos anos que tenho um amor platônico pelo VueJS, ele tinha tudo que eu sempre quis num...

Resolving Yarn Install and TypeScript Issues in a NestJS Project
In the world of JavaScript and TypeScript development, setting up a new project can sometimes bring...

Nikolas ⚡️CommonJS vs ES Modules: the shift from require to import
Introduction The aim of this article is to shed light on the intricacies of JavaScript's...

Otavio MonteagudoA Non-noob Javascript Glossary for 2024, with Examples
A thorough glossary on Javascript practices and ecosystem

EdaLeetCode Meditations: Two Sum
Let's see what the description says for this one: Given an array of integers nums and an integer...

Andreas RiedmüllerAutoLink: Simplifying Conditional Navigation in React Router Projects
In React applications, conditional rendering often leads to verbose and repetitive code. For this...

Alexey SolovyovTreat your frontend like a server application with Rattus ORM
Motivation At my current job, we strive to abstract away from frontend frameworks and...

clxrityHow to create a dynamic AI Discord bot with TypeScript
Learn how to create your own AI Discord bot (with command and event handling) that can be dynamically...

Avinash MauryaTypescript
Yes, you can have a single backend project that includes both TypeScript and JavaScript files....

Jeongho NamTypeScript Swagger Editor - alternative of MSW and Swagger-UI
Outline Click image, then move to "TypeScript Swagger Editor" I've made a new type of...

deji adesogaAngular's Evolution: Embracing Change in the Web Development Landscape
In the world of web development, frameworks come and go, but some, like Angular, make a lasting impact.

MattizMock modules properly with Jest and Typescript
Jest provides a comprehensive suite of features designed to easily mock JavaScript modules. At its...

Yarden PoratTypeScript's noUncheckedIndexedAccess
Recently, a friend shared a TypeScript project with me, and as I delved into it, I noticed something...

EdaLeetCode Meditations: Valid Anagram
For this one, let's start with the description: Given two strings s and t, return true if t is an...

Ralaivao AndryWriting Typescript unit tests with ArchiTest
Have you ever wrote unit tests for your code and struggled on the "what" to test in your code? Have...

Eden EllaImplementing a Service Oriented Architecture in 2024
The advantages of microservices can generally be categorized into two groups: technological and...