• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

ERDIA: TypeORM entity specification documentation tool
typescript2023-08-28
ByungJoon LeeByungJoon Lee

ERDIA: TypeORM entity specification documentation tool

Introduction I am a developer using Node.js, TypeScript. Entity Specification documents...

Explicit Design, Part 7. App Composition without Hooks
typescript2023-08-28
Alex BespoyasovAlex Bespoyasov

Explicit Design, Part 7. App Composition without Hooks

Let's continue experimenting with explicit software design. In the previous posts, we've built the...

Callback, Callback Hell, Promise Chaining and Async/Await in JavaScript
javascript2023-08-24
Shameel UddinShameel Uddin

Callback, Callback Hell, Promise Chaining and Async/Await in JavaScript

These concepts are must-know kind of thing if you work with JavaScript/TypeScript or its libraries...

Exploring Angular FormArray: Simplifying Dynamic Forms
angular2023-08-28
chintanonwebchintanonweb

Exploring Angular FormArray: Simplifying Dynamic Forms

Introduction In the world of web development, creating forms is a common task. Forms...

The Complete Guide to Angular Forms: Building Dynamic and Interactive User Interfaces
angular2023-08-28
chintanonwebchintanonweb

The Complete Guide to Angular Forms: Building Dynamic and Interactive User Interfaces

Introduction In the fast-paced realm of web development, crafting engaging and...

Angular Signals: A Reactive Way to Manage State
angular2023-08-28
chintanonwebchintanonweb

Angular Signals: A Reactive Way to Manage State

Introduction Angular 16 introduced a new feature called Signals, which provide a reactive way to...

Observer Pattern: Keeping Components in Sync
typescript2023-08-27
Iaan MesquitaIaan Mesquita

Observer Pattern: Keeping Components in Sync

Hi again, If you don't know me, my name is Iaan Mesquita. Today, we'll discuss about Observer...

Best Practices for TypeScript: Elevate Your Code Quality 🚀
javascript2023-08-24
Shivam SinghShivam Singh

Best Practices for TypeScript: Elevate Your Code Quality 🚀

Introduction: TypeScript, built upon the foundation of ES6 and beyond, marries the power...

NestJS Boilerplate using Typescript Generics.
nestjs2023-08-27
BrahimBrahim

NestJS Boilerplate using Typescript Generics.

Just finished coding a NestJS boilerplate project (and an explicative Article about it) using : ✔...

You should repeat yourself when writing tests
testing2023-08-15
Danijel MaksimovicDanijel Maksimovic

You should repeat yourself when writing tests

How would you react if I would say you should duplicate code when writing tests? You would probably...

Applying factory method pattern: Vuejs with firebase and supabase use case
vue2023-08-26
Hssan BouzlimaHssan Bouzlima

Applying factory method pattern: Vuejs with firebase and supabase use case

Imagine this scenario. You are implementing a web application for several clients. Each client wants...

Mastering The Web : TypeScript Vs JavaScript Showdown
javascript2023-08-26
Krupa NimkarKrupa Nimkar

Mastering The Web : TypeScript Vs JavaScript Showdown

Here We Go: Introduction Time: Someone just starting out in front-end web development might...

Learning Web Development Together with a Real Project
webdev2023-08-21
Leonardo MontiniLeonardo Montini

Learning Web Development Together with a Real Project

Learning through tutorials alone is not enough, some hands-on practice is required in order to...

Debugging Like a Pro: Unraveling Angular Conundrums
angular2023-08-26
Harsha MauryaHarsha Maurya

Debugging Like a Pro: Unraveling Angular Conundrums

Angular, with its powerful features, can sometimes present challenging puzzles during development....

Using the WebComponent API with TypeScript: Building Modular and Readable Systems
webdev2023-08-25
Jonas PfalzgrafJonas Pfalzgraf

Using the WebComponent API with TypeScript: Building Modular and Readable Systems

An In-depth Guide to Leveraging WebComponents and TypeScript for Robust Frontend Development ...

Set up Hot Reload for Typescript ESM projects
typescript2023-08-25
Wagner Manganelli (aka manga)Wagner Manganelli (aka manga)

Set up Hot Reload for Typescript ESM projects

TL;DR Are you moving your projects to use ES Modules but you are facing some unexpected...