• 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 to Handle Side Effects in Angular Using NgRx Effects
angular2024-06-09
Dany ParedesDany Paredes

How to Handle Side Effects in Angular Using NgRx Effects

Side-effects! They are one of the most common tasks in our applications. In Angular, but build...

Building a Multi step form with XState and React Hook Form
typescript2024-06-09
Ato DeshiAto Deshi

Building a Multi step form with XState and React Hook Form

What will we be building Recently I needed a multi step form for one of my personal...

Prefer strict types in Typescript
typescript2024-05-06
SerhiiSerhii

Prefer strict types in Typescript

Strict types reflect reality and reduce a number of potential bugs in runtime

Day 13 of my progress as a vue dev
webdev2024-06-09
zain ul abdinzain ul abdin

Day 13 of my progress as a vue dev

About today Today was one of the good day, I learned a few new programming approaches and a lot more...

How to Use NgRx Selectors in Angular
angular2024-06-09
Dany ParedesDany Paredes

How to Use NgRx Selectors in Angular

In NgRx, when we want to get data from the store, the easiest way is by using store.select. It allows...

Compile your NodeJS application to single file executable
typescript2024-06-09
Sudo SpaceSudo Space

Compile your NodeJS application to single file executable

Hi great developers :) In this article, I am trying to share with you my small experience about...

ReactTS: Is React.FC really necessary?
react2024-05-06
Eduard Andrei CapanuEduard Andrei Capanu

ReactTS: Is React.FC really necessary?

Today we often see the use of the FC (FunctionComponent) type in tutorials, courses, videos on...

Types vs Interfaces in TypeScript
javascript2024-06-09
Andrew S.Andrew S.

Types vs Interfaces in TypeScript

Interface Interfaces are a basic TypeScript concept and are widely used to define the...

A Comprehensive Guide to TypeScript’s `any`, `unknown`, and `never` Types
typescript2024-06-09
Dipak AhiravDipak Ahirav

A Comprehensive Guide to TypeScript’s `any`, `unknown`, and `never` Types

TypeScript is a superset of JavaScript that adds static type definitions, enabling developers to...

Mastering Async/Await in TypeScript: A Comprehensive Guide
typescript2024-06-09
HasanHasan

Mastering Async/Await in TypeScript: A Comprehensive Guide

Asynchronous programming is a fundamental aspect of modern JavaScript development, and TypeScript,...

Event-Driven Architecture with NestJS: Using the EventEmitter Module
nestjs2024-06-08
Ezile MdodanaEzile Mdodana

Event-Driven Architecture with NestJS: Using the EventEmitter Module

In today's software development landscape, building scalable and maintainable applications is a...

Student Management System
webdev2024-06-10
Muhammad Usaid SiddiQui Muhammad Usaid SiddiQui

Student Management System

I have taken up a challenge today to start building a Student Management System using object-oriented...

A Photo Caption API
typescript2024-06-09
SreeharshaSreeharsha

A Photo Caption API

tl;dr: A Photo Caption Contest API has been successfully built and launched using Node.js, Fastify,...

Day 12 of my progress as a vue dev
webdev2024-06-08
zain ul abdinzain ul abdin

Day 12 of my progress as a vue dev

About today Today was one of the most productive day I had in a while, I followed my routine and...

Having a type system is more productive
typescript2024-05-05
SerhiiSerhii

Having a type system is more productive

Strict types increase a system truthiness

RunJS - A JavaScript and TypeScript Local Playground
javascript2024-06-07
Francisco MorettiFrancisco Moretti

RunJS - A JavaScript and TypeScript Local Playground

Intro Recently, I got a license from Luke Haas to explore RunJS, and I'm impressed with...