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

Utility Type: PrependArgs
typescript2023-11-28
teamradhqteamradhq

Utility Type: PrependArgs

A utility type to prepend a function's arguments: type PrependArgs<ArgsToPrepend extends...

Calculating Field Values In Five
tutorial2023-11-28
Dom | Five.CoDom | Five.Co

Calculating Field Values In Five

Five Labs: Calculating Field Values Welcome to Five Labs, a step-by-step guide to building...

Type-strict coding with TypeScripts "strict" mode
typescript2023-11-27
NamatuzioNamatuzio

Type-strict coding with TypeScripts "strict" mode

Around 2 weeks ago, I decided to work on an issue that was unrelated to a lot of what I've done...

Next.js Blog using Static Site Generation with MongoDB Atlas
react2023-11-27
SeongKuk HanSeongKuk Han

Next.js Blog using Static Site Generation with MongoDB Atlas

https://nextjs-isr-example-hsk-kr.vercel.app/ It's been a while since I was interested in...

Javascript Made Simple!
javascript2023-11-27
Misael Braga de BitencourtMisael Braga de Bitencourt

Javascript Made Simple!

Coding Javascript without a dozen of tools.

Sorting Algorithms in JavaScript or TypeScript
interivew2023-11-27
bugudiramubugudiramu

Sorting Algorithms in JavaScript or TypeScript

A brief intro about sorting algorithms "Sorting is like tidying up your room, but for...

Building Git Commit Linter Type in Typescript (Medium Difficulty)
webdev2023-11-27
Yishai ZehaviYishai Zehavi

Building Git Commit Linter Type in Typescript (Medium Difficulty)

Linting is the process of statically analyzing a piece of code and validating it against a set of...

Discover the Charm of is.char and is.not_char in JavaScript with 'thiis'
programming2023-11-27
Ivan KarbashevskyiIvan Karbashevskyi

Discover the Charm of is.char and is.not_char in JavaScript with 'thiis'

JavaScript, with its dynamic nature, often involves dealing with various data types. When it comes to...

CQRS with Low-Code
cqrs2023-11-27
Massimo BiagioliMassimo Biagioli

CQRS with Low-Code

Bridging the Gap Between Two Worlds In the realm of software design, marrying Command...

Typescript: Discriminated Type Union Pattern
typescript2023-11-27
Kevin Toshihiro UeharaKevin Toshihiro Uehara

Typescript: Discriminated Type Union Pattern

Hi people! How you've been? Is it everything alright? Today let's talk about some interesting...

Why Enums in Rust feel so much better
rust2023-11-26
ShuttleShuttle

Why Enums in Rust feel so much better

A commonly said piece of feedback from someone who's learning Rust as a second language tends to be...

Introduction to TypeScript with React
javascript2023-11-26
Yogesh ChavanYogesh Chavan

Introduction to TypeScript with React

In this article, you will learn how to use TypeScript with React. So by the end of this article, you...

Utility Type: WithPrefix
typescript2023-11-27
teamradhqteamradhq

Utility Type: WithPrefix

A utility type for prefixing a type's properties with a string: export type WithPrefix<Prefix...

When and Where to use ReScript? The ReScript happy path
rescript2023-11-24
Hyeseong KimHyeseong Kim

When and Where to use ReScript? The ReScript happy path

Are you ever hesitant about adopting ReScript, or have you tried it and been frustrated? I will give you a realistic guide for adopting ReScript in the project. (Hint: Review your project architecture first)

Building a simple calendar with Vanilla JS
javascript2023-11-26
EliHoodEliHood

Building a simple calendar with Vanilla JS

In todays post, we'll be building a simple calendar using just vanilla JS. I will be using...

Begineer: TypeScript Utility Types
javascript2023-11-26
Max WiggedalMax Wiggedal

Begineer: TypeScript Utility Types

STOP! You better not be individual that I catch using the any type in my projects. This is only...