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

3 Principles for Component-Driven Development
webdev2024-01-23
Eden EllaEden Ella

3 Principles for Component-Driven Development

Bit drives a paradigm shift in the way we structure our software and collaborate on code. Its...

An 85 Lines of Code Static Site Generator with Bun and JSX
typescript2024-01-24
Sergei OrlovSergei Orlov

An 85 Lines of Code Static Site Generator with Bun and JSX

In this post we'll take a brief look on how to create an SSG (static site generator) with Bun. It...

Interfaces vs. Types em TypeScript: Entendendo as Diferenças
typescript2024-01-23
Vitor RiosVitor Rios

Interfaces vs. Types em TypeScript: Entendendo as Diferenças

Introdução TypeScript, uma extensão tipada do JavaScript, introduziu conceitos poderosos...

How I Created an Extension to Automate VSCode With External Scripts
vscode2024-01-23
Amine Ben hammouAmine Ben hammou

How I Created an Extension to Automate VSCode With External Scripts

I wanted to use VSCode to manage my todo lists and ended up creating a framework for VSCode...

How to implement Single Responsibility in React
react2024-01-24
Juan Carlos Lucena MonjeJuan Carlos Lucena Monje

How to implement Single Responsibility in React

Overview The Single Responsibility Principle (SRP) is a key concept in software design...

#noImplicitOverride in tsconfig.json
typescript2024-01-24
Brian OpedalBrian Opedal

#noImplicitOverride in tsconfig.json

Set noImplicitOverride: true It lets Typescript do more of what typescript is meant to do....

Mastering TypeScript: A Comprehensive Guide for JavaScript Developers
typescript2024-01-23
Bart ZalewskiBart Zalewski

Mastering TypeScript: A Comprehensive Guide for JavaScript Developers

Introduction In the ever-evolving world of web development, TypeScript has emerged as a...

Replacing Angular Universal with SSR version 17.0
angular2024-01-23
AyyashAyyash

Replacing Angular Universal with SSR version 17.0

Angular has adopted Universal and made it a kid of its own! Today I will rewrite some old code we...

Next.js 14 and Emerging Open Source Projects
react2024-01-23
Ricardo EstevesRicardo Esteves

Next.js 14 and Emerging Open Source Projects

The React.js ecosystem has witnessed remarkable growth and innovation in recent years, propelling it...

How to Add Background Audio to Expo Apps
expo2024-01-22
Josie DawJosie Daw

How to Add Background Audio to Expo Apps

One of the most common problems that I've come across with audio with Expo apps is trying to get the...

tsParticles 3.1.0 Released
webdev2024-01-22
Matteo BruniMatteo Bruni

tsParticles 3.1.0 Released

tsParticles 3.1.0 Changelog New Features Added poisson disc plugin for better...

Remove Element - Leetcode 27 - TypeScript
leetcode2024-01-23
YazYaz

Remove Element - Leetcode 27 - TypeScript

Here's the Leetcode 27 solution using TypeScript. Watch on Youtube Leetcode 27 - Remove...

🚀 🤖 Let's Retrieve Data and Talk: A Full-stack RAG App with Create-Llama and LlamaIndex.TS
llm2024-01-22
Tim PapTim Pap

🚀 🤖 Let's Retrieve Data and Talk: A Full-stack RAG App with Create-Llama and LlamaIndex.TS

🦙 LlamaIndex is an open-source data framework that allows developers to build applications powered by...

value, err := in javascript
javascript2024-01-02
LarsonLarson

value, err := in javascript

Embracing Error Handling in TypeScript: A Journey Beyond Try-Catch As a software developer...

How to Rewrite Angular Apps to be Nearly Observable and Subscribe-Free
webdev2024-01-21
Doguhan UlucaDoguhan Uluca

How to Rewrite Angular Apps to be Nearly Observable and Subscribe-Free

Managing subscriptions is one of the trickiest parts of working with RxJS and Observables in Angular....

How to create Angular 17 project with Nx
angular2024-01-22
Antonio BasileAntonio Basile

How to create Angular 17 project with Nx

Summary Introduction What is DDD? What is NX? A little bit of NX commands create...