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

🪄 gql.tada makes a GraphQL great again
graphql2024-02-29
Luke CzyszczonikLuke Czyszczonik

🪄 gql.tada makes a GraphQL great again

Cover photo by Jez Timms on Unsplash I began exploring the GraphQL ecosystem in 2018. At that...

LeetCode Meditations — Chapter 2: Two Pointers
computerscience2024-02-29
EdaEda

LeetCode Meditations — Chapter 2: Two Pointers

One of the techniques of iterating through an array is the two pointers technique, and it is as...

Adding Sign In With Google To A Remix App From Scratch
javascript2024-02-28
TimTim

Adding Sign In With Google To A Remix App From Scratch

While several libraries provide Google authentication for Remix, such as remix-auth-google, they may...

Elevating Your AWS Lambda Game With Middy And TypeScript
typescript2024-02-28
Matteo DepascaleMatteo Depascale

Elevating Your AWS Lambda Game With Middy And TypeScript

Introduction In the ever-evolving landscape of AWS Lambda development, efficiency is key....

Creating an Automated Profile README using Nodejs and GitHub Actions
javascript2024-02-26
Bolaji AyodejiBolaji Ayodeji

Creating an Automated Profile README using Nodejs and GitHub Actions

Some years ago, GitHub introduced the new Profile README feature that allowed GitHub users to pin a...

What is the Difference between Spread and Rest Operator in JavaScript
javascript2024-02-28
Himanshu GuptaHimanshu Gupta

What is the Difference between Spread and Rest Operator in JavaScript

Spread Operator (...) Details: Expanding Iterables: The spread operator is primarily used to...

Rarely Heard Knowledge Of JavaScript
webdev2024-01-30
Davy ChenDavy Chen

Rarely Heard Knowledge Of JavaScript

Rarely Heard Knowledge Of JavaScript Sometimes you'll want an automatically ordered Dictionary. The...

A simple example to understand Module Augmentation in TypeScript
webdev2024-02-29
Alex T.Alex T.

A simple example to understand Module Augmentation in TypeScript

What is Module Augmentation Imagine you're using a third-party library with a Vehicle...

Battle of the Node.js ORMs: Sequelize vs. Prisma
javascript2024-02-28
Victor J. Rosario V.Victor J. Rosario V.

Battle of the Node.js ORMs: Sequelize vs. Prisma

In the ever-evolving landscape of Node.js development, choosing the right Object-Relational Mapper...

Configuring Firebase with Angular standalone component
firebase2024-02-28
edisneedisne

Configuring Firebase with Angular standalone component

Being that by default (using Angular 17 ✨), generating a component using CLI, we get a standalone...

Master Angular 17.1 and 17.2
angular2024-02-27
Gergely SzerovayGergely Szerovay

Master Angular 17.1 and 17.2

Since I published my Master Angular 17 Study guide, the Angular team released two minor versions:...

Managing unexpected data at runtime in Typescript
typescript2024-02-28
Pratik PathakPratik Pathak

Managing unexpected data at runtime in Typescript

Note: This post was originally published in Shaadi tech blog and can also be accessed at:...

TanStack Router: Setup & Routing in React
react2024-02-26
Leonardo MontiniLeonardo Montini

TanStack Router: Setup & Routing in React

Welcome to the first article of a series where we will explore TanStack Router, a new router for...

Understanding Async/Await and Promises in JavaScript and TypeScript
javascript2024-02-27
Geoffrey KimGeoffrey Kim

Understanding Async/Await and Promises in JavaScript and TypeScript

In the asynchronous world of JavaScript and TypeScript, understanding how to effectively work with...

Implementing Debouncing in Vue
vue2024-02-26
Jakub AndrzejewskiJakub Andrzejewski

Implementing Debouncing in Vue

When I first learned about the concept of debouncing I instantly liked it and started implementing it...

Setup monorepo with pnpm, typescript and turborepo
typescript2024-02-27
Omar khairyOmar khairy

Setup monorepo with pnpm, typescript and turborepo

Introduction The past few weeks i was swtich some backend project to use typescript and...