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

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

🦕 What is Deno?
webdev2024-09-25
Tanmay PatilTanmay Patil

🦕 What is Deno?

This article is a great starting point for beginners to Deno. Covers: About Deno Key...

Building a Complex Form with React Hook Form and Yup
react2024-09-25
DutchskullDutchskull

Building a Complex Form with React Hook Form and Yup

Creating forms in web applications can often be a daunting task, especially when it comes to managing...

Checking if a slot is empty in Vue
vue2024-09-23
Jakub AndrzejewskiJakub Andrzejewski

Checking if a slot is empty in Vue

Hey there! In one of my Vue projects, I recently needed to check if a slot is empty. The use case...

`.git-blame-ignore-revs` to ignore bulk formatting changes.
javascript2024-09-24
Ramu NarasingaRamu Narasinga

`.git-blame-ignore-revs` to ignore bulk formatting changes.

.git-blame-ignore-revs is a Git feature introduced in version 2.23 that allows you to ignore specific...

Turbocharge Your App: Slash DB Calls with Raw SQL Magic!
sql2024-09-24
Chidiebere OgujeioforChidiebere Ogujeiofor

Turbocharge Your App: Slash DB Calls with Raw SQL Magic!

Introduction In my experience building backend applications, one of the key factors in...

Built-in TypeScript Support with Node.js
node2024-09-24
Tony PujalsTony Pujals

Built-in TypeScript Support with Node.js

Node.js 22.6.0 adds a new option for lightweight TypeScript support. What's nice about this is that...

Typescript Inference and its usefulness
typescript2024-08-21
Shagun MistryShagun Mistry

Typescript Inference and its usefulness

Instead of explicitly defining types for every variable, TypeScript can often infer the type based on...