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

Set Up an Express.js Server with Socket.IO for Real-Time Client Communication
socketio2024-08-05
Jen C.Jen C.

Set Up an Express.js Server with Socket.IO for Real-Time Client Communication

Server side Features Express.js Application Setup with CORS enabled, HTTP server object...

Return custom error codes in tRPC
trpc2024-08-05
Sophia WillowsSophia Willows

Return custom error codes in tRPC

tRPC has a fairly comprehensive set of built-in error codes, but because they’re baked in to the...

ทำความรู้จักกับ Meta Programming ใน Typescript
typescript2024-08-05
Prayoch RujiraPrayoch Rujira

ทำความรู้จักกับ Meta Programming ใน Typescript

ก่อนอื่นเลย เราไปดูความหมายของ Meta programming จากใน wikipedia กันก่อน Metaprogramming is a...

Angular Routing and Navigation Made So Easy A Child Could Do It
angular2024-08-05
Chukwuma AnyadikeChukwuma Anyadike

Angular Routing and Navigation Made So Easy A Child Could Do It

As a junior developer one of the things that made it easier for me to navigate the code of large...

Javascript is without a fullstack framework (and will miss fullstack era this time)
javascript2024-08-05
Jakub SenkoJakub Senko

Javascript is without a fullstack framework (and will miss fullstack era this time)

This article starts a series of notes on Gergely Orosz's What is Old is New Again talk that attempts...

Create Tokens on Solana with TypeScript
solana2024-08-16
SumanaSumana

Create Tokens on Solana with TypeScript

In this TypeScript tutorial, we’ll walk through creating a new token mint, transferring tokens...

Web Development Without (Build) Tooling
javascript2024-08-04
Bart LouwersBart Louwers

Web Development Without (Build) Tooling

When starting a new web project where JavaScript will be used, often the first thing we do is set up...

The Differences Between 'Object', '{}', and 'object' in TypeScript
typescript2024-07-24
ZachZach

The Differences Between 'Object', '{}', and 'object' in TypeScript

Latest updates in my newsletter. In TypeScript, when we want to define an object type, there are...

Stop using useQuery from React-Query !
javascript2024-08-04
Lucas ROURETLucas ROURET

Stop using useQuery from React-Query !

In any web application, managing loading and error states is crucial. Displaying loading states keeps...

Unsolicited Wisdom: My Take on Clean Code in the Frontend
typescript2024-07-01
Evan SutherlandEvan Sutherland

Unsolicited Wisdom: My Take on Clean Code in the Frontend

Always avoid Cryptic names. This applies to variables, functions, classes, types,...

Navigation Stuck
reactnative2024-08-04
Jack GeorgeJack George

Navigation Stuck

I use Expo with file-based routing here is an example : note: drawer, home and book are on the same...

How to Build Scalable Automated Workflows like HubSpot using AWS Lambda, SQS, Node.js, and MongoDB
aws2024-08-04
Bhaskar SawantBhaskar Sawant

How to Build Scalable Automated Workflows like HubSpot using AWS Lambda, SQS, Node.js, and MongoDB

Creating automated workflows similar to HubSpot’s powerful system involves leveraging advanced cloud...

How to Set Up a New TypeScript Project
typescript2024-07-05
Asim ShresthaAsim Shrestha

How to Set Up a New TypeScript Project

TypeScript is JavaScript with syntax for types. TypeScript is a strongly typed programming...

Píldoras TypeScript: type narrowing con "as const"
typescript2024-08-03
Kus CámaraKus Cámara

Píldoras TypeScript: type narrowing con "as const"

En muchas ocasiones te habrás encontrado con un error de tipo "string no es asignable a... Whatever"...

Generics <T>【TypeScript】
webdev2024-07-01
Makoto TsugaMakoto Tsuga

Generics <T>【TypeScript】

The idea of Generics makes us confused, especially beginners. I am also one of such persons. Hence, I...

Real-Time Notifications with the Observer Pattern: A Practical Guide
systemdesign2024-08-03
Sudharshan MadhavanSudharshan Madhavan

Real-Time Notifications with the Observer Pattern: A Practical Guide

Introduction In today's fast-paced world, data is a critical asset for everyone. Real-time...