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

Typescript typeguard strategy: fancy way to check unknown types
typescript2024-01-19
Levy Mateus MacedoLevy Mateus Macedo

Typescript typeguard strategy: fancy way to check unknown types

Introduction Typescript is an incredible combination with javascript, by the way just...

Echoed: Observable Integration Testing using OpenTelemetry on top of Jest
webdev2024-01-18
mrasumrasu

Echoed: Observable Integration Testing using OpenTelemetry on top of Jest

Troubleshooting integration test failures can be challenging, especially when you run multiple...

NestJS Emails with react-email and nodemailer
reactemail2024-01-17
Olamide AdeniyiOlamide Adeniyi

NestJS Emails with react-email and nodemailer

Before now backend developers only had the option of designing email templates with template engines...

Magic of TypeScript Generics
webdev2024-01-18
Bhavy LadaniBhavy Ladani

Magic of TypeScript Generics

Introduction Welcome, fellow developers, to the mystical realm of TypeScript Generics! 🚀...

How to Dockerise a NodeJS - TypeScript API || A Comprehensive Guide from Environment Setup to Deployment with a CI/CD Pipeline
docker2024-01-18
Abeinemukama VicentAbeinemukama Vicent

How to Dockerise a NodeJS - TypeScript API || A Comprehensive Guide from Environment Setup to Deployment with a CI/CD Pipeline

In the dynamic world of software development, streamlining the deployment process and ensuring...

Introducing Content Collections
react2024-01-18
Sebastian SdorraSebastian Sdorra

Introducing Content Collections

Transform your content into type-safe data collections

Canceling requests in Javascript
javascript2023-12-20
Miguel CrespoMiguel Crespo

Canceling requests in Javascript

If you're a developer like me, you probably had to write some custom logic to handle stale requests...

TypeScript to Check JavaScript
javascript2024-01-18
Vinícius Cristofari BarbosaVinícius Cristofari Barbosa

TypeScript to Check JavaScript

TypeScript is a programming language that adds static types to JavaScript, allowing developers to...

How to use a local tsconfig.json to customize TypeScript checking without bothering your colleagues
typescript2024-01-18
Vinícius Cristofari BarbosaVinícius Cristofari Barbosa

How to use a local tsconfig.json to customize TypeScript checking without bothering your colleagues

We know that TypeScript is a programming language that adds static types to JavaScript, enabling...

Mastering Shadow DOM Manipulation with JavaScript and TypeScript
typescript2024-01-18
Matt MillerMatt Miller

Mastering Shadow DOM Manipulation with JavaScript and TypeScript

Introduction: In the world of web development, dealing with Shadow DOM can be both challenging and...

Migrating from Express to Hono
node2024-01-17
Ricardo EstevesRicardo Esteves

Migrating from Express to Hono

Introduction In the ever-evolving landscape of Node.js frameworks, developers are...

TypeScript para checar JavaScript
tutorial2024-01-18
Vinícius Cristofari BarbosaVinícius Cristofari Barbosa

TypeScript para checar JavaScript

TypeScript é uma linguagem de programação que adiciona tipos estáticos ao JavaScript, permitindo que...

Como usar um tsconfig.json local para personalizar a checagem do TypeScript sem influenciar seus colegas
tutorial2024-01-18
Vinícius Cristofari BarbosaVinícius Cristofari Barbosa

Como usar um tsconfig.json local para personalizar a checagem do TypeScript sem influenciar seus colegas

Como usar um tsconfig.json local para personalizar a checagem do TypeScript sem influenciar...

Verifying Count Equal and Divisible Pairs in an Array
dafny2023-12-15
Aaron ElligsenAaron Elligsen

Verifying Count Equal and Divisible Pairs in an Array

Verifying Leetcode question 2176. Count Equal and Divisible Pairs in an Array Let's take a...

Focus Management: how to improve the accessibility and usability of our components
javascript2024-01-17
MicaMica

Focus Management: how to improve the accessibility and usability of our components

A little bit tired of always seeing the typical introductory courses about accessibility, I decided...

Using Deno with Jupyter Notebook to build a data dashboard
deno2024-01-17
Matt AngelosantoMatt Angelosanto

Using Deno with Jupyter Notebook to build a data dashboard

Written by Agustinus Theodorus ✏️ In this guide, we will explore building a data analysis dashboard...