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

Playwright & Prometheus. Send your metrics in real-time
typescript2023-12-22
Vitali HaradkouVitali Haradkou

Playwright & Prometheus. Send your metrics in real-time

What is a Playwright? Playwright is a test automation library from Microsoft. It is...

Using JavaScript Packages without TypeScript Declarations in TypeScript
typescript2023-12-22
Avishka GurugeAvishka Guruge

Using JavaScript Packages without TypeScript Declarations in TypeScript

Let's assume you want to install and use a third-party package in your TypeScript project. When you...

Beginner's TypeScript #5
programming2023-12-22
Nhan NguyenNhan Nguyen

Beginner's TypeScript #5

⭐ Assigning Types to Variables ⭐ We have an interface that represents a user within our...

Essentials of TypeScript Classes
webdev2023-12-21
Necati ÖzmenNecati Özmen

Essentials of TypeScript Classes

Introduction TypeScript supports all the features of JavaScript Class syntax...

A Modern Node.JS TypeScript Lib Template
typescript2023-12-21
Cris MihalacheCris Mihalache

A Modern Node.JS TypeScript Lib Template

Today, I put together a template repo for new Node.JS projects written in TypeScript that uses a...

making using ref work with typescript
react2023-12-21
Ali DaudaAli Dauda

making using ref work with typescript

was just wondering how i can make this typed ` function getMap() { if (!ref.current) { //...

Migrating From until-destroy To Angular takeUntilDestroyed
angular2023-12-20
ezzabuzaidezzabuzaid

Migrating From until-destroy To Angular takeUntilDestroyed

Angular has been releasing new things nonstop, one of which Is the DestroyRef token, a utility class...

Announcing @ngneat/avvvatars
angular2023-12-20
Dharmen ShahDharmen Shah

Announcing @ngneat/avvvatars

Beautifully crafted unique avatar placeholder for your next angular project.

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

React on esbuild
react2023-12-20
Artem GolendukhinArtem Golendukhin

React on esbuild

Usually we use create-react-app which does some magic behind the scenes like Webpack. Webpack is...

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