• 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" keyword in Typescript | What is Type Alias ?
typescript2023-09-23
Riley SageRiley Sage

"type" keyword in Typescript | What is Type Alias ?

Type aliases in TypeScript allow you to create custom names for complex types, making your code more...

Supporting Circularly Referenced Mapped Types in Typescript
typescript2023-09-22
Stephen CooperStephen Cooper

Supporting Circularly Referenced Mapped Types in Typescript

Recursive structures are very common across many applications but they can pose a big challenge to...

TypeScript: Interface is Not Always Recommended Over Type
typescript2023-09-22
Jesse WardenJesse Warden

TypeScript: Interface is Not Always Recommended Over Type

I keep seeing the type vs interface in TypeScript keep coming up, and people citing various...

Migrate Existing Fastify Project to Use TypeScript
fastify2023-09-02
bricoobricoo

Migrate Existing Fastify Project to Use TypeScript

Several developers don't use TypeScript when they are starting a project or just trying to implement...

Building a High-Performance Angular Application with Incremental Static Regeneration (ISR)
angular2023-09-22
chintanonwebchintanonweb

Building a High-Performance Angular Application with Incremental Static Regeneration (ISR)

Introduction In the ever-evolving world of web development, delivering a high-performance...

Project-wide Refactor: JavaScript to TypeScript Migration
typescript2023-09-21
CodeLinkCodeLink

Project-wide Refactor: JavaScript to TypeScript Migration

Introduction In today's fast-paced development landscape, keeping your codebase up-to-date...

Mastering React Design Patterns: Creating a Tabs Component
react2023-09-18
Giuseppe CiulloGiuseppe Ciullo

Mastering React Design Patterns: Creating a Tabs Component

In the world of web development, React is a popular choice for creating interactive and efficient...

Building a Type-Safe API URL Builder in TypeScript: A Pokémon API Example
webdev2023-09-21
Alexander OpalicAlexander Opalic

Building a Type-Safe API URL Builder in TypeScript: A Pokémon API Example

Introduction Interacting with APIs often involves juggling multiple endpoints, diverse URL...

Very Simple way to handle requests
javascript2023-09-21
mmvergarammvergara

Very Simple way to handle requests

How do you handle fetching in frontend?.... it's a pain right? When i tried supabase i...

JSDoc in TS and JS
typescript2023-09-18
Yeom suyunYeom suyun

JSDoc in TS and JS

Two days ago, I wrote a post about JSDoc. The post was about using JSDoc for type checking, and it...

Speed up your Angular Applications
angular2023-09-21
Subhash JhaSubhash Jha

Speed up your Angular Applications

In today's fast-paced digital landscape, users expect web applications to load quickly and respond...

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms
datastructures2023-09-21
Luqman ShabanLuqman Shaban

Mastering Data Structures and Algorithms: Planting Flowers with No Adjacent Blooms

Introduction: In our ongoing journey through the exciting world of Data Structures and Algorithms...

Build a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else
typescript2023-09-20
John VesterJohn Vester

Build a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else

I remember the first time I saw a demonstration of Ruby on Rails. With very little effort,...

How to Use Type Guards in TypeScript: A Complete Guide with Examples
typescript2023-09-19
Konadu Akwasi AkuokoKonadu Akwasi Akuoko

How to Use Type Guards in TypeScript: A Complete Guide with Examples

This article was first published on konadu.dev TypeScript is a great language that allows us to...

Creating a Flex component using Next.js, Styled-Componets and Typescript
frontend2023-08-22
kejikeji

Creating a Flex component using Next.js, Styled-Componets and Typescript

Introduction: When building a web application, creating flexible and reusable UI components is...

The Best ESLint Rules for React Projects
react2023-09-16
TimJTimJ

The Best ESLint Rules for React Projects

Using ESLint for React projects can help catch some common mistakes, code-smells, and define common...