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

LeetCode Meditations — Chapter 8: Heap/Priority Queue
computerscience2024-05-12
EdaEda

LeetCode Meditations — Chapter 8: Heap/Priority Queue

Table of contents Introduction Heap properties Heaps with arrays Inserting/removing...

Thoughts about SOLID - The Letter "S"
solidprinciples2024-05-12
Mauricio PaulinoMauricio Paulino

Thoughts about SOLID - The Letter "S"

Continuing my series of reflections, like most people who start delving into SOLID, I would like to...

Thoughts about SOLID - The Letter "O"
solidprinciples2024-05-12
Mauricio PaulinoMauricio Paulino

Thoughts about SOLID - The Letter "O"

In the third part of this series of reflections, I continue following the order of the letters of the...

How to write tests with Typescript and jest
typescript2024-04-12
CarlosAndressCarlosAndress

How to write tests with Typescript and jest

Step 1: Set Up Your TypeScript Project Create a new folder mkdir test cd test Enter...

Using Valibot for Recursive Schema Validation
typescript2024-05-12
YPChenYPChen

Using Valibot for Recursive Schema Validation

Valibot's playground for the code demo Recursive Type in TypeScript TypeScript allows...

I feel lost...
frontend2024-05-11
Ibrahim KilaniIbrahim Kilani

I feel lost...

Who am I I'm a Computer Systems Engineering student in my 3rd year based in Palestine. I...

Building Real-Time Boards with Angular and NestJS Using Server-Sent Events
angular2024-05-10
Dany ParedesDany Paredes

Building Real-Time Boards with Angular and NestJS Using Server-Sent Events

When I need to build real-time apps with Angular, most of the time I use SignalR, but a few days ago,...

Small talk TypeScript
typescript2024-04-21
KueiappKueiapp

Small talk TypeScript

Origin http://blog.kueiapp.com/en/programming/easy-talk-typescript/ What is...

Typelevel Typescript: A cheat sheet
typescript2024-05-04
michael matosmichael matos

Typelevel Typescript: A cheat sheet

Type-level programming in TypeScript unlocks a realm of possibilities, leveraging the language's...

Refactoring: The Hard Parts
webdev2024-05-10
Alexander OpalicAlexander Opalic

Refactoring: The Hard Parts

Table of Contents Introduction The Process of Refactoring Some Refactoring...

Day 6: HTTP Client in Angular
angular2024-05-10
Dipak AhiravDipak Ahirav

Day 6: HTTP Client in Angular

🚀 Check Out My YouTube Channel! 🚀 Hi everyone! If you enjoy my content here on Dev.to,...

Reflexões sobre SOLID - A Letra "O"
solidprinciples2024-05-10
Mauricio PaulinoMauricio Paulino

Reflexões sobre SOLID - A Letra "O"

Na terceira parte desta série de reflexões, continuo seguindo a ordem das letras dos princípios...

How to use React `forwardRef` with TypeScript!
webdev2024-05-10
Hossain MD AtharHossain MD Athar

How to use React `forwardRef` with TypeScript!

React's forwardRef is a powerful feature that allows you to pass a ref through a component to one of...

Building a Todo List with TypeScript and React Query: A Comprehensive Guide
react2024-05-14
wassim93wassim93

Building a Todo List with TypeScript and React Query: A Comprehensive Guide

Introduction: In the world of web development, building a todo list application is a rite...

Authentication opens a new window popup with postMessage
javascript2024-05-10
AidanAidan

Authentication opens a new window popup with postMessage

Diagram: When you have a large system with many services, each service is responsible for a...

Exploring the Power of Union and Intersection Types in TypeScript
webdev2024-05-10
Nahidul IslamNahidul Islam

Exploring the Power of Union and Intersection Types in TypeScript

TypeScript, a supercharged version of JavaScript crafted by Microsoft, brings a new level of...