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

ExpressoTS Middleware & Controller
typescript2024-03-06
Richard ZampieriRichard Zampieri

ExpressoTS Middleware & Controller

ExpressoTS Doc ExpressoTS as you may already know, is a lightweight but very robust backend...

What is tRPC and how can we use it in our Apps.
programming2024-03-06
Jay BorichaJay Boricha

What is tRPC and how can we use it in our Apps.

Introduction There are various ways available out there to make APIs like REST APIs,...

Translating zod errors with next-intl
webdev2024-03-05
gcasciogcascio

Translating zod errors with next-intl

tl;dr - An approach to translate zod errors with next-intl using a zod error map. Adapt the zod...

Introducing EmailBuilder.js - a free and open source block-based email template builder
opensource2024-03-05
Jordan IsipJordan Isip

Introducing EmailBuilder.js - a free and open source block-based email template builder

Since the launch of our main product last year, we've been hearing from our customers on how much...

A (somewhat) deep dive into TypeScript constructor intricacies, step-by-step
typescript2024-03-05
Bosco DomingoBosco Domingo

A (somewhat) deep dive into TypeScript constructor intricacies, step-by-step

If you've ever wondered how TypeScript's constructor shenanigans work, here's a quick one for...

LeetCode Meditations: Container with Most Water
computerscience2024-03-05
EdaEda

LeetCode Meditations: Container with Most Water

The description for this problem states: You are given an integer array height of length n. There...

LeetCode Meditations: 3Sum
computerscience2024-03-05
EdaEda

LeetCode Meditations: 3Sum

Let's start with the description for this one: Given an integer array nums, return all the triplets...

Angular Addicts #23: Angular 17.2, Nx 18, Signal forms, Analog, WebExpo & more
angular2024-03-05
Gergely SzerovayGergely Szerovay

Angular Addicts #23: Angular 17.2, Nx 18, Signal forms, Analog, WebExpo & more

My favorite Angular resources of February, 2024

Accordion accessible y reutilizable solo con la etiqueta details y css
webdev2024-03-04
MicaMica

Accordion accessible y reutilizable solo con la etiqueta details y css

Bienvenides a una nueva entrada de mi sección dedicada a realizar componentes reutilizables y, sobre...

Do not use boolean flags for your react state
webdev2024-02-23
Marcin ŻmudkaMarcin Żmudka

Do not use boolean flags for your react state

Recently, I found myself tasked with refactoring a component designed for displaying posts in a...

When redux-persist meets Expo FileSystem
expo2024-03-04
Dennis ZimmermannDennis Zimmermann

When redux-persist meets Expo FileSystem

In the world of react(-native) development, where efficient state management is essential,...

Using the Singleton Pattern in React
react2024-03-04
Anton ZamayAnton Zamay

Using the Singleton Pattern in React

The singleton pattern is a software design pattern that restricts the instantiation of a class to one...

Creating a Cognito Trigger using CDK and TypeScript
awslambda2024-03-04
Luis ValdésLuis Valdés

Creating a Cognito Trigger using CDK and TypeScript

In the current scenario we want our users to be able to sign up for an account, and when the user...

SOLID Principle in NextJS using Typescript
webdev2024-03-04
fajarrivfajarriv

SOLID Principle in NextJS using Typescript

SOLID is an acronym for five key principles of object-oriented programming that aim to improve the...

Adding passkeys to a Remix App
remix2024-03-04
Ashutosh BhadauriyaAshutosh Bhadauriya

Adding passkeys to a Remix App

This tutorial will show how you can add passkeys to your Remix app using Hanko. We have a basic auth...

What is REST API
javascript2024-03-01
Michael Otu Michael Otu

What is REST API

An API is an Application Programming Interface. I mean, that is what API stands for. Previously we...