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

Craft OpenAPI Specs & Production-Ready SDKs with Fastify
fastify2023-11-09
Tatiana CaciurTatiana Caciur

Craft OpenAPI Specs & Production-Ready SDKs with Fastify

Generate SDKs with Fastify In this tutorial, we'll show you how to generate an OpenAPI...

Which Angular components should you create? 🤔
angular2023-12-13
Thomas KingThomas King

Which Angular components should you create? 🤔

When creating an Angular application, you probably already chose a UI library to handle the most...

The Ultimate Full Stack Framework for 2024: Remix
webdev2023-12-13
AkosAkos

The Ultimate Full Stack Framework for 2024: Remix

It's been eleven years since I set foot in the world of full-stack development. This path was not...

Is PHP still a viable choice in 2023?
discuss2023-12-07
Christian NastasiChristian Nastasi

Is PHP still a viable choice in 2023?

Hello, community. I hope to spark a thoughtful discussion rather than ignite a war among us. I'd love...

KeyMomentum: My First TypeScript Project
typescript2023-12-13
Joel JaisonJoel Jaison

KeyMomentum: My First TypeScript Project

Last week, I enrolled in a TypeScript course. While learning, I got excited and decided to build a...

Dynamic Typing is Obsolete
ruby2023-12-13
Dev AgrawalDev Agrawal

Dynamic Typing is Obsolete

"Dynamically typed languages are better than statically typed languages" This statement used to be true for various reasons. It’s not anymore. Let’s dig into why.

Build a hierarchy force graph by D3v7 and React + Vite
d32023-12-13
Son PhamSon Pham

Build a hierarchy force graph by D3v7 and React + Vite

In recent features, I was involved to building graph visualization which built used D3js(v7). In this...

Issues in mocking dispatching event in Jest
webdev2023-12-13
palanisamy Kpalanisamy K

Issues in mocking dispatching event in Jest

We are currently in the process of developing a single-page package that involves the dynamic hiding...

Dynamic index: src/app/routes/index.ts
webdev2023-12-13
Kazi Abdur RakibKazi Abdur Rakib

Dynamic index: src/app/routes/index.ts

=> src/app/routes/index.ts import { Router } from 'express'; const router =...

10 Typescript utilities you need to know 🔥
typescript2023-12-13
hichem ben chaabenehichem ben chaabene

10 Typescript utilities you need to know 🔥

In this article, i'm going to cover 10 typescript utilities every developer should know. Partial...

Conserve Cloud & Itty Router: Let's take this To-Do App to a new level
cloud2023-11-10
Ege SabanciEge Sabanci

Conserve Cloud & Itty Router: Let's take this To-Do App to a new level

Overview To-Do applications are everywhere, but it's time to take them to the next level....

Useful Vue Utils with VueUse
vue2023-12-11
Jakub AndrzejewskiJakub Andrzejewski

Useful Vue Utils with VueUse

I always heard good words and recommendations about VueUse but I never really had a chance to use it...

Demystifying AWS CDK’s ECS Pattern
aws2023-12-12
JoLoJoLo

Demystifying AWS CDK’s ECS Pattern

Demystifying AWS CDK’s ECS Pattern AWS CDK is my first choice when choosing an IaC for AWS...

Angular Addicts #20: unit testing the new defer blocks, NGRX Signal store extensions, app architectures & more
angular2023-12-12
Gergely SzerovayGergely Szerovay

Angular Addicts #20: unit testing the new defer blocks, NGRX Signal store extensions, app architectures & more

My favorite Angular resources of November, 2023

Zod - TypeScript-first schema declaration and validation library #7
programming2023-12-12
Nhan NguyenNhan Nguyen

Zod - TypeScript-first schema declaration and validation library #7

✨ Set a Default Value with Zod ✨ Our following example starts similarly to the last: a form input...

Production Ready NodeJS build using Docker and npm
docker2023-12-12
Sumit BhanushaliSumit Bhanushali

Production Ready NodeJS build using Docker and npm

An app with a smooth deployment process is reliable and has fewer bugs because it is easy to release...