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

Set up a Node.js project + TypeScript + Jest using ES Modules
node2023-08-24
Wagner Manganelli (aka manga)Wagner Manganelli (aka manga)

Set up a Node.js project + TypeScript + Jest using ES Modules

TL;DR In this tutorial, you will learn how to configure your Node.js app with TypeScript +...

Best NestJS Practices and Advanced Techniques
nestjs2023-08-23
Boyinbode Ebenezer AyomideBoyinbode Ebenezer Ayomide

Best NestJS Practices and Advanced Techniques

NestJS has quickly gained popularity as a powerful framework for building scalable and maintainable...

null vs undefined? What to choose? What to use?
javascript2023-08-23
SduSdu

null vs undefined? What to choose? What to use?

If you have experience with writing JavaScript, you might have a preference of using undefined in...

Streamlining Absolute Imports in React with TypeScript and Vite
react2023-08-23
Mizan-RifatMizan-Rifat

Streamlining Absolute Imports in React with TypeScript and Vite

Absolute imports can significantly improve code readability and maintainability by eliminating the...

Build a real-time voting app with WebSockets, React & TypeScript 🔌⚡️
websocket2023-08-09
vincangervincanger

Build a real-time voting app with WebSockets, React & TypeScript 🔌⚡️

TL;DR WebSockets allow your app to have “real time” features, where updates are instant...

Unleashing the Power of Generator Functions in JavaScript: Cooking Up Code Magic! 🎩
javascript2023-08-22
Rajaniraiyn RRajaniraiyn R

Unleashing the Power of Generator Functions in JavaScript: Cooking Up Code Magic! 🎩

A Whimsical Coding Journey 🎢 🎉 Ahoy, devs! Are you ready for a coding roller coaster into...

@rslike: compare your structures in TypeScript/JavaScript like a pro
programming2023-08-23
Vitali HaradkouVitali Haradkou

@rslike: compare your structures in TypeScript/JavaScript like a pro

At the previous article I was described my new package distributed via npm - @rslike/std - standard...

Infer keyword in TypeScript 📜
typescript2023-08-22
0ro0ro

Infer keyword in TypeScript 📜

TypeScript's infer keyword is your secret weapon for effortlessly deducing types, simplifying code,...

Utilizando Operadores com o Angular HTTP Client para Lidar com Requisições HTTP
angular2023-08-23
Levy Henrique Alves NunesLevy Henrique Alves Nunes

Utilizando Operadores com o Angular HTTP Client para Lidar com Requisições HTTP

Quando se trata de desenvolver aplicações web modernas, a comunicação com backends e APIs é crucial....

Using path aliases for cleaner React and TypeScript imports
react2023-08-22
Matt AngelosantoMatt Angelosanto

Using path aliases for cleaner React and TypeScript imports

Written by Oghenetega Denedo✏️ React and TypeScript have become popular among developers for...

Moving from React to Vue? Here's what to expect
vue2023-08-21
Nikhil VermaNikhil Verma

Moving from React to Vue? Here's what to expect

I moved from a React to a Vue project two years ago from a company change. If you are about to...

Exploring The Benefits of GraphQL Code Gen
graphql2023-08-23
tnodelltnodell

Exploring The Benefits of GraphQL Code Gen

GraphQL is the leading method of querying APIs in modern web development. Yet, developers face a...

Building a Serverless GraphQL Yoga Server with TypeScript on Cloudflare Workers with Cloudflare KV
cloudflare2023-08-22
Damian EstebanDamian Esteban

Building a Serverless GraphQL Yoga Server with TypeScript on Cloudflare Workers with Cloudflare KV

Join Damian Esteban in exploring how to build a GraphQL Yoga server using TypeScript and deploying it on Cloudflare Workers with Cloudflare KV for persistence.

React Hook: useGlobalState
react2023-08-20
Dennis PerssonDennis Persson

React Hook: useGlobalState

Sharing state between React components is crucial in most applications. With useGlobalState you can...

Length of Last Word in TypeScript
datastructures2023-08-22
Luqman ShabanLuqman Shaban

Length of Last Word in TypeScript

Hi there! In this subsequent series, will solve a simple challenge from leetcode - length of the last...

[2][DEV NOTE] Integrate prisma and postgres database
nextjs2023-08-22
CodeForStartUpCodeForStartUp

[2][DEV NOTE] Integrate prisma and postgres database

This is dev note for this project: turbo - nextjs - prisma - postgres blog [1][DEV NOTE] Initial...