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

Diving into Type System behind Angular Signal Inputs
angular2023-12-28
Tomasz DucinTomasz Ducin

Diving into Type System behind Angular Signal Inputs

Original version of this writing has been published as a twitter thread. However, I was convinced by...

Real-time updates in Vue apps with Polling
vue2023-12-25
Jakub AndrzejewskiJakub Andrzejewski

Real-time updates in Vue apps with Polling

When I first discovered a concept of Frontend Polling, I wasn't sure if it is a good idea or not. I...

Handling Pagination with StateAdapt
angular2023-12-28
Pierre BouillonPierre Bouillon

Handling Pagination with StateAdapt

In a previous article, I covered how to paginate data using NgRx Component Stores ...

GraphQL Code Generator with TypeScript, React and Apollo Client
graphql2023-12-29
CodeNameGrantCodeNameGrant

GraphQL Code Generator with TypeScript, React and Apollo Client

GraphQL Code Generator is a powerful, open-source, plugin-based tool for streamlining your...

Building an astrological GPT
chatgpt2023-12-28
Matt KaneMatt Kane

Building an astrological GPT

I'm not a believer in astrology in the slightest, but I've long been fascinated by it as a coder....

Nest.js Controller in Easier Terms
node2023-12-28
Shameel UddinShameel Uddin

Nest.js Controller in Easier Terms

Nest.js, a progressive Node.js framework, has gained popularity for its modular and scalable...

Creating an autogrowing textarea with React and Typescript
react2023-12-28
NikiNiki

Creating an autogrowing textarea with React and Typescript

In my 6 years career I almost never had to make an autogrowing textarea field like the ones we have...

Understanding Default NestJS Project Structure
nestjs2023-12-27
Shameel UddinShameel Uddin

Understanding Default NestJS Project Structure

In previous blog, we understood the use-cases for Node.js, Express.js and Nest.js and then learned...

Using strongly typed vs. statically typed code
typescript2023-12-28
Matt AngelosantoMatt Angelosanto

Using strongly typed vs. statically typed code

Written by Debjyoti Banerjee✏️ Strongly typed and statically typed languages are related programming...

The Anatomy of Streams: Readable and Writable Streams in Node.js
webdev2023-12-28
Rubén AlapontRubén Alapont

The Anatomy of Streams: Readable and Writable Streams in Node.js

Welcome back to our delightful dive into the world of Node.js! Today, in our series, we're dissecting...

Low Code vs Traditional Development: Optimal Efficiency in Choice
webdev2023-12-28
smallSohoSolosmallSohoSolo

Low Code vs Traditional Development: Optimal Efficiency in Choice

With the continuous evolution of development practices, the advent of low-code tools has introduced...

Serve file system browser as a web page
deno2023-12-28
Alexander DeminAlexander Demin

Serve file system browser as a web page

This demo application exposes the /fs/ endpoint serving the index of the file system. The...

Card Composite via @ViewChildren in Angular
angular2023-12-07
kasual1kasual1

Card Composite via @ViewChildren in Angular

Imagine the following requirements for your Angular app:  Your customer wants a view that displays...

Generics in TypeScript
javascript2023-12-26
UsaidUsaid

Generics in TypeScript

Generics in TypeScript allow you to write functions and classes that can work with a variety of data...

Overlayed: Elevating Your Discord Experience Beyond Gaming
discord2023-12-27
Sean BoultSean Boult

Overlayed: Elevating Your Discord Experience Beyond Gaming

In the dynamic world of online communication, the Discord platform has become a cornerstone for...

Image upload by NextJs Api in Public Folder
nextjs2023-12-27
Tanvir AhammedTanvir Ahammed

Image upload by NextJs Api in Public Folder

** FIRST ENSURE THAT YOU HAVE NEXT JS PROJECT** THEN INSTALL THESE PACKAGE npm i...