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

How to Build an Icon Library with TypeScript, Tsup, and SVGR
webdev2024-09-27
Gustavo HenriqueGustavo Henrique

How to Build an Icon Library with TypeScript, Tsup, and SVGR

Want to create an icon library for your React project with TypeScript? With Tsup and SVGR, you can...

$FlowFixMe in React source code
javascript2024-09-27
Ramu NarasingaRamu Narasinga

$FlowFixMe in React source code

In this article, we analyze few instances of Flow usage in React source code What’s...

How Server-Sent Events (SSE) Work
webdev2024-09-27
ZachZach

How Server-Sent Events (SSE) Work

SSE (Server Sent Events) is not widely used in the world of web development, this article will take a...

AdminForth got new plugins: RichEditor, Import-Export, AuditLog, 2FA
security2024-09-27
Ivan BorshchovIvan Borshchov

AdminForth got new plugins: RichEditor, Import-Export, AuditLog, 2FA

RichEditor- Quillbased editor which also supports OpenAI completions for faster...

The Challenge of Building Web Applications with Node.js Frameworks
webdev2024-09-26
Othmane N.Othmane N.

The Challenge of Building Web Applications with Node.js Frameworks

In the world of Node.js development, there's no shortage of frameworks available for building web...

* text=auto in .gitattributes file
javascript2024-09-26
Ramu NarasingaRamu Narasinga

* text=auto in .gitattributes file

In this article, we analyse the .gitattributes from the react/.gitattributes. When you are part of a...

Hacktoberfest 2024 with Ghostfolio
angular2024-09-26
Thomas KaulThomas Kaul

Hacktoberfest 2024 with Ghostfolio

At Ghostfolio, we are very excited to join Hacktoberfest for the third time and look forward to...

Click, Ship, Done: Our Journey to Effortless Deployments in JS
cli2024-09-26
JuPJuP

Click, Ship, Done: Our Journey to Effortless Deployments in JS

Starting point At Wecasa, on the frontend side, we have 2 mobile apps that we are...

Building Custom Trees in Umbraco 14 using menus!
umbraco2024-09-25
Yari MariënYari Mariën

Building Custom Trees in Umbraco 14 using menus!

Table of Contents Some Thoughts Building Custom Menu Item Components Rendering Menu...

Didn't want to deal with Types. Now suffering :(
javascript2024-09-25
PaulPaul

Didn't want to deal with Types. Now suffering :(

I started an indie project, and I didn't want to use TypeScript because it was too verbose and...

Typescript quick concept refresher and reference
webdev2024-09-25
keshav Sandhukeshav Sandhu

Typescript quick concept refresher and reference

TypeScript is a powerful superset of JavaScript that adds static types, making your code more robust...

Doing custom sections in Umbraco 14
opensource2024-09-25
Yari MariënYari Mariën

Doing custom sections in Umbraco 14

Table of Contents Intro Setting up a section Create a ManifestSection Add a...

My experience with Units Tests using Jest JS
javascript2024-08-23
Augusto KayoAugusto Kayo

My experience with Units Tests using Jest JS

This is my first experience with Units Tests See the image below: Using units tests in...

Why I'm Starting to Write: A Journey Into Software Development
programming2024-09-25
Gabriel BarcelosGabriel Barcelos

Why I'm Starting to Write: A Journey Into Software Development

I'm starting this writing to share my journey, challenges, and insights with the software engineering...

[Launch] pullpu.sh - Revolutionizing Solo Web Development 🌍
webdev2024-09-25
Dev ParaDev Para

[Launch] pullpu.sh - Revolutionizing Solo Web Development 🌍

Hey everyone, My name is Para, I’m a young fullstack solopreneur from France, and today I want to...

TSyringe and Dependency Injection in TypeScript
typescript2024-09-25
Guillaume DormoyGuillaume Dormoy

TSyringe and Dependency Injection in TypeScript

I am not a big fan of large frameworks like NestJS; I've always liked the freedom of building my...