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

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

VSCode Architecture Analysis - Electron Project Cross-Platform Best Practices
vscode2023-10-24
NingloNinglo

VSCode Architecture Analysis - Electron Project Cross-Platform Best Practices

Preface VSCode is arguably the most well-known Electron application. Since it was open...

Get Production-Ready Client Libraries from Zod Schemas
typescript2023-10-24
Tatiana CaciurTatiana Caciur

Get Production-Ready Client Libraries from Zod Schemas

Many Speakeasy users define their TypeScript data parsing schemas using Zod, a powerful and flexible...

Master Angular 16.1 & 16.2
angular2023-10-24
Gergely SzerovayGergely Szerovay

Master Angular 16.1 & 16.2

A study guide that helps you learn what’s new since the 16.0 version of Angular

Generating Types for Feature Flags
typescript2023-10-23
Mark PhelpsMark Phelps

Generating Types for Feature Flags

Feature flags are amazing tools to help you ship your code safely by guarding your end users against...

The New Transparent RPC for JavaScript
typescript2023-10-23
Ted KlingenbergTed Klingenberg

The New Transparent RPC for JavaScript

Getting data from a JavaScript server is too complicated. I'm not saying that it's difficult but...

How does TypeScript's explicit resource management work?
typescript2023-10-23
Craig ☠️💀👻Craig ☠️💀👻

How does TypeScript's explicit resource management work?

TypeScript has a fun new using keyword which lets us play with explicit resource management! In this...

How to Build Express JS Server with Typescript
express2023-10-23
GihanRanganaGihanRangana

How to Build Express JS Server with Typescript

If you're looking for a quick and easy way to get started with Express JS, then this video is for...

Converting Handlebars AST to Template Strings with hbs-ast-to-str
handlebars2023-10-23
satyajit nayaksatyajit nayak

Converting Handlebars AST to Template Strings with hbs-ast-to-str

Handlebars.js is a popular templating engine that allows you to create dynamic templates for your...

Simplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort
react2023-10-22
Serif COLAKELSerif COLAKEL

Simplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort

Introduction In the world of software development, maintaining code quality is a paramount...