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

Warum du nur noch TypeScript nutzen solltest ☝️
javascript2023-12-30
MarcoMarco

Warum du nur noch TypeScript nutzen solltest ☝️

JavaScript ist tot, lang lebe TypeScript! Wie TypeScript dich aktiv unterstützt besseren und...

What are Types in TypeScript
webdev2023-12-30
harshit mishra harshit mishra

What are Types in TypeScript

The Definition 🥸 In TypeScript, Types are an easy way of to refer different properties and...

Part 2: Integrating Babel and React
webdev2023-12-31
Krzysztof SordylKrzysztof Sordyl

Part 2: Integrating Babel and React

Recap of Part 1: In the first installment of this series, we laid the groundwork for our modern React...

Angular Signals: Na Prática
angular2023-12-20
Matheus RianMatheus Rian

Angular Signals: Na Prática

O Angular Signals é uma nova funcionalidade introduzida no Angular 16 que permite rastrear e lidar...

Part 1: Setting Up the Basics
webdev2023-12-31
Krzysztof SordylKrzysztof Sordyl

Part 1: Setting Up the Basics

Building a Modern React SPA Boilerplate with Webpack 5, Part 1: Setting Up the Basics What...

@greeneyesai/api-utils
node2023-12-31
💻 Arpad Kish 💻💻 Arpad Kish 💻

@greeneyesai/api-utils

A super-lightweight, fully typed TypeScript lib to help you implement versatile NodeJS REST APIs...

A Comprehensive Guide to Structuring Your React App Project
webdev2023-12-31
Dhanasai TholetiDhanasai Tholeti

A Comprehensive Guide to Structuring Your React App Project

Introduction Structuring a React app project is crucial for maintaining code organization,...

Defining Custom Many-to-many Relationship in NestJS TypeORM.
nestjs2023-12-31
Burhanuddin AhmedBurhanuddin Ahmed

Defining Custom Many-to-many Relationship in NestJS TypeORM.

If you are working using NestJS and using TypeORM for the database ORM, you might encounter some...

Next.js 14+ starter template with app router, shadcn/ui, typesafe env, icons, and configs setup
showdev2023-12-30
redpangilinanredpangilinan

Next.js 14+ starter template with app router, shadcn/ui, typesafe env, icons, and configs setup

Simple next.js 14 starter template with everything pre-configured to get you started with development...

Programming YouTubers I recommend
webdev2023-12-31
Bhoomit GanatraBhoomit Ganatra

Programming YouTubers I recommend

Some YouTube channels I follow to keep myself updated in the tech world For everything about...

How to: Next.js API Global Errors & Auth Middleware
nextjs2023-12-31
Navin KodagNavin Kodag

How to: Next.js API Global Errors & Auth Middleware

This one's going to be quick. no bs. I was working on a Next.js project and needed a way to handle...

Why you should only use TypeScript ☝️
javascript2023-12-30
MarcoMarco

Why you should only use TypeScript ☝️

JavaScript is dead, long live TypeScript! I explain how TypeScript actively supports you in writing...

Client or Server component ?
nextjs2023-12-30
AILI Fida Aliotti ChristinoAILI Fida Aliotti Christino

Client or Server component ?

Recently, I had a project that needed to be rewritten from React to Next.js. I worked with...

Handling complex types: Union, Intersection and Typeguards in TypeScript
typescript2023-11-30
Fabien SchlegelFabien Schlegel

Handling complex types: Union, Intersection and Typeguards in TypeScript

When it comes to building robust applications in TypeScript, handling complex types quickly becomes...

Diving into Type System behind Angular Signal Inputs
angular2023-12-28
Tomasz DucinTomasz Ducin

Diving into Type System behind Angular Signal Inputs

Original version of this writing has been published as a twitter thread. However, I was convinced by...

Real-time updates in Vue apps with Polling
vue2023-12-25
Jakub AndrzejewskiJakub Andrzejewski

Real-time updates in Vue apps with Polling

When I first discovered a concept of Frontend Polling, I wasn't sure if it is a good idea or not. I...