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

API Node Desacoplada: Criando Cadastro de Usuários
typescript2023-07-28
Zoranildo SantosZoranildo Santos

API Node Desacoplada: Criando Cadastro de Usuários

Neste artigo vamos dar continuidade a nossa série Guia Prático: Aprenda a Construir uma API Node.js...

Introdução ao TypeScript
typescript2023-07-27
Jorge NascimentoJorge Nascimento

Introdução ao TypeScript

TypeScript é uma linguagem de programação de código aberto desenvolvida pela Microsoft. Ela é uma...

JavaScript vs. TypeScript: Unveiling the Differences and Benefits
javascript2023-07-27
Fernando Fernando

JavaScript vs. TypeScript: Unveiling the Differences and Benefits

Introduction: In the realm of web development, JavaScript has reigned as the de facto...

Understanding TypeScript Utility Types: Pick and Omit
programming2023-07-26
Ibrahim BagalwaIbrahim Bagalwa

Understanding TypeScript Utility Types: Pick and Omit

TypeScript provides several utility types to facilitate common type transformations. These good...

Enum in javascript 🤯
webdev2023-07-26
Lakshmanan ArumugamLakshmanan Arumugam

Enum in javascript 🤯

In JavaScript, there is no built-in enum type like in some other programming languages (e.g., Java or...

Soft Delete: Dealing With Unique Constraint in Real-World Case
webdev2023-07-26
JSJS

Soft Delete: Dealing With Unique Constraint in Real-World Case

I introduced how to achieve soft delete in ZenStack in the previous post. The solution appears quite...

API Node Desacoplada: Criando servers com express e fastify
node2023-07-26
Zoranildo SantosZoranildo Santos

API Node Desacoplada: Criando servers com express e fastify

Neste artigo vamos criar os dois servidores, um com express e outro com fastify e deixar pronto para...

Guia Prático: Aprenda a Construir uma API Node.js Desacoplada
node2023-07-26
Zoranildo SantosZoranildo Santos

Guia Prático: Aprenda a Construir uma API Node.js Desacoplada

O intuito dessa série de artigos é mostrar na prática como criar e estruturar inicialmente uma...

Cursive - The intuitive LLM framework
llm2023-07-26
henrycunhhenrycunh

Cursive - The intuitive LLM framework

When interfacing with LLMs, builders often find themselves between using extremely bloated frameworks...

Distributed locks in Node.js
node2023-07-26
Bruno PaulinoBruno Paulino

Distributed locks in Node.js

Often times, you need to build a feature that requires coordinated access to a certain resource. A...

Exporting Declaration Files in Vite.js
vite2023-07-26
Rashid ShamlooRashid Shamloo

Exporting Declaration Files in Vite.js

JavaScript is not a statically typed language. TypeScript gives you the illusion that there are types...

Inventory Management Website
refinehackathon2023-07-15
Rounak SenRounak Sen

Inventory Management Website

build with Soumyajit Mondal @soumyajit2825 What I built ❔ Inventory Management...

RxJS Operators: buffer
rxjs2023-06-26
Steven Boyd-ThompsonSteven Boyd-Thompson

RxJS Operators: buffer

RxJS is a JavaScript library that enables the creation of asynchronous and event-based programs. The...

How to implement JWT Authentication Using Node, Express, TypeScript ? 2023
express2023-07-25
Sukanta DasSukanta Das

How to implement JWT Authentication Using Node, Express, TypeScript ? 2023

Today We Will Learn How to Build NodeJs Authentication API using JWT, Express, Typescript . Table of...

Introduction to Nuxt Modules - Revisited
nuxt2023-07-24
Jakub AndrzejewskiJakub Andrzejewski

Introduction to Nuxt Modules - Revisited

Almost two years ago, I have released my article about the same topic as this one -> Introduction...

Implementing Lazy Loading from Angular ⭐
javascript2023-07-25
Manoj Prasanna  🚀Manoj Prasanna 🚀

Implementing Lazy Loading from Angular ⭐

In this article, I will delve into the implementation process of Lazy Loading in your Angular...