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

Why is pattern matching so great
typescript2024-01-10
Titouan CREACHTitouan CREACH

Why is pattern matching so great

Ok, let's start with a story. You are a front-end developper and you work with your mate Bob. Bob is...

Iotawise: An Open-Source Habit Tracking App
showdev2024-01-10
redpangilinanredpangilinan

Iotawise: An Open-Source Habit Tracking App

Introducing Iotawise, an open-source habit tracking app I built using latest technologies such as...

Tooltip Accessible: como crear un copy to clipboard button
webdev2024-01-09
MicaMica

Tooltip Accessible: como crear un copy to clipboard button

¡FELIZ AÑO NUEVO! Feliz 2024, para todos. Espero que este año lo comiencen con todo, por este lado...

We open sourced our AI gateway written in TS
ai2024-01-09
Rohit AgarwalRohit Agarwal

We open sourced our AI gateway written in TS

We've been building a robust AI gateway at Portkey for the past 10 months. Over this time, Portkey...

TypeScript: The Unexpected Magic of Generics
typescript2024-01-09
Chris CookChris Cook

TypeScript: The Unexpected Magic of Generics

Over the weekend, I stumbled across an interesting TypeScript feature that I wasn't aware of. I...

Using MongoDB Atlas with Azure Kubernetes Service - Coded with Pulumi
azure2024-01-10
Paul Reichelt-RitterPaul Reichelt-Ritter

Using MongoDB Atlas with Azure Kubernetes Service - Coded with Pulumi

For the last couple of days, I've struggled with the challenge to configure my MongoDB Atlas DB to...

How to use import attributes in TypeScript and JavaScript
typescript2024-01-09
Matt AngelosantoMatt Angelosanto

How to use import attributes in TypeScript and JavaScript

Written by Ukeje Goodness✏️ import is a fundamental keyword in JavaScript and TypeScript that...

Writing type safe API clients in TypeScript
typescript2024-01-06
NazeelNazeel

Writing type safe API clients in TypeScript

Writing API integrations can be a daunting task. But it does not need to be. How many times have you...

Making TypeScript enums not suck in 500 bytes or less.
typescript2023-12-06
Tibet TornaciTibet Tornaci

Making TypeScript enums not suck in 500 bytes or less.

Over the past two weeks, I've been working on crabrave, a <500B (when bundled) library that brings...

The Bias Nature of JavaScript Event Loop
javascript2023-12-10
Abdullah AdeelAbdullah Adeel

The Bias Nature of JavaScript Event Loop

JavaScript is the single most controversial language for its single-threaded nature and its bias on...

I Know What Your Pet Is Thinking - Gemini
javascript2024-01-09
liuzitingliuziting

I Know What Your Pet Is Thinking - Gemini

"I Know What Your Pet Is Thinking" is an image recognition application developed using the Gemini Pro...

Trigger.dev v3: Durable Serverless functions. No timeouts.
typescript2024-01-19
Matt AitkenMatt Aitken

Trigger.dev v3: Durable Serverless functions. No timeouts.

Trigger.dev v2 allows you to create durable long-running code that successfully avoids serverless...

Making async requests simple
react2024-01-08
Preston "Brady" AdgerPreston "Brady" Adger

Making async requests simple

If you're a front-end web developer, you will inevitably run into the predicament of managing your...

Typescript for Angular developers
typescript2024-01-08
Mía SalazarMía Salazar

Typescript for Angular developers

Versión en español It's been two years since I started working with Angular and, I'm not going to...

Padrões de Projeto em TypeScript: Singleton vs Factory vs Decorator
designpatterns2024-01-08
Vitor RiosVitor Rios

Padrões de Projeto em TypeScript: Singleton vs Factory vs Decorator

Introdução Padrões de projeto são métodos comprovados para resolver problemas comuns no...

Customizable Angular animations from Component
ui2024-01-08
Maksim DolgihMaksim Dolgih

Customizable Angular animations from Component

How we use Angular animation We are used to creating Angular animations with explicitly...