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

My thoughts after learning Angular
webdev2023-10-01
Marwan ZakyMarwan Zaky

My thoughts after learning Angular

My go-to web framework has been always React.js (Or Next.js) since my start journey into full-stack...

How I approach and structure Enterprise frontend applications after 4 years of using Next.js
nextjs2023-09-09
Joseph MukorivoJoseph Mukorivo

How I approach and structure Enterprise frontend applications after 4 years of using Next.js

Introduction In the fast-paced world of frontend development, staying ahead of the curve...

Essential TypeScript Best Practices for Clean and Efficient Code (2023)
webdev2023-10-01
Rajae RobinsonRajae Robinson

Essential TypeScript Best Practices for Clean and Efficient Code (2023)

Hey everyone, I am Rajae Robinson, the main content creator for the Frontend Web Dev blog...

How To Build a High-Concurrency Ticket Booking System With Prisma
webdev2023-09-18
JSJS

How To Build a High-Concurrency Ticket Booking System With Prisma

If you ever visit England and want to experience something unique, I recommend watching a Premier...

SOLID Principles Series: Understanding the Single Responsibility Principle (SRP) in Node.js with TypeScript
javascript2023-09-30
Rubén AlapontRubén Alapont

SOLID Principles Series: Understanding the Single Responsibility Principle (SRP) in Node.js with TypeScript

Welcome to the "SOLID Principles Series," where we dive deep into each of the SOLID principles to...

UseEffect hook in ReactJs with Typescript (Beginner)
react2023-10-01
AyushAyush

UseEffect hook in ReactJs with Typescript (Beginner)

Hello, FRIEDNZZZZZZZZZ......, Sorry for the late, I haven't posted another blog in the last week. I'm...

A/B Testing through React federated modules
webpackl2023-09-30
Ibrahim ShammaIbrahim Shamma

A/B Testing through React federated modules

There are a lot of areas to start on your journey towards implementing Module Federation. One of...

Building React Components Using Unions in TypeScript
typescript2023-09-30
Jesse WardenJesse Warden

Building React Components Using Unions in TypeScript

Update October 4th, 2023: Added an additional explanation on how you can more easily create Unions...

Pipeline Operator great again!
typescript2023-09-29
Peter VivoPeter Vivo

Pipeline Operator great again!

Pipeline Operator |> in TypeScript: An Ambitious Undertaking Introduction I've...

Converting a JavaScript React app to a ReScript React app.
rescript2023-09-27
Josh Derocher-VlkJosh Derocher-Vlk

Converting a JavaScript React app to a ReScript React app.

ReScript is "Fast, Simple, Fully Typed JavaScript from the Future". Let's take a look at how we can...

Use Cases for IIFEs
javascript2023-09-13
Adam Nathaniel DavisAdam Nathaniel Davis

Use Cases for IIFEs

First, I'd like to lead this article with a confession: Whenever I'm presented with a programming...

Power of Javascript Array Methods 🔍🛠️
javascript2023-09-29
Shivam SinghShivam Singh

Power of Javascript Array Methods 🔍🛠️

🎲 "Roll the Dice: Unveiling the Power of Array Methods in JavaScript" It's a...

🦖 My attempt to make an HTTP client...
node2023-09-29
VsevolodVsevolod

🦖 My attempt to make an HTTP client...

Earlier, I explained in two parts why all of this is needed: PART 1 и PART 2 ✅ DENO RU...

Zod is dead. Long live ajv-ts!
zod2023-09-29
Vitali HaradkouVitali Haradkou

Zod is dead. Long live ajv-ts!

What is Zod? Zod is a schema-level validation library with first-class Typescript types...

👉 TypeScript Record Type with Examples
typescript2023-09-28
Necati ÖzmenNecati Özmen

👉 TypeScript Record Type with Examples

Author: Abdullah Numan The Record<> utility type in TypeScript is typically associated with a...

Authentication & User Management in Nextjs App Router + TypeScript, 2023
typescript2023-09-28
shinjithshinjith

Authentication & User Management in Nextjs App Router + TypeScript, 2023

Setting up authentication on a react project with typescript is a difficult task. With the new Nextjs...