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

Merge Strings Alternately
datastructures2023-08-11
Luqman ShabanLuqman Shaban

Merge Strings Alternately

Hey there! Learning data structures and implementing the right algorithms in your software has proven...

On-Chain dApp Game with Solidity, React, Typescript & Wagmi/Viem (Commit-reveal keccak256, contract factory patterns)
wagmi2023-08-11
milaablmilaabl

On-Chain dApp Game with Solidity, React, Typescript & Wagmi/Viem (Commit-reveal keccak256, contract factory patterns)

This dApp is an on-chain rock paper scissors lizard spock game built with React, Typescript,...

Kamiq - a Typescript, lightweight, Nest-like, batteries-included web framework
typescript2023-08-10
Valentin KuharicValentin Kuharic

Kamiq - a Typescript, lightweight, Nest-like, batteries-included web framework

Table of contents Table of contents 1. Prelude Disclaimer 2. Enough intro - show me the...

Developing A Task Management ChatGPT Plugin with Typescript
typescript2023-08-10
James OyannaJames Oyanna

Developing A Task Management ChatGPT Plugin with Typescript

Task management is an essential aspect of productivity and organization in both personal and...

⚡Supacharge your backend with Supabase & Trigger.dev
opensource2023-08-10
Eric AllamEric Allam

⚡Supacharge your backend with Supabase & Trigger.dev

A big part of our inspiration when starting Trigger.dev was the experience of using Firestore Cloud...

10+ Complex typeScript type defining Tips for Development
typescript2023-08-10
Lakshmanan ArumugamLakshmanan Arumugam

10+ Complex typeScript type defining Tips for Development

let's take a look at how you can build complex types in TypeScript using examples of JSON-like...

Simplifying Complex TypeScript Types with the 'Unpack' Helper: Improve Developer Experience
typescript2023-08-10
Martin PerssonMartin Persson

Simplifying Complex TypeScript Types with the 'Unpack' Helper: Improve Developer Experience

Introduction In the world of TypeScript, developers often deal with numerous types and...

Get Class Name in Typescript
typescript2023-08-10
Ivan MontielIvan Montiel

Get Class Name in Typescript

We don’t get a lot of information using typeof in JavaScript or TypeScript. At most, it tells us...

Serverless API Development on AWS with TypeScript - Part 2
serverless2023-08-10
Charles AllisonCharles Allison

Serverless API Development on AWS with TypeScript - Part 2

Part 1 of this series was an introduction to the Tenant Service project, the AWS services used and...

My Journey In The Open Source World - Contributing to other libraries #4
javascript2023-08-10
Michael Di PriscoMichael Di Prisco

My Journey In The Open Source World - Contributing to other libraries #4

Follow me on Github! As mentioned in my previous posts about contributing to other libraries, here...

The simplest example to understand Server Actions in Next.js
nextjs2023-08-08
Sebastien CastielSebastien Castiel

The simplest example to understand Server Actions in Next.js

Server Actions are a new feature in Next.js. The first time I heard about them, they didn’t seem very...

Angular Addicts #16: Signals vs. RxJS, combined test coverage reports & more
angular2023-08-10
Gergely SzerovayGergely Szerovay

Angular Addicts #16: Signals vs. RxJS, combined test coverage reports & more

My favorite Angular resources of July, 2023

Using v-model with custom setters
vue2023-08-09
jkoniecznyjkonieczny

Using v-model with custom setters

In the previous article we created a proxy for array, so we could easily use v-model on items of a...

Use Type, not Interface in TypeScript
typescript2023-08-05
TimiTimi

Use Type, not Interface in TypeScript

As we delve into the fascinating world of TypeScript, it becomes apparent that understanding and...

NestJS JWT authentication Starter Template with ArangoDB
nestjs2023-07-07
michelfawazzmichelfawazz

NestJS JWT authentication Starter Template with ArangoDB

a starter template for NestJS implementing JWT tokens access and refresh tokens as well as...

Simplify TypeScript builds with esbuild and skip tsc/tsx
node2023-08-09
Andreas BergströmAndreas Bergström

Simplify TypeScript builds with esbuild and skip tsc/tsx

The JavaScript ecosystem constantly undergoes innovations. One of the more recent game-changers is...