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

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

Setup React Typescript with Vite & ESLint
javascript2024-04-26
phong phanphong phan

Setup React Typescript with Vite & ESLint

Setup React Typescript with Vite & ESLint Vite is trending recently, because of its...

GitHub Sponsors: azu the Japanese TypeScript and JavaScript developer
github2024-04-25
Gábor SzabóGábor Szabó

GitHub Sponsors: azu the Japanese TypeScript and JavaScript developer

Maintaining many popular libraries and a newsletter will help you get more sponsors.

The ultimate Node Test Runner + TypeScript + ENV variables guide
testing2024-04-25
Bosco DomingoBosco Domingo

The ultimate Node Test Runner + TypeScript + ENV variables guide

TL;DR Check the GitHub Gist I made Introduction This also works in a monorepo...

From Flaky to Flawless: Angular API Response Management with Zod
angular2024-04-25
Daniel SoglDaniel Sogl

From Flaky to Flawless: Angular API Response Management with Zod

As a front-end developer, this has surely happened to you before. You start your computer in the...

A Handy Guide to Using Dynamic Import in JavaScript
javascript2024-04-25
chauhoangminhnguyenchauhoangminhnguyen

A Handy Guide to Using Dynamic Import in JavaScript

Introduction In JavaScript, when we import a file, the process usually happens...

Nestjs x ExpressoTS @param transformation
expressots2024-04-25
Richard ZampieriRichard Zampieri

Nestjs x ExpressoTS @param transformation

The ExpressoTS Adapter provides essential resources for the Express.js platform, including...

API Handling: Utilizing the Facade Pattern with Axios in Frontend Development
typescript2024-04-25
Warayus PoolsaweangWarayus Poolsaweang

API Handling: Utilizing the Facade Pattern with Axios in Frontend Development

Hello everyone! Today, I'd like to share a code pattern for interacting with APIs from the...

Understanding TypeScript Method Decorators
typescript2024-04-25
Saulo DiasSaulo Dias

Understanding TypeScript Method Decorators

TypeScript provides decorators as a way to modify classes, methods, accessors, properties, or...

Setting Up Express development environment (Typescript, Eslint, Prettier)
express2024-04-25
muhammetandicmuhammetandic

Setting Up Express development environment (Typescript, Eslint, Prettier)

I wanted to set up an Express development environment with latest version of NPM packages. But I came...

API using Deno and ElyasiaJS
node2024-04-25
Santosh AnandSantosh Anand

API using Deno and ElyasiaJS

Elysia JS: TypeScript with End-to-End Type Safety, unified type system and outstanding developer...

Leveraging Angular DevTools for Enhanced Development Efficiency
angular2024-04-25
Philip John BasilePhilip John Basile

Leveraging Angular DevTools for Enhanced Development Efficiency

Introduction to Angular DevTools Angular DevTools is a powerful browser extension available for both...

TypeScript Tip #3: Folder-wise config
webdev2024-04-25
TusharShahiTusharShahi

TypeScript Tip #3: Folder-wise config

The file tsconfig.json indicates that the project is using typescript. It specifies the different...