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

Vite vs SWC vs Webpack: A Performance Comparison for React Applications
react2023-07-11
Younis JadYounis Jad

Vite vs SWC vs Webpack: A Performance Comparison for React Applications

importance of performance in web applications I recognize the importance of performance in...

Create a shopping cart using Qwik and Turso
turso2023-07-11
James SinkalaJames Sinkala

Create a shopping cart using Qwik and Turso

Learn how to create a robust shopping cart for the web using the Qwik framework and Turso, the edge database

Just enough Typescript to build Projects.
typescript2023-07-11
HarshHarsh

Just enough Typescript to build Projects.

What is the point of using TypeScript ? JavaScript is a dynamically typed language meaning...

Integrating Test Data in AskUI Workflows from APIs, CSV Files, and Databases
javascript2023-07-11
Johannes DienstJohannes Dienst

Integrating Test Data in AskUI Workflows from APIs, CSV Files, and Databases

Are you struggling to integrate test data into your AskUI workflows effectively? Do you find yourself...

NestJS tip: how to inject multiple versions of the same provider into one module (e.g.: many Axios instances)
node2023-07-09
Micael Levi L. C.Micael Levi L. C.

NestJS tip: how to inject multiple versions of the same provider into one module (e.g.: many Axios instances)

for NestJS v8, v9, v10, v11 What? Let's say you want to use multiple "versions" of the...

Typescript Cheatsheet — Essential Syntax and Concepts
javascript2023-07-11
ParthibanParthiban

Typescript Cheatsheet — Essential Syntax and Concepts

Introduction TypeScript is a powerful superset of JavaScript that adds static typing and...

Vite environment variable's type casting/transforming
vite2023-07-11
Mạnh PhạmMạnh Phạm

Vite environment variable's type casting/transforming

Introduction When developing a frontend app, we usually use environment variables(env) to...

My Journey in Open Source - force-return
javascript2023-07-11
Michael Di PriscoMichael Di Prisco

My Journey in Open Source - force-return

Link to the repo What is it? A library allowing a function or a class method to forcibly...

How to pass environment variables to a Rust WASM application like Yew, Dioxus and Leptos as a TypeScript Developer
webdev2023-07-10
JoseJose

How to pass environment variables to a Rust WASM application like Yew, Dioxus and Leptos as a TypeScript Developer

Hello TypeStaceans! Here's a step by step process in how you can pass environment variables to a...

Constructor Parameter Properties in TypeScript
typescript2023-07-10
👨‍💻Pierre-Henry ✨👨‍💻Pierre-Henry ✨

Constructor Parameter Properties in TypeScript

Let's learn how to use the OOP, Constructor Parameter Properties in your TypeScript class (known as...

tRPC vs GraphQL – Why tRPC Finally Fixes the Type Safety Hassle
api2023-07-10
Angelika JeziorskaAngelika Jeziorska

tRPC vs GraphQL – Why tRPC Finally Fixes the Type Safety Hassle

Type safety with GraphQL has been a hassle, so tRPC was long overdue tRPC has recently...

An Introduction to TypeScript: Building a Simple Todo App with React
typescript2023-07-10
Coding JitsuCoding Jitsu

An Introduction to TypeScript: Building a Simple Todo App with React

TLDR: Checkout the video instead: TypeScript is a statically typed superset of JavaScript...

Getting Started with Angular: Inputs & Outputs
angular2023-06-29
Steven Boyd-ThompsonSteven Boyd-Thompson

Getting Started with Angular: Inputs & Outputs

In the last post, we covered the creation and usage of components in Angular. When we left it we had...

Why Nest.js better than Express.js
nestjs2023-07-10
Kasun DananjayaKasun Dananjaya

Why Nest.js better than Express.js

NestJS is a framework built on top of Express.js and offers several advantages over using Express.js...

All You Need to Know about Decorators in TypeScript
react2023-07-10
Arul Valan Anto SArul Valan Anto S

All You Need to Know about Decorators in TypeScript

This article will concentrate on Decorators, one of the features in TypeScript. We will delve into...

Persisting state on page refresh in React/Redux app
react2023-07-10
mihomihoukmihomihouk

Persisting state on page refresh in React/Redux app

Introduction Refreshing a page is a common behaviour for app users. However, when using...