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

Vue Primeiras Impressões
javascript2024-02-20
AlecellAlecell

Vue Primeiras Impressões

Tem muitos anos que tenho um amor platônico pelo VueJS, ele tinha tudo que eu sempre quis num...

Resolving Yarn Install and TypeScript Issues in a NestJS Project
nestjs2024-02-20
Geoffrey KimGeoffrey Kim

Resolving Yarn Install and TypeScript Issues in a NestJS Project

In the world of JavaScript and TypeScript development, setting up a new project can sometimes bring...

CommonJS vs ES Modules: the shift from require to import
javascript2024-02-19
Nikolas ⚡️Nikolas ⚡️

CommonJS vs ES Modules: the shift from require to import

Introduction The aim of this article is to shed light on the intricacies of JavaScript's...

A Non-noob Javascript Glossary for 2024, with Examples
javascript2024-02-19
Otavio MonteagudoOtavio Monteagudo

A Non-noob Javascript Glossary for 2024, with Examples

A thorough glossary on Javascript practices and ecosystem

LeetCode Meditations: Two Sum
computerscience2024-02-19
EdaEda

LeetCode Meditations: Two Sum

Let's see what the description says for this one: Given an array of integers nums and an integer...

AutoLink: Simplifying Conditional Navigation in React Router Projects
react2024-02-19
Andreas RiedmüllerAndreas Riedmüller

AutoLink: Simplifying Conditional Navigation in React Router Projects

In React applications, conditional rendering often leads to verbose and repetitive code. For this...

Treat your frontend like a server application with Rattus ORM
javascript2024-02-19
Alexey SolovyovAlexey Solovyov

Treat your frontend like a server application with Rattus ORM

Motivation At my current job, we strive to abstract away from frontend frameworks and...

How to create a dynamic AI Discord bot with TypeScript
discord2024-02-19
clxrityclxrity

How to create a dynamic AI Discord bot with TypeScript

Learn how to create your own AI Discord bot (with command and event handling) that can be dynamically...

Typescript
typescript2024-01-29
Avinash MauryaAvinash Maurya

Typescript

Yes, you can have a single backend project that includes both TypeScript and JavaScript files....

TypeScript Swagger Editor - alternative of MSW and Swagger-UI
swagger2024-02-18
Jeongho NamJeongho Nam

TypeScript Swagger Editor - alternative of MSW and Swagger-UI

Outline Click image, then move to "TypeScript Swagger Editor" I've made a new type of...

Angular's Evolution: Embracing Change in the Web Development Landscape
angular2024-02-17
deji adesogadeji adesoga

Angular's Evolution: Embracing Change in the Web Development Landscape

In the world of web development, frameworks come and go, but some, like Angular, make a lasting impact.

Mock modules properly with Jest and Typescript
testing2024-02-17
MattizMattiz

Mock modules properly with Jest and Typescript

Jest provides a comprehensive suite of features designed to easily mock JavaScript modules. At its...

TypeScript's noUncheckedIndexedAccess
typesafety2024-02-17
Yarden PoratYarden Porat

TypeScript's noUncheckedIndexedAccess

Recently, a friend shared a TypeScript project with me, and as I delved into it, I noticed something...

LeetCode Meditations: Valid Anagram
computerscience2024-02-17
EdaEda

LeetCode Meditations: Valid Anagram

For this one, let's start with the description: Given two strings s and t, return true if t is an...

Writing Typescript unit tests with ArchiTest
typescript2024-02-17
Ralaivao AndryRalaivao Andry

Writing Typescript unit tests with ArchiTest

Have you ever wrote unit tests for your code and struggled on the "what" to test in your code? Have...

Implementing a Service Oriented Architecture in 2024
node2024-02-12
Eden EllaEden Ella

Implementing a Service Oriented Architecture in 2024

The advantages of microservices can generally be categorized into two groups: technological and...