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

Type safe SolidJS Router `useParam` utility Type
solidjs2024-04-19
Sylvain DethierSylvain Dethier

Type safe SolidJS Router `useParam` utility Type

The Type definition The SolidJS Router useParam<T>() is a generic function that...

Improving Dynamic Component Loader Typings in Angular Using Inputs
typescript2024-04-15
Volodymyr YepishevVolodymyr Yepishev

Improving Dynamic Component Loader Typings in Angular Using Inputs

Cover image by Google's Gemini, I have no idea why it is a skull. When I first read about signals in...

Build and deploy a REST API with Postgres database in TypeScript
webdev2024-04-15
Marcus KohlbergMarcus Kohlberg

Build and deploy a REST API with Postgres database in TypeScript

In this tutorial you will create a REST API for a URL Shortener service using Encore for TypeScript,...

State Scope with Providers - Next.js with Jotai
nextjs2024-04-19
Alex T.Alex T.

State Scope with Providers - Next.js with Jotai

In the React state management, Jotai emerges as a minimalist and modern library, offering an elegant...

The Complete Guide to TypeScript Types
webdev2024-04-19
Anton MartyniukAnton Martyniuk

The Complete Guide to TypeScript Types

This blog post makes a deep dive into TypeScript’s type system, exploring basic types, advanced...

Mastering Next.js 13/14 : App Router and API Routes
javascript2024-04-19
FabrikappFabrikapp

Mastering Next.js 13/14 : App Router and API Routes

Next.js 13 introduced a new routing system called the App Router, which provides a more flexible and...

Creating an OG image using React and Netlify Edge Functions
netlify2024-04-16
Nick TaylorNick Taylor

Creating an OG image using React and Netlify Edge Functions

Open Graph (OG) images are a must if you're sharing content on the Internet. From sites like...

Contributing to Open Source Project ChatCraft
opensource2024-04-18
WangGithub0WangGithub0

Contributing to Open Source Project ChatCraft

This semester has been a whirlwind of coding, collaboration, and learning as I dove headfirst into...

LeetCode Meditations: Maximum Depth of Binary Tree
computerscience2024-04-18
EdaEda

LeetCode Meditations: Maximum Depth of Binary Tree

The description for Maximum Depth of Binary Tree says that: Given the root of a binary tree, return...

Mastering TypeScript: A Comprehensive Guide
webdev2024-04-18
Sadanand gadwalSadanand gadwal

Mastering TypeScript: A Comprehensive Guide

From Fundamentals to Intermediate Techniques for Effective Development Beginner...

Better, Faster Apps with Next.js
fullstack2024-04-18
Jaydev MahadevanJaydev Mahadevan

Better, Faster Apps with Next.js

This article originally appeared on my blog. Years ago, when I started out as a junior dev exploring...

【Next.js, GraphQL, Apollo Client】How to rewrite Apollo Client cache after a mutation. -part2-
nextjs2024-03-20
Kota ItoKota Ito

【Next.js, GraphQL, Apollo Client】How to rewrite Apollo Client cache after a mutation. -part2-

In Part 1, I explored how to update the Apollo Client cache using RefetchQueries. However, as...

Everyday AI Tools
typescript2024-04-18
Kunal KandePatilKunal KandePatil

Everyday AI Tools

Toys 🔥 Open Source AI Tool Toys, an open-source AI tool designed for everyday purposes utilizes...

Unlocking the Power of Angular Hydration: A Comprehensive Guide
angular2024-04-18
chintanonwebchintanonweb

Unlocking the Power of Angular Hydration: A Comprehensive Guide

Angular Hydration: Explained and Demystified Introduction In the realm of...

Why in Typescript creating an enum doesn't need a =, but creating a new type does?
typescript2024-04-18
SnookumsSnookums

Why in Typescript creating an enum doesn't need a =, but creating a new type does?

To create a new enum, the syntax is enum Some { ... } Enter fullscreen mode ...

Debug Typescript using Node Runtime Environment in VS Code
typescript2024-04-18
Husnain MustafaHusnain Mustafa

Debug Typescript using Node Runtime Environment in VS Code

Today, we will learn how we can debug typescript using node runtime environment in VSCode. ...