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

Setting up a Typescript Node App
typescript2023-11-07
faridz974faridz974

Setting up a Typescript Node App

Setting up a Node project feels like a daunting task? Well, fear not! Our friend Matt Pocock has got...

Master Angular 17 (a study guide)
angular2023-11-06
Gergely SzerovayGergely Szerovay

Master Angular 17 (a study guide)

A study guide that helps you learn the new version of Angular

ArtistAssistApp - the open source web app to paint better with ease 🖌️🎨
showdev2023-11-07
Eugene KhystEugene Khyst

ArtistAssistApp - the open source web app to paint better with ease 🖌️🎨

IMPORTANT Since this publication, there have been new releases of ArtistAssistApp. ArtistAssistApp...

JavaScript Secrets Unleashed: Mastering Async/Await in 2023!
javascript2023-11-07
DeliaDelia

JavaScript Secrets Unleashed: Mastering Async/Await in 2023!

Asynchronous JavaScript is the backbone of a seamless web experience. From simple webpage...

4 Laws of RxJS Observables
angular2023-11-02
Daniel GlejznerDaniel Glejzner

4 Laws of RxJS Observables

This is crucial to understand! Online materials can often be incorrect. Very short but meaty...

1. Building a Project Setup for Microservices with NestJS and MongoDB
nestjs2023-11-07
Jayvee RamosJayvee Ramos

1. Building a Project Setup for Microservices with NestJS and MongoDB

Introduction Creating a full-fledged application can be a daunting task, but with the...

Setup Node with Typescript and eslint
node2023-11-06
Aditeya SrivastavaAditeya Srivastava

Setup Node with Typescript and eslint

Create an empty directory for your project and move in it. mkdir project cd project Enter...

4. Building an Abstract Repository
nestjs2023-11-07
Jayvee RamosJayvee Ramos

4. Building an Abstract Repository

Introduction In this tutorial, we'll walk you through creating a microservice for handling...

JavaScript First, Then TypeScript
javascript2023-10-15
Basti OrtizBasti Ortiz

JavaScript First, Then TypeScript

A recent trend has shaken up the JavaScript-TypeScript community: the anti-build-step movement. In this article, however, I will not argue whether TypeScript is still relevant today. Instead, I reflect on my own journey of stepping away from TypeScript—but for a completely different reason: consumer semantics!

3. Building a Common Repository for Nest.js Microservices
mongodb2023-11-07
Jayvee RamosJayvee Ramos

3. Building a Common Repository for Nest.js Microservices

Introduction: In a microservices architecture, maintaining consistent CRUD functionality...

Understanding "use strict" in TypeScript
webdev2023-11-06
Avwerosuoghene Darhare-IgbenAvwerosuoghene Darhare-Igben

Understanding "use strict" in TypeScript

TypeScript offers many helpful features to make coding cleaner and more reliable. In this article,...

What's New in StateAdapt 2.0.0
webdev2023-11-05
Pierre BouillonPierre Bouillon

What's New in StateAdapt 2.0.0

Three weeks ago, StateAdapt released a new major version. The main changes here is a rework of the...

Can Next.js Handle 5000 Pages?
javascript2023-10-30
Christian NwambaChristian Nwamba

Can Next.js Handle 5000 Pages?

I wanted to share an experiment that drives Next.js 13 SSR and SSG features to its limit. I built a...

React Refs: key to DOM Manipulation Part-2
react2023-10-03
NareshNaresh

React Refs: key to DOM Manipulation Part-2

In Part-1 of the React Refs, we have seen how to get access to the own component DOM elements. Now we...

Mastering `is.boolean` for Type Checking in JavaScript with 'thiis': Fun Examples and Useful Tips
javascript2023-11-05
Ivan KarbashevskyiIvan Karbashevskyi

Mastering `is.boolean` for Type Checking in JavaScript with 'thiis': Fun Examples and Useful Tips

JavaScript is a dynamic and versatile programming language that's known for its flexibility. As a...

Conditional rendering in React
react2023-11-05
Tomek PoniatowiczTomek Poniatowicz

Conditional rendering in React

I recently saw some posts and comments about conditional rendering in React and to my surprise some...