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

Synchronizing Collaborative Text Editing with Yjs and WebSockets
yjs2024-11-16
priolopriolo

Synchronizing Collaborative Text Editing with Yjs and WebSockets

In this article, I almost do a copy-paste of what's found on the internet. It's a "reminder" for my...

Building an Authentication Wrapper in React/Next.js + GraphQL 💪
graphql2024-11-14
Sohail SJ | TheZenLabsSohail SJ | TheZenLabs

Building an Authentication Wrapper in React/Next.js + GraphQL 💪

Managing authentication in a React/Next.js application with GraphQL can sometimes be tricky,...

Best Practices for Writing Clean TypeScript Code 🚀
typescript2024-11-14
Ali SamirAli Samir

Best Practices for Writing Clean TypeScript Code 🚀

TypeScript has become a popular choice for JavaScript developers who want a more structured approach...

How to Write Better TypeScript Code: Best Practices for Clean, Effective, and Scalable Code
typescript2024-11-02
Yug JadvaniYug Jadvani

How to Write Better TypeScript Code: Best Practices for Clean, Effective, and Scalable Code

Introduction As TypeScript has grown in popularity, developers have embraced it for its...

The next improvement in Angular reactivity
angular2024-11-15
Nicolas FrizzarinNicolas Frizzarin

The next improvement in Angular reactivity

Introduction Since the latest versions of Angular, a new primitive reactivity system has...

Module declaration in TS
typescript2024-11-15
Mohammad Jawad (Kasir) BaratiMohammad Jawad (Kasir) Barati

Module declaration in TS

Here we learn how to write a high-quality Typescript declaration file. So you're coding in ReactJS...

Take Control of VSCode Tabs with Tabby: The Ultimate Tab Manager!
vscode2024-11-15
Namit AroraNamit Arora

Take Control of VSCode Tabs with Tabby: The Ultimate Tab Manager!

Hello, fellow developers! I’m excited to introduce Tabby, my very first VSCode extension, designed to...

Why I Created a Dependency Graph: For Web Developers who Want to Write Efficient Code
javascript2024-11-15
jinjin

Why I Created a Dependency Graph: For Web Developers who Want to Write Efficient Code

How Do You Manage Dependencies? When you develop, how much attention do you pay to...

I received JavaScript Hero of Community Award 🎉
javascript2024-11-11
Jakub AndrzejewskiJakub Andrzejewski

I received JavaScript Hero of Community Award 🎉

Last week, I had a great opportunity to give a talk at one of my favourite conferences recently - JS...

I take my morning coffee with a hint of Angular: Quick Tip #1 - Shortened import paths in TSConfig
angular2024-11-15
Thomas CouckeThomas Coucke

I take my morning coffee with a hint of Angular: Quick Tip #1 - Shortened import paths in TSConfig

In Angular development, long import paths can slow down large projects in the long run. TypeScript...

10 Advanced TypeScript Concepts Every Developer Should Know
typescript2024-11-14
Niharika GoulikarNiharika Goulikar

10 Advanced TypeScript Concepts Every Developer Should Know

TypeScript is a modern programming language often preferred over JavaScript for its added type...

Interface vs Type in TypeScript
javascript2024-11-14
Gerald Hamilton WicksGerald Hamilton Wicks

Interface vs Type in TypeScript

TypeScript is a robust language that adds static typing to JavaScript, bringing a new level of...

Building Type-Safe Event-Driven Applications in TypeScript using Pub/Sub, Cron Jobs, and PostgreSQL
eventdriven2024-11-13
Simon JohanssonSimon Johansson

Building Type-Safe Event-Driven Applications in TypeScript using Pub/Sub, Cron Jobs, and PostgreSQL

In this post, I’ll walk you through how to create an event-driven Node.js app in TypeScript. We will...

Why I created a new UUID package for Node.js
javascript2024-11-14
Gustavo GondimGustavo Gondim

Why I created a new UUID package for Node.js

I've been working with Node.js for a long time and I've always used the uuid package to generate...

The Real-Time Stock Data Visualizer! 📊
webdev2024-11-14
ANIRUDDHA  ADAKANIRUDDHA ADAK

The Real-Time Stock Data Visualizer! 📊

🚀 Excited to Unveil My Latest Project – The Real-Time Stock Data Visualizer! 📊 I'm thrilled to share...

Zipadeedoodah 🤐 - Download Multiple Files To Zip On Client Browser
javascript2024-11-14
Craig McNicholasCraig McNicholas

Zipadeedoodah 🤐 - Download Multiple Files To Zip On Client Browser

If you've ever had to set up a backend API just to zip and download files (Google Drive, OneDrive...