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

Day 50: Template Literal Types
javascript2023-09-18
Dharan GanesanDharan Ganesan

Day 50: Template Literal Types

What Are Template Literal Types? Template literal types are a TypeScript feature...

Explicit Software Design. Preliminary Conclusions
typescript2023-09-18
Alex BespoyasovAlex Bespoyasov

Explicit Software Design. Preliminary Conclusions

I planned this series as a playground for various methods of software development and design, using a...

DeviceScript - Temperature + MQTT
typescript2023-09-18
Peli de HalleuxPeli de Halleux

DeviceScript - Temperature + MQTT

This article uses an ESP32-C3 board Adafruit QT Py C3 and a SHTC3 sensor to publish a temperature...

Understanding Angular Polyfills and the Role of Zone.js
angular2023-09-18
chintanonwebchintanonweb

Understanding Angular Polyfills and the Role of Zone.js

Introduction Angular is a popular JavaScript framework known for its robustness and...

🚀 Mastering Asynchronous JavaScript: Choosing Between .then() and async/await
node2023-09-18
Shameel UddinShameel Uddin

🚀 Mastering Asynchronous JavaScript: Choosing Between .then() and async/await

Promise can be consumed from one of two ways: then (Introduced with promises) async/await...

Publishing articles to multiple platforms with decorators and interfaces
sveltekit2023-09-18
MatteoMatteo

Publishing articles to multiple platforms with decorators and interfaces

I have been working on magiedit for a while now, and a few days ago I finally merged the pull request...

Enforcing Localization through Types
typescript2023-08-19
Ivan MontielIvan Montiel

Enforcing Localization through Types

When building web applications, enforcing that strings be localized to the user’s preferred language...

I made ERD and documents genertor of Prisma ORM
prisma2023-09-15
Jeongho NamJeongho Nam

I made ERD and documents genertor of Prisma ORM

Preface Automatic markdown documents generator for Prisma. Github Repository Generated...

Bun 1.0 - JavaScript meets speed of light
javascript2023-09-08
Sebastian WesselSebastian Wessel

Bun 1.0 - JavaScript meets speed of light

Yesterday, version 1.0 of Bun was officially unveiled, and now it's here, ready for use. This marks...

Modify colors of Angular Material Button
angular2023-09-18
Dharmen ShahDharmen Shah

Modify colors of Angular Material Button

Let’s look and learn how to make the style changes effectively

JavaScript vs TypeScript
javascript2023-09-18
V Sai HarshaV Sai Harsha

JavaScript vs TypeScript

Introduction In the ever-evolving landscape of web development, choosing the right...

How to Design a SurrealDB schema and create a basic client for TypeScript
typescript2023-09-17
Sebastian WesselSebastian Wessel

How to Design a SurrealDB schema and create a basic client for TypeScript

In the midst of a dynamic landscape of exciting new projects, one name shines bright —...

Deep Readonly Generic in Typescript
typescript2023-09-16
Volodymyr YepishevVolodymyr Yepishev

Deep Readonly Generic in Typescript

The image is how NightCafe sees deep readonly type. The link to the playground for this article is...

TypeScript Boilerplate
boilerplate2023-09-17
Julian Lasso 🇨🇴Julian Lasso 🇨🇴

TypeScript Boilerplate

I present this initial entry both as a resource for my future self and as a source of interest for...

Typescript: Don't use 'as' when using localStorage, define their types
typescript2023-09-17
SeongKuk HanSeongKuk Han

Typescript: Don't use 'as' when using localStorage, define their types

Recently, I have started to do random code reviews and have found some code using localStorage this...

Programming Paradigms
javascript2023-09-24
Francisco InoqueFrancisco Inoque

Programming Paradigms

Introduction to Programming Paradigms Programming paradigms are fundamental approaches to...