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

LeetCode Meditations: Kth Smallest Element in a BST
computerscience2024-04-28
EdaEda

LeetCode Meditations: Kth Smallest Element in a BST

Let's start with the description for Kth Smallest Element in a BST: Given the root of a binary...

Turn FHIR Dosage into human readable text in your wanted language and much more with fhir-dosage-utils
fhir2024-04-28
jy95jy95

Turn FHIR Dosage into human readable text in your wanted language and much more with fhir-dosage-utils

TD;LR import FhirDosageUtils from "fhir-dosage-utils"; // See...

How to Make a VS Code Extension Using TypeScript: A Step-by-Step Guide
vscode2024-04-27
FabrikappFabrikapp

How to Make a VS Code Extension Using TypeScript: A Step-by-Step Guide

Visual Studio Code (VS Code) has become one of the most popular code editors among developers, thanks...

The easy way to access the last JavaScript array element
javascript2024-03-29
Ignace MaesIgnace Maes

The easy way to access the last JavaScript array element

In JavaScript, accessing the last element of an array is not as straightforward as in other...

Enhance the drag and drop of your Vue 3 application with Vue Fluid DnD
vue2024-04-27
Carlos Jorge RodriguezCarlos Jorge Rodriguez

Enhance the drag and drop of your Vue 3 application with Vue Fluid DnD

In web applications that use Single-Page Application frameworks like Vue, React, Angular, etc., the...

Mastering Object-Oriented Programming in TypeScript: Your Complete Guide with Practical Examples
webdev2024-04-27
mohammadmohammad

Mastering Object-Oriented Programming in TypeScript: Your Complete Guide with Practical Examples

Today, we embark on an enjoyable learning experience about Object-Oriented Programming in TypeScript....

Typescript type grouping a union type of objects by any property discriminating these objects.
typescript2024-04-27
Frédéric LeroyFrédéric Leroy

Typescript type grouping a union type of objects by any property discriminating these objects.

MappingByDiscriminator Example: type Car = { kind: "car", ... }; type Truck = { ...

What is react-query? Why should we use react-query?
typescript2024-04-27
chauhoangminhnguyenchauhoangminhnguyen

What is react-query? Why should we use react-query?

Introduction 📯📯📯 You might have heard or seen others mention the react-query library quite...

Single Responsibility Principle
systemdesign2024-04-27
Subham Subham

Single Responsibility Principle

Links REPO Linkedin Github Info : Single-responsibility principle - Wikipedia The Single...

TS: Types vs. Interfaces
typescript2024-04-26
Aleksei RudenkoAleksei Rudenko

TS: Types vs. Interfaces

A few days ago, we had a lively chat at work about how to type a package we're working on. In the...

LeetCode Meditations: Validate Binary Search Tree
computerscience2024-04-26
EdaEda

LeetCode Meditations: Validate Binary Search Tree

The description for Validate Binary Search Tree is: Given the root of a binary tree, determine if...

Node Test Runner vs Bun Test Runner (with TypeScript and ESM)
testing2024-04-26
Bosco DomingoBosco Domingo

Node Test Runner vs Bun Test Runner (with TypeScript and ESM)

I've recently gotten the chance to play with both of these while looking for a long-term testing...

E2E Testing with ExpressoTS and SuperTest
typescript2024-04-26
Richard ZampieriRichard Zampieri

E2E Testing with ExpressoTS and SuperTest

Intro Supertest is a popular npm library commonly used for testing HTTP servers and APIs....

Easier TypeScript API Testing with Vitest + MSW
typescript2024-04-25
Kazuhiro "Kaz" SeraKazuhiro "Kaz" Sera

Easier TypeScript API Testing with Vitest + MSW

Introduction Recently, I took time to write unit tests to ensure if my Slack Web API...

Group routes according to the categories and apply different layouts with layout.tsx in NextJs App Routing.
webdev2024-04-26
Aman KumarAman Kumar

Group routes according to the categories and apply different layouts with layout.tsx in NextJs App Routing.

Problem: While making a project in NextJs you sometimes need specific components which you...

Shared Data-Layer Setup For Micro Frontend Application with Nx Workspace
webdev2024-04-25
Serif COLAKELSerif COLAKEL

Shared Data-Layer Setup For Micro Frontend Application with Nx Workspace

This tutorial will guide you through setting up a shared data-layer for a Micro Frontend Application...