• 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 we improved our Serverless API 300x
aws2023-08-07
Daniel BotDaniel Bot

How we improved our Serverless API 300x

This is a story about how we made a microservice response 3️⃣0️⃣0️⃣ times faster. Yes, you read that...

Explicit Design, Part 5. App Composition
typescript2023-08-15
Alex BespoyasovAlex Bespoyasov

Explicit Design, Part 5. App Composition

We continue the series of posts and experiments about explicit software design. Last time we...

Intersection events and loose ends
angular2023-08-15
AyyashAyyash

Intersection events and loose ends

We used intersection observer to add classes and lazy load images. Here are some final touches that...

Simple Data Validation in NestJS: A Practical Guide
nestjs2023-08-15
Vishnu C PrasadVishnu C Prasad

Simple Data Validation in NestJS: A Practical Guide

In modern web applications, data validation plays a crucial role in ensuring the integrity and...

Exploring Network Graph Visualization: Graphology and Sigma.js
webdev2023-08-15
Gabrielle J.Gabrielle J.

Exploring Network Graph Visualization: Graphology and Sigma.js

Graphology and Sigma.js are great libraries for those who want to learn to create interactive network...

Mocha/Chai with TypeScript (2023 update)
typescript2023-08-13
Matteo BruniMatteo Bruni

Mocha/Chai with TypeScript (2023 update)

I wrote an article in 2020 for using Mocha/Chai in a TypeScript project, that I'm using in...

The toolkit-use npm package has added commonly used DOM methods.
npm2023-07-12
toolkitusetoolkituse

The toolkit-use npm package has added commonly used DOM methods.

dom utils Get Hexadecimal Color import { getColor } from...

Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit
typescript2023-08-14
Martin PerssonMartin Persson

Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit

Introduction I see a lot of projects that don't use TypeScript's type helpers like Pick,...

How To Use Record Type In Typescript
typescript2023-08-14
Dany ParedesDany Paredes

How To Use Record Type In Typescript

Today I was facing a problem where I wanted an object with a list of properties but with specific...

Create and Publish Your First NPM Package: A Comprehensive Guide
tutorial2023-08-12
Martin PerssonMartin Persson

Create and Publish Your First NPM Package: A Comprehensive Guide

Table of Contents Introduction Prerequisites Getting Started Setting Up Your...

Safely typing full/partial objects
typescript2023-08-14
Ivan MontielIvan Montiel

Safely typing full/partial objects

When trying to be as type-safe as possible in Typescript, there are times when you may have to...

Managing Configuration and Environment Variables in NestJS
nestjs2023-08-14
Vishnu C PrasadVishnu C Prasad

Managing Configuration and Environment Variables in NestJS

In modern application development, the ability to manage configuration and environment variables...

Computer Science 4 Newbies - Understanding Binary Search
backenddevelopment2023-08-14
Igor DucaIgor Duca

Computer Science 4 Newbies - Understanding Binary Search

As instructed by the first lesson of the book Understanding Algorithms, we must create a binary...

Easy Encryption in Typescript 2: Libsodium Boogaloo
typescript2023-08-14
Thomas PeglerThomas Pegler

Easy Encryption in Typescript 2: Libsodium Boogaloo

Preface: As always, I am not a cryptographer or mathematician. I'm a software engineer who is...

Exploring the Depths of Observables and RxJS in Angular Applications
webdev2023-08-14
LeonardoLeonardo

Exploring the Depths of Observables and RxJS in Angular Applications

Observables and the RxJS library play a pivotal role in the development of reactive and asynchronous...

Mastering Micro Frontends: Creating Scalable Applications with React, Webpack 5, and TypeScript Type Safety
typescript2023-08-13
Serif COLAKELSerif COLAKEL

Mastering Micro Frontends: Creating Scalable Applications with React, Webpack 5, and TypeScript Type Safety

Author: Serif Colakel Code: Github Repository Link Embark on a transformative journey into the realm...