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

Handling Angular (17+) API-Request using Signals
signal2024-02-06
Leo LaneseLeo Lanese

Handling Angular (17+) API-Request using Signals

Signal instead BehaviorSubjects In the context of managing API payload updates, Angular...

Discord Clone Using Next.js and Tailwind - Part 2: Server List
webdev2024-01-26
Stefan BlosStefan Blos

Discord Clone Using Next.js and Tailwind - Part 2: Server List

In part one of the series, we did not cover any UI work and instead focused on setting up the project...

Lambda to S3: Better Reliability in High-Volume Scenarios
serverless2024-02-06
Ali HaydarAli Haydar

Lambda to S3: Better Reliability in High-Volume Scenarios

I have an API Gateway endpoint that routes requests to a lambda function that writes data into an S3...

Delete git branches in batches
node2024-02-06
AKclownAKclown

Delete git branches in batches

🤡 Delete git branches in batches In daily development, we create a git branch...

Notion Like text editor with AI autocomplete and Neon database in Next.js using shadcn/ui
webdev2024-02-05
György Márk VargaGyörgy Márk Varga

Notion Like text editor with AI autocomplete and Neon database in Next.js using shadcn/ui

Nowadays, there are many text editors that can be integrated into React applications. We can easily...

💎 of solid-primitives, part 1: context
solidjs2024-02-05
Alex LohrAlex Lohr

💎 of solid-primitives, part 1: context

Solid.js is already pretty powerful, but even so, there are things it cannot do out of the box....

How to convert a TypeScript built-in enum to a GraphQL enum
graphql2024-02-05
Samuel DuranteSamuel Durante

How to convert a TypeScript built-in enum to a GraphQL enum

At Woovi we are GraphQL lovers, hence we develop many helpers around this tool to bring a good...

Writing a simple RESTful TypeScript web service with Bun.js
bunjs2024-02-05
NazeelNazeel

Writing a simple RESTful TypeScript web service with Bun.js

Bun.js is a JavaScript runtime written in Zig and powered by JavaScriptCore (which used in WebKit)....

What is Angular Query?
angular2024-02-03
Daniel GlejznerDaniel Glejzner

What is Angular Query?

Short breakdown 👇 Angular Query is used for syncing server data with client...

Stop creating HTTP clients manually - Part I
openapi2024-02-05
Marcelo WaismanMarcelo Waisman

Stop creating HTTP clients manually - Part I

Start generating your HTTP clients and all the DTOs of the requests and responses automatically from your API, using openapi-generator instead of writing your own.

msal-browser plugin for Vue 3 Composition API and TypeScript
vue2024-02-05
Kentaro InomataKentaro Inomata

msal-browser plugin for Vue 3 Composition API and TypeScript

Just check it out. src/plugins/msal.ts import { ref, computed, ComputedRef, inject } from...

Simplify type-safe configuration from multiple sources with zod-config
zod2024-02-05
Alexandre MarquesAlexandre Marques

Simplify type-safe configuration from multiple sources with zod-config

Introduction Have you ever found yourself writing the same configuration boilerplate code...

Comparison between JavaScript and TypeScript
javascript2024-01-24
Geampiere JaramilloGeampiere Jaramillo

Comparison between JavaScript and TypeScript

JavaScript and TypeScript are two programming languages widely used in web and application...

UI package: Gather user feedback in your React apps
react2024-02-04
The Anh NguyenThe Anh Nguyen

UI package: Gather user feedback in your React apps

I spent the weekend diving into publishing an npm package that I'm thrilled to introduce:...

Building Infinite Animated Scroll for React components
webdev2024-02-04
KateKate

Building Infinite Animated Scroll for React components

Contents General idea Lining up the components Animating Restarting Adjusting If you ever...

Angular Tips: Transforming Observables into Signals for Enhanced Reactivity
angular2024-02-01
deji adesogadeji adesoga

Angular Tips: Transforming Observables into Signals for Enhanced Reactivity

This post explores this transformative process and its significance in enhancing application reactivity and performance in Angular, using Signals.