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

Rust vs Typescript Variables
rust2024-06-04
DavidDavid

Rust vs Typescript Variables

Jumping into Rust from Typescript requires that you change the way you think about code. A...

Created My Portfolio
typescript2024-07-03
hirohatahirohata

Created My Portfolio

Created My Portfolio I recently built a system to automate the process of updating my...

Email auto-complete using Angular Material Auto-complete
angular2024-07-03
Dharmen ShahDharmen Shah

Email auto-complete using Angular Material Auto-complete

You can easily create an email autocomplete like this using angular material auto complete As a...

【TypeScript】Displaying ChatGPT-like Streaming Responses with trpc in React
trpc2024-07-03
mikan3rdmikan3rd

【TypeScript】Displaying ChatGPT-like Streaming Responses with trpc in React

Purpose In chat services powered by generative AI like OpenAI's ChatGPT and Anthropic's...

I've been writing TypeScript without understanding it
typescript2024-06-11
vincangervincanger

I've been writing TypeScript without understanding it

I admit, I don’t really understand TypeScript The other day, I was stuck with a bug in...

Top 10 ES6 Features that Every Developer Should know
javascript2024-07-03
ratul hasanratul hasan

Top 10 ES6 Features that Every Developer Should know

Top 10 ES6 Features that Every Developer Should know **1. let and const: **Block-scoped...

Dynamically render columns in Angular material table
angular2024-07-03
Dharmen ShahDharmen Shah

Dynamically render columns in Angular material table

Did you know that you can dynamically render columns in #angular material table? No, I am not...

Building Robust Typescript APIs with the Effect Ecosystem
typescript2024-07-02
Martin PerssonMartin Persson

Building Robust Typescript APIs with the Effect Ecosystem

Introduction In this post, we will explore how to create a complete API using the Effect...

Using match with Option in Effect
effect2024-07-03
Alessandro MaclaineAlessandro Maclaine

Using match with Option in Effect

The match function in Effect-TS is a versatile utility that allows developers to handle cases of...

Using match with Option in Effect
effect2024-07-03
Alessandro MaclaineAlessandro Maclaine

Using match with Option in Effect

The match function in Effect-TS is a versatile utility that allows developers to handle cases of...

NoInfer in Typescript 5.4
webdev2024-07-03
Makoto TsugaMakoto Tsuga

NoInfer in Typescript 5.4

I introduce NoInfer which is new feature in TypeScript 5.4. What is NoInfer? NoInfer is a feature in...

Angular Addicts #27: NgRx 18, New RFC: DomRef API, Web storage with Signals & more
angular2024-07-02
Gergely SzerovayGergely Szerovay

Angular Addicts #27: NgRx 18, New RFC: DomRef API, Web storage with Signals & more

My favorite Angular resources of June, 2024

Generate Signable PDF Forms with React
pdf2024-07-11
Titouan LaunayTitouan Launay

Generate Signable PDF Forms with React

Why use React to generate PDF Forms? When Generating PDF Forms, React (or HTML) may not be...

Trying out a new stack: my experience working with tRPC and Drizzle on my Next.JS project
nextjs2024-07-02
Flávio RibeiroFlávio Ribeiro

Trying out a new stack: my experience working with tRPC and Drizzle on my Next.JS project

Recently I started working on a side project and I wanted to make it a fullstack typescript...

Vue 3 TypeScript code snippets and tips
vue2024-07-01
Giannis KoutsaftakisGiannis Koutsaftakis

Vue 3 TypeScript code snippets and tips

In this article, I've curated a collection of useful code snippets and tips that I frequently find...

LeetCode Meditations: House Robber
computerscience2024-07-01
EdaEda

LeetCode Meditations: House Robber

Let's start with the description for House Robber: You are a professional robber planning to rob...