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

All you should know about numbers in TypeScript. Tutorial
typescript2023-09-04
Bogdan GalinBogdan Galin

All you should know about numbers in TypeScript. Tutorial

Numbers are a fundamental data type in TypeScript, allowing you to work with numeric values in your...

Building A Todo CRUD App With React, TypeScript, Vite And Chakra UI
react2023-09-04
EthanEthan

Building A Todo CRUD App With React, TypeScript, Vite And Chakra UI

Introduction Hello! 😎 Recently I've been learning how to use vite in a couple of...

Angular: The Most Common Coding Mistakes
angular2023-09-04
chintanonwebchintanonweb

Angular: The Most Common Coding Mistakes

Introduction Angular is a powerful and popular framework for building web applications....

Create your own NPM package using TypeScript, Prettier, Eslint and Jest
npm2023-09-03
Veranika KasparevychVeranika Kasparevych

Create your own NPM package using TypeScript, Prettier, Eslint and Jest

In this article, we're diving deep into the world of creating your own NPM packages using a potent...

3 Must-Know Rendering Optimizations in React
javascript2023-09-03
miroiu-devmiroiu-dev

3 Must-Know Rendering Optimizations in React

Before we dive deep into these optimizations we must understand why components re-render in...

Supercharge Your React Components with This Powerful Pattern
webdev2023-09-03
miroiu-devmiroiu-dev

Supercharge Your React Components with This Powerful Pattern

By adopting this pattern, you can enhance the performance and flexibility of your React components,...

TypeScript Type Guards: An Introduction to Writing Safer Code
typescript2023-09-03
Juan OliúJuan Oliú

TypeScript Type Guards: An Introduction to Writing Safer Code

In a recent project, I was tasked with creating an endpoint that would parse and process files...

Typescript Cheatsheet and Deep-Dive
webdev2023-09-03
V Sai HarshaV Sai Harsha

Typescript Cheatsheet and Deep-Dive

Typescript is a static-typed language created by Microsoft in 2012. It is a superset of JavaScript....

A Swift Solution for Reversing Integers
typescript2023-09-03
Luqman ShabanLuqman Shaban

A Swift Solution for Reversing Integers

Hi there! In this subsequent series of Data Structures, we’ll take on the Palindrome Number...

How to configure JSDoc instead of TypeScript
javascript2023-09-02
Yeom suyunYeom suyun

How to configure JSDoc instead of TypeScript

A few months ago, there was a something issue in the JavaScript ecosystem. It was the migration of...

How to start building an internationalized Next.js project
react2023-09-02
Reese WellinReese Wellin

How to start building an internationalized Next.js project

Online Preview All code from this tutorial as a complete package is available in this...

Creating Your Movie Bookmark Application using Next js, Redux Toolkit, Firebase, and TypeScript
nextjs2023-08-31
Eboreime ThankGodEboreime ThankGod

Creating Your Movie Bookmark Application using Next js, Redux Toolkit, Firebase, and TypeScript

In this tutorial, we'll demonstrate how to create a movie bookmark application using the Next.js...

Explorando a lib usehooks-ts para Desenvolvimento no React
react2023-09-02
Hebert MontarroyosHebert Montarroyos

Explorando a lib usehooks-ts para Desenvolvimento no React

Essa lib é uma boa escolha para quem curte hooks personalizáveis, além de ser em Typescript, o que...

8 Best VS Code Extensions For JS & TS Developer
javascript2023-09-02
Shivam SinghShivam Singh

8 Best VS Code Extensions For JS & TS Developer

Greetings, coding Avengers! 🦸‍♀️🦸‍♂️ Today, I’m going to walk you through eight VS Code extensions...

ExpressoTS vs Nest vs Expressjs vs Fastify (Benchmark)
javascript2023-09-01
Richard ZampieriRichard Zampieri

ExpressoTS vs Nest vs Expressjs vs Fastify (Benchmark)

Hey folks, the ExpressoTS team just dropped their latest Benchmark report! 🎉 We put ExpressoTS...

Graceful Shutdown in NestJS: Ensuring Smooth Application Termination
nestjs2023-09-01
Hien Nguyen MinhHien Nguyen Minh

Graceful Shutdown in NestJS: Ensuring Smooth Application Termination

A graceful shutdown is the process of shutting down a web application in a controlled and orderly...