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

Understanding Generic Classes in TypeScript: Flexible and Efficient Data Management
typescript2024-06-11
Code With DimerCode With Dimer

Understanding Generic Classes in TypeScript: Flexible and Efficient Data Management

In today's blog, we're diving into the fascinating world of generic classes in TypeScript. Generics...

TypeORM: O ORM que Você Precisa Conhecer para Trabalhar com Node.js e TypeScript
database2024-06-11
IamThiagoITIamThiagoIT

TypeORM: O ORM que Você Precisa Conhecer para Trabalhar com Node.js e TypeScript

No mundo do desenvolvimento web, trabalhar com banco de dados é uma parte essencial da criação de...

Angular Addicts #26: Angular 18, best practices, recent conference recordings & more
angular2024-06-11
Gergely SzerovayGergely Szerovay

Angular Addicts #26: Angular 18, best practices, recent conference recordings & more

My favorite Angular resources of May, 2024

LeetCode Meditations: Number of Islands
computerscience2024-06-11
EdaEda

LeetCode Meditations: Number of Islands

Let's start with the description for this problem: Given an m x n 2D binary grid grid which...

Open-Source No-Code/Low-Code Platform NocoBase v1.0.1-alpha.1: Blocks support height settings
webdev2024-06-11
NocoBaseNocoBase

Open-Source No-Code/Low-Code Platform NocoBase v1.0.1-alpha.1: Blocks support height settings

About NocoBase NocoBase is a private, open-source, no-code platform offering total control...

[Hono] Simple Messaging App Using Bun and WebSocket
hono2024-06-10
Yuta KusunoYuta Kusuno

[Hono] Simple Messaging App Using Bun and WebSocket

We often see implementations of WebSocket using the Express framework and Socket.io. However, there...

Using shallowRef in Vue to improve performance
vue2024-06-10
Jakub AndrzejewskiJakub Andrzejewski

Using shallowRef in Vue to improve performance

Handling large data structures in frontend applications is not easy. However, I recently learned...

Real-time Applications with NestJS and WebSockets
nestjs2024-06-10
Ezile MdodanaEzile Mdodana

Real-time Applications with NestJS and WebSockets

Real-time applications have become an integral part of modern web development, enabling instant...

Enforcing 'noImplicitAny' on callbacks to generic functions
typescript2024-06-10
Gustavo (Guga) GuichardGustavo (Guga) Guichard

Enforcing 'noImplicitAny' on callbacks to generic functions

One of the first errors every TypeScript developer encounters is the famous noImplicitAny, which...

Day 14 of my progress as a vue dev
webdev2024-06-10
zain ul abdinzain ul abdin

Day 14 of my progress as a vue dev

About today Today was another solid day, I worked on my DSA Visualizer project and I think I'm almost...

How to use react-icons in React with TypeScript
react2024-06-10
Tapesh PatelTapesh Patel

How to use react-icons in React with TypeScript

Hello everyone..! This is for the all learners who wants to try and use react-icons which is also an...

TypeScript Interfaces: Crafting Code with Creative Precision
typescript2024-06-10
bilel salembilel salem

TypeScript Interfaces: Crafting Code with Creative Precision

Hello everyone, السلام عليكم و رحمة الله و بركاته In TypeScript, interfaces play a crucial role in...

How to authenticate a Spotify User in next.js 14 using NextAuth
spotifyapi2024-06-09
Mat_dwebMat_dweb

How to authenticate a Spotify User in next.js 14 using NextAuth

In this article, we'll walk you through authenticating a user with their Spotify account in Next.js...

Runtime Environment Config in Angular, but Without Dependency Injection
typescript2024-06-08
Volodymyr YepishevVolodymyr Yepishev

Runtime Environment Config in Angular, but Without Dependency Injection

Cover image by Nightcafe, because Gemeni refuses to make images :/ The link to the repo for the code...

How to Handle Side Effects in Angular Using NgRx Effects
angular2024-06-09
Dany ParedesDany Paredes

How to Handle Side Effects in Angular Using NgRx Effects

Side-effects! They are one of the most common tasks in our applications. In Angular, but build...

Building a Multi step form with XState and React Hook Form
typescript2024-06-09
Ato DeshiAto Deshi

Building a Multi step form with XState and React Hook Form

What will we be building Recently I needed a multi step form for one of my personal...