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

Searching Algorithms in JavaScript or TypeScript
interview2023-11-21
bugudiramubugudiramu

Searching Algorithms in JavaScript or TypeScript

Linear Search Algorithm Introduction The linear search algorithm is a...

Console Magic: 10 Unexplored JavaScript Console Techniques
javascript2023-11-21
rohitsondigalarohitsondigala

Console Magic: 10 Unexplored JavaScript Console Techniques

Debugging and monitoring JavaScript code is a fundamental part of a developer's workflow. The console...

Apa itu TypeScript?
webdev2023-11-21
Drian Drian

Apa itu TypeScript?

TypeScript adalah JavaScript dengan tambahan syntax untuk types. TypeScript sendiri adalah bahasa...

A deep dive into new control flow syntax for Angular (17)
angular2023-11-20
Maina WycliffeMaina Wycliffe

A deep dive into new control flow syntax for Angular (17)

With the release of Angular 17, I wanted to explore the control flow syntax in Angular and...

Rolling my own front-end framework pt. 1/?
typescript2023-11-09
Jay LandrumJay Landrum

Rolling my own front-end framework pt. 1/?

For a long time I've iterated on my own small front-end framework fueled by ongoing developer gripes...

Analyze your WebApp using Microsoft Clarity
javascript2023-11-19
Kevin Toshihiro UeharaKevin Toshihiro Uehara

Analyze your WebApp using Microsoft Clarity

Hi people, it's nice do have you again! Today I want to introduce you the Microsoft Clarity, an open...

Making lodash tree-shakable
typescript2023-11-19
Pedro FigueiredoPedro Figueiredo

Making lodash tree-shakable

TL;DR 1- Replace `lodash` with `lodash-es` 2- Ditch default imports 3- Prefer namespace imports -...

TypeError: ‘Win’ and ‘NotTyped’ have no overlap
webdev2023-11-19
Bruno NorillerBruno Noriller

TypeError: ‘Win’ and ‘NotTyped’ have no overlap

Tests save you a lot of pain and make even a complicated refactor seem easy. Wait… isn’t this about...

Make table rows clickable as links with tanstack-table and CSS
typescript2023-11-19
Elisabeth LeonhardtElisabeth Leonhardt

Make table rows clickable as links with tanstack-table and CSS

You want your entire table row to be a real clickable link? Here, I present you with a practical and...

Managing the types folder with a simple script
webdev2023-11-19
Yeom suyunYeom suyun

Managing the types folder with a simple script

A few weeks ago, I wrote an article on setting up a project for an npm package using JSDoc. ...

Robust Error Handling in TypeScript: A Journey from Naive to Rust-Inspired Solutions
webdev2023-11-18
Alexander OpalicAlexander Opalic

Robust Error Handling in TypeScript: A Journey from Naive to Rust-Inspired Solutions

Introduction In the dynamic world of software development, robust error handling isn't...

Configuring Jest for Typescript Unit Tests
javascript2023-11-18
Felix OwinoFelix Owino

Configuring Jest for Typescript Unit Tests

Jest is a unit testing library for JavaScript. Testing JavaScript code with Jest is straightforward...

How to handle loading screens in Next JS
nextjs2023-11-18
EliHoodEliHood

How to handle loading screens in Next JS

In this post, we'll cover how to handle loading screens in Next JS. note: I'm using Next JS 13, so...

A Comprehensive Guide to URLSearchParams in TypeScript 🚀
typescript2023-11-18
bugudiramubugudiramu

A Comprehensive Guide to URLSearchParams in TypeScript 🚀

In the ever-evolving landscape of APIs, the quest for specific, filtered data is a common journey....

Always abstract nested types in TypeScript
typescript2023-11-16
Alessio MicheliniAlessio Michelini

Always abstract nested types in TypeScript

I've seen this happening multiple times in TypeScript, where you have a complex object, and this...

1. Explore basic types of typescript
javascript2023-11-18
Kazi Abdur RakibKazi Abdur Rakib

1. Explore basic types of typescript

** 1-2 install typescript and node version manager in **ubuntu ** _ To install TypeScript...