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

Custom JavaScript/Typescript Errors: Why and how to use them
webdev2023-12-20
Adam CosterAdam Coster

Custom JavaScript/Typescript Errors: Why and how to use them

Custom error classes are great: You can add your own fields, like error codes and such You can...

Building Netflix Clone with NextJs 13.4: Part 1
nextjs2023-12-19
Abhirup Kumar BhowmickAbhirup Kumar Bhowmick

Building Netflix Clone with NextJs 13.4: Part 1

NextJs 13, React, Tailwind CSS, Firebase, Razorpay. OTT platforms are the latest craze...

TypeScript: Namespace VS Class
typescript2023-12-20
👨‍💻Pierre-Henry ✨👨‍💻Pierre-Henry ✨

TypeScript: Namespace VS Class

TypeScript: Would you better wrap functions in class or namespace? In this article, we...

TypeScript Type Narrowing: A Comprehensive Guide 🤖
webdev2023-12-20
hichem ben chaabenehichem ben chaabene

TypeScript Type Narrowing: A Comprehensive Guide 🤖

TypeScript provides a powerful feature called "type narrowing" that allows you to make your code more...

TIL - Today I Learn 12-11 18-11
git2023-12-08
Victor HugoVictor Hugo

TIL - Today I Learn 12-11 18-11

@piluvitu ㅤ .env Para quem não sabe o seu sistema por padrão tem variáveis de...

Queuing jobs in NestJS using @nestjs/bullmq package
nestjs2023-12-18
Connie LeungConnie Leung

Queuing jobs in NestJS using @nestjs/bullmq package

Introduction Both Bull and BullMQ are queue libraries that persist jobs in Redis. Bull is...

Next x Nest – GraphQL for REST API developers – Part 2
webdev2023-12-19
Abhik BanerjeeAbhik Banerjee

Next x Nest – GraphQL for REST API developers – Part 2

It's been quite a while since I last published. Sorry for being absent. I decided to dedicate some...

Exploring the Power of Square Brackets in TypeScript
beginners2023-12-19
Alexander OpalicAlexander Opalic

Exploring the Power of Square Brackets in TypeScript

Introduction TypeScript, the popular statically-typed superset of JavaScript, offers an...

Unveiling TypeScript Magic: Using One Name for Both Interface and Class
typescript2023-12-19
Alireza RazinejadAlireza Razinejad

Unveiling TypeScript Magic: Using One Name for Both Interface and Class

In the realm of TypeScript, a curious practice occasionally emerges — defining both an interface and...

Passkey Example Implementation in Node.js, MySQL & Vanilla JS/HTML
webdev2023-12-19
vdelitzvdelitz

Passkey Example Implementation in Node.js, MySQL & Vanilla JS/HTML

Introduction: Passkeys For User Authentication In the evolving landscape of web security,...

I made a Copilot in Rust 🦀 , here is what I have learned... (as a TypeScript dev)
rust2023-12-17
chhchh

I made a Copilot in Rust 🦀 , here is what I have learned... (as a TypeScript dev)

My article Code Llama as Drop-In Replacement for Copilot Code Completion receiving lots of positive...

Typescript vs Javascript
typescript2023-12-19
Abhirup Kumar BhowmickAbhirup Kumar Bhowmick

Typescript vs Javascript

Why choose typescript over javascript? Are you a web developer or a web enthusiast who...

The NgRx Component Store is neat!
angular2023-12-18
Aurelia PetersAurelia Peters

The NgRx Component Store is neat!

The NgRx component store is a clever bit of code. This article demonstrates how I've used it in a recent project

Add CI workflow to repo
opensource2023-11-15
Avelyn Hyunjeong ChoiAvelyn Hyunjeong Choi

Add CI workflow to repo

Set up your GitHub Actions CI Workflow Create a .github/workflows folders in the root of...

Beginner's TypeScript #1
programming2023-12-18
Nhan NguyenNhan Nguyen

Beginner's TypeScript #1

⭐ The Implicit 'Any' Type Error ⭐ We have this addTwoNumbers function: export const...

Mastering AWS CDK: Setting Up a Custom Domain for Your HTTP Gateway
aws2023-12-18
Sergey DudikSergey Dudik

Mastering AWS CDK: Setting Up a Custom Domain for Your HTTP Gateway

In the ever-evolving landscape of cloud services, the ability to customize and tailor configurations...