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

How to Dynamically Adjust the Height of a Textarea in ReactJS
javascript2023-10-26
Sachin ChaurasiyaSachin Chaurasiya

How to Dynamically Adjust the Height of a Textarea in ReactJS

Introduction Have you ever been curious about how platforms like Notion, Hashnode, and...

Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 1
nestjs2023-10-25
Alfi Samudro MulyoAlfi Samudro Mulyo

Build Complete REST API Feature with Nest JS (Using Prisma and Postgresql) from Scratch - Beginner-friendly - PART 1

Scope of discussion: What we want to build Nest JS installation + new project...

Paginators in the AWS SDK for Javascript V3
aws2023-10-26
Daniele SalvagniDaniele Salvagni

Paginators in the AWS SDK for Javascript V3

How many times have you found yourself implementing pagination manually while retrieving data from the AWS SDK for Javascript? Let's see how we can use paginators with an example using DynamoDB queries.

How To Get Type-Safe Frontend Queries Like GraphQL Without GraphQL Using TypeScript
webdev2023-10-24
JSJS

How To Get Type-Safe Frontend Queries Like GraphQL Without GraphQL Using TypeScript

Fading of API I previously wrote a post about the history of APIs: ...

STOP using ANY in TypeScript RIGHT NOW. 🟦🧙‍♂️
webdev2023-10-26
Alessandro FogliaAlessandro Foglia

STOP using ANY in TypeScript RIGHT NOW. 🟦🧙‍♂️

Hello coders! 🧙‍♂️ How many times in your career have you used the any type in TypeScript?...

Event Handling with TypeScript in React: Two ways
typescript2023-10-26
Sohanur Rahman EmonSohanur Rahman Emon

Event Handling with TypeScript in React: Two ways

Handling events in a React application is a fundamental part of creating interactive and dynamic user...

Nx 17 Upgrade Errors - Cannot Use Import outside a Module
nx2023-10-26
quincarterquincarter

Nx 17 Upgrade Errors - Cannot Use Import outside a Module

Upgrading Nx The team over at Nx has made it super easy to upgrade your monorepo with a...

Setting up Code Formatting with ESLint, TypeScript, and Prettier in Visual Studio Code
typescript2023-10-25
Swastik DwivediSwastik Dwivedi

Setting up Code Formatting with ESLint, TypeScript, and Prettier in Visual Studio Code

Ensure your code is consistently formatted in Visual Studio Code by following these steps. ...

Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App
node2023-10-25
Rishi KumarRishi Kumar

Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

Introduction In this tutorial, we will walk you through the process of cloning a "Nest.js...

DynamoDB Incremental Export with Step Functions
stepfunctions2023-10-25
Benjamen PyleBenjamen Pyle

DynamoDB Incremental Export with Step Functions

When working on building solutions, the answer to some problems is often, it depends. For instance,...

Exploring the New useOptimistic Hook in React: Enhancing UI with Optimistic Updates
react2023-10-19
Barry Michael DoyleBarry Michael Doyle

Exploring the New useOptimistic Hook in React: Enhancing UI with Optimistic Updates

If you're as excited about React's new features as I am, you've probably been keeping an eye on the...

How to Handle Scroll Events in React
webdev2023-10-25
AlexAlex

How to Handle Scroll Events in React

Photo by Taylor Flowe on Unsplash In this blog post, we’ll explore how to handle scroll events in a...

How did you switch from JavaScript to TypeScript?
javascript2023-10-06
Ekaterine MitagvariaEkaterine Mitagvaria

How did you switch from JavaScript to TypeScript?

How did you switch from JavaScript to TypeScript? I really would love to hear how other people did...

Axios + Vue.js 3 + Pinia, a “comfy” configuration you can consider for an API REST
vue2023-10-25
 Israel Díaz Zapata Israel Díaz Zapata

Axios + Vue.js 3 + Pinia, a “comfy” configuration you can consider for an API REST

Let me share with you with this guide a comfortable / easy configuration for Axios in a Vue.js 3 app...

Storing state between serverless requests with TypeScript and Spin
webassembly2023-10-24
Matt ButcherMatt Butcher

Storing state between serverless requests with TypeScript and Spin

One frequently cited frustration with using serverless or Functions as a Service (FaaS) is storing...

React Reducers
webdev2023-10-24
Ibrahim ShammaIbrahim Shamma

React Reducers

When it comes to reducers, you may often think that it is related to the great Redux library, but it...