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

Remove Duplicates from Sorted Array II - Leetcode 80 - TypeScript
typescript2024-02-03
YazYaz

Remove Duplicates from Sorted Array II - Leetcode 80 - TypeScript

Here's the Leetcode 80 solution using TypeScript. Watch on Youtube Leetcode 80 - Remove...

ChatCraft week 4: Release 1.1 PR
opensource2024-02-03
Katie LiuKatie Liu

ChatCraft week 4: Release 1.1 PR

This week of working with the ChatCraft team, it was interesting to see what each team member was...

Ditch the ifs and elses with dictionaries
typescript2024-02-03
BjoernBjoern

Ditch the ifs and elses with dictionaries

Have you ever found yourself tangled in a web of if/else statements or a bulky switch case just to...

A normalization function for json-api format
javascript2024-02-02
Tom BloomTom Bloom

A normalization function for json-api format

Recently I had to build a mobile application on top of an API respecting the json-api...

Clipboard API and Angular
typescript2024-02-02
Broggi QuentinBroggi Quentin

Clipboard API and Angular

In this article, I will show you how to display an image copied directly into your application using...

A Beginner Developer 2023 Recap
recap2023-12-31
João TextorJoão Textor

A Beginner Developer 2023 Recap

Looking back, 2023 was the year my brain did more code crunches than I did at the gym (which, by the...

Prototypal Inheritance in JavaScript
javascript2024-02-02
Edet JohnEdet John

Prototypal Inheritance in JavaScript

JavaScript is a prototype-based language, which means objects can serve as prototypes for other...

React Server now has a Community 🥰
javascript2024-02-01
Moritz RoesslerMoritz Roessler

React Server now has a Community 🥰

If you haven't heard about React Server yet, now is your chance to check it out and engage in it's...

Majority Element - Leetcode 169 - TypeScript
typescript2024-02-01
YazYaz

Majority Element - Leetcode 169 - TypeScript

Here's the Leetcode 169 solution using TypeScript. Watch on Youtube Leetcode 169 -...

Superpowers with Directives and Dependency Injection: Part 7
angular2024-01-30
Armen VardanyanArmen Vardanyan

Superpowers with Directives and Dependency Injection: Part 7

Original cover photo by Jr Korpa on Unsplash. Lots of time has passed since I wrote my previous...

Interview Question MongoDB
mongodb2024-01-31
avinash-repoavinash-repo

Interview Question MongoDB

Pros of Normalizing Data in MongoDB: https://www.toptal.com/mongodb/interview-questions Reduced...

Nextjs Page Transition With Framer-Motion
typescript2024-01-28
Joseph01Joseph01

Nextjs Page Transition With Framer-Motion

Creating seamless and visually engaging transitions between pages has become an integral aspect of...

Build a CRUD Todo App with TypeScript and Fetch API
typescript2024-01-31
Kelechi OgbonnaKelechi Ogbonna

Build a CRUD Todo App with TypeScript and Fetch API

"This article will focus on building the frontend portion of a Todo App using TypeScript and Fetch API. It's perfect for anyone interested in performing CRUD operations using TypeScript and Fetch API."

How to use redis with node.js
programming2024-01-31
ObinnaObinna

How to use redis with node.js

Redis is a fast and efficient in-memory key-value store that can be used for various purposes, such...

SES Observability with CDK + TS
aws2024-01-31
Marcos HenriqueMarcos Henrique

SES Observability with CDK + TS

The startup I work for has been experiencing issues with our email communications to clients. Some...

React Query, why is an awesome tool to manage Remote State
webdev2024-01-31
Ricardo EstevesRicardo Esteves

React Query, why is an awesome tool to manage Remote State

The Power of React Query for Efficient Remote State Management Introduction: In the ever-evolving...