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

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

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

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

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

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

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

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

The Energy Drink Episodes 4: The Return Of The Lambda Functions
aws2023-12-19
Lee PriestLee Priest

The Energy Drink Episodes 4: The Return Of The Lambda Functions

This post is the fourth part of a ‘Let’s CDK’ series. You can catch up on part 1 here, part 2 here...

Queuing jobs in NestJS using @nestjs/bullmq package
nestjs2024-01-17
Connie LeungConnie Leung

Queuing jobs in NestJS using @nestjs/bullmq package

Introduction Both Bull and BullMQ are queue libraries that persist jobs in Redis. Bull is...

Modeling Authorization in Prisma - No Theory, Just Code
prisma2024-01-15
ymc9ymc9

Modeling Authorization in Prisma - No Theory, Just Code

Authorization is a special topic for software development. You'll get many theories about different...

Understanding the "Element" React Component: A Flexible Approach to Conditional Rendering
webdev2024-01-14
Serif COLAKELSerif COLAKEL

Understanding the "Element" React Component: A Flexible Approach to Conditional Rendering

When working with React, developers often encounter scenarios where they need to conditionally render...