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

🚀 🤖 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...

Union Types in TypeScript
typescript2024-01-22
Chinwendu AgbaetuoChinwendu Agbaetuo

Union Types in TypeScript

After immersing myself in TypeScript for three years and actively writing production code, I've...

Use this template to create a backend with nodejs + express + prisma + typescript + tdd + S.O.L.I.D Principles
typescript2024-01-22
Dedaldino DanielDedaldino Daniel

Use this template to create a backend with nodejs + express + prisma + typescript + tdd + S.O.L.I.D Principles

Nowadays we don't want to waste so much time configuring so many things when starting an application,...

React, where are you going?
react2024-01-16
Matteo FranaMatteo Frana

React, where are you going?

I'm writing these random notes as an open letter to the people I deeply trust in the React (and more...

React Query Tanstack, axios and customised hooks
typescript2024-01-21
Vicky VasilopoulouVicky Vasilopoulou

React Query Tanstack, axios and customised hooks

Hello guys!😀 Thank you for reading my article! This one is short but I hope you find some value to...

The Problem with "as" in TypeScript: Why It's a Shortcut We Should Avoid
typescript2024-01-21
Alexander OpalicAlexander Opalic

The Problem with "as" in TypeScript: Why It's a Shortcut We Should Avoid

Introduction: Understanding TypeScript and Its Challenges TypeScript is like a helper for...

Protecting Angular Routes: Exploring the Power of canLoad and canActivate for Secure and Efficient Navigation
angular2024-01-21
robertefteneroberteftene

Protecting Angular Routes: Exploring the Power of canLoad and canActivate for Secure and Efficient Navigation

Navigating a web application involves more than just creating links and rendering content for the...

After creating RawJS, I'm never touching React again.
javascript2024-01-02
user30948756user30948756

After creating RawJS, I'm never touching React again.

EDIT: I'm the author of RawJS. Everyone, please cool your jets. Omitting this on the main article was...

Exploring useMemo in React: Optimization and Real-World Applications
javascript2024-01-21
Ayako ykAyako yk

Exploring useMemo in React: Optimization and Real-World Applications

I recently joined a new team and kicked off a project with TypeScript and NextJS. As I delved into...

Data synchronization with state machines (XState) and data-loaders in NodeJS
typescript2024-01-10
Abdulkadir N. A.Abdulkadir N. A.

Data synchronization with state machines (XState) and data-loaders in NodeJS

How would you build out a solution to the following problem? You receive a stream containing several...

Merge Sorted Array - Leetcode 88 - TypeScript
leetcode2024-01-21
YazYaz

Merge Sorted Array - Leetcode 88 - TypeScript

Here's the Leetcode 88 solution using TypeScript. Watch on YouTube Leetcode 88 - Merge...

TypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc
javascript2024-01-16
Vladyslav ZubkoVladyslav Zubko

TypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc

"We will soon migrate to TypeScript, and then..." – how often do you hear this phrase? Perhaps, if...

Transforming TypeScript Enums into Object Arrays
javascript2024-01-20
Afraz KhanAfraz Khan

Transforming TypeScript Enums into Object Arrays

Typescript enums are of three types: Numeric enum: All enum members have numeric values. String...