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

Speed up your Angular Applications
angular2023-09-21
Subhash JhaSubhash Jha

Speed up your Angular Applications

In today's fast-paced digital landscape, users expect web applications to load quickly and respond...

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms
datastructures2023-09-21
Luqman ShabanLuqman Shaban

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Introduction: In our ongoing journey through the exciting world of Data Structures and Algorithms...

Build a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else
typescript2023-09-20
John VesterJohn Vester

Build a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else

I remember the first time I saw a demonstration of Ruby on Rails. With very little effort,...

How to Use Type Guards in TypeScript: A Complete Guide with Examples
typescript2023-09-19
Konadu Akwasi AkuokoKonadu Akwasi Akuoko

How to Use Type Guards in TypeScript: A Complete Guide with Examples

This article was first published on konadu.dev TypeScript is a great language that allows us to...

Creating a Flex component using Next.js, Styled-Componets and Typescript
frontend2023-08-22
kejikeji

Creating a Flex component using Next.js, Styled-Componets and Typescript

Introduction: When building a web application, creating flexible and reusable UI components is...

The Best ESLint Rules for React Projects
react2023-09-16
TimJTimJ

The Best ESLint Rules for React Projects

Using ESLint for React projects can help catch some common mistakes, code-smells, and define common...

Day 52: Namespace Augmentation
javascript2023-09-20
Dharan GanesanDharan Ganesan

Day 52: Namespace Augmentation

What is Namespace Augmentation? In TypeScript, a namespace is a way to organize code into...

I'm going ALL IN on Bun.js
bunjs2023-09-20
Jack Le HamsterJack Le Hamster

I'm going ALL IN on Bun.js

Context I'm currently developing a game engine, backed by a new programming language...

Don’t block your users! Why you should adopt event-driven architecture
javascript2023-09-20
Ed StephinsonEd Stephinson

Don’t block your users! Why you should adopt event-driven architecture

Building event-driven applications offers a flexible, but markedly different approach to building...

Fetching & Mutating Data with React-Query
react2023-09-20
SREYSREY

Fetching & Mutating Data with React-Query

Hello again, you might found me lame, messing things around but React Query would never be ! ...

Developing Console Applications with Node.js in TypeScript
javascript2023-09-20
Jonas PfalzgrafJonas Pfalzgraf

Developing Console Applications with Node.js in TypeScript

In this comprehensive guide, we'll explore the world of console application development using Node.js...

How to Write a Key Generator using TypeScript
typescript2023-09-19
João TextorJoão Textor

How to Write a Key Generator using TypeScript

Are you looking to create a custom key generator in TypeScript for your next project? Whether it's...

Clean Architecture (Domain Layer)
typescript2023-09-19
Julian Lasso 🇨🇴Julian Lasso 🇨🇴

Clean Architecture (Domain Layer)

In this post, I want to share my approach to developing the domain layer, applying the principles...

Day 51: Recursive Types
javascript2023-09-19
Dharan GanesanDharan Ganesan

Day 51: Recursive Types

What Are Recursive Types? 🔄 Recursive types in TypeScript allow a type to refer to itself...

The most productive tech-stack I've ever used
webdev2023-09-19
Matthew BrooksonMatthew Brookson

The most productive tech-stack I've ever used

I've been a software engineer for about 10 years now, and along the way I've developed a various...

[Typia] I made Protocol Buffer library of TypeScript, easiest in the world
typescript2023-09-18
Jeongho NamJeongho Nam

[Typia] I made Protocol Buffer library of TypeScript, easiest in the world

Outline import typia, { tags } from "typia"; interface IMember { id: string &...