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

Unlocking the Power of TypeScript's "as const": The Underrated Feature You Need to Know
webdev2024-07-19
Sharoz Tanveer🚀Sharoz Tanveer🚀

Unlocking the Power of TypeScript's "as const": The Underrated Feature You Need to Know

When discussing the most underrated features in TypeScript, one that often flies under the radar is...

i18n: The Type-Safe Approach
i18n2024-07-19
Simon BoissetSimon Boisset

i18n: The Type-Safe Approach

Internationalization (i18n) is a crucial aspect of modern web development. This article explores how...

How to set up a Node Project using TypeScript in 2024
node2024-07-19
Arnaud FerrandArnaud Ferrand

How to set up a Node Project using TypeScript in 2024

Originally published at...

MAPPED TYPES IN TYPESCRIPT
typescript2024-07-19
DevMDevM

MAPPED TYPES IN TYPESCRIPT

Mapped type in typescript simply allow us create a new type by iterating over a list of...

Does TypeScript fail at enums?
typescript2024-07-04
Alex LohrAlex Lohr

Does TypeScript fail at enums?

The concept of enumerables is quite simple: an item that can represent a finite number of different...

Form-based Dataverse Web Resources with React, Typescript and FluentUI
powerplatform2024-07-18
Riccardo GregoriRiccardo Gregori

Form-based Dataverse Web Resources with React, Typescript and FluentUI

The main difference between a Dataverse WebResource that must be accessed from outside a form context...

Dominando os Utility Types do TypeScript
typescript2024-07-18
Lincoli XavierLincoli Xavier

Dominando os Utility Types do TypeScript

Se você está navegando no universo TypeScript e ainda não explorou os poderosos Utility Types,...

Is mitt dead? 🥊
typescript2024-06-19
Evan SutherlandEvan Sutherland

Is mitt dead? 🥊

Mitt was first released 7 years ago. Today, it has open issues going back to 2021, issues waiting to...

Jest Recap: Safely Mock Properties and Methods of Global Objects
testing2024-07-18
Hauke T.Hauke T.

Jest Recap: Safely Mock Properties and Methods of Global Objects

TL;DR: You want to avoid that overridden/mocked properties/methods affect other...

Implementing Golang's chan in TypeScript with @harnyk/chan
go2024-07-18
if err != nil {if err != nil {

Implementing Golang's chan in TypeScript with @harnyk/chan

Introduction Asynchronous programming in TypeScript can be challenging, especially when...

Form Validation In TypeScipt Projects Using Zod and React Hook Form
react2024-07-18
StrapiStrapi

Form Validation In TypeScipt Projects Using Zod and React Hook Form

Introduction Form validation is an important aspect of software development. This is...

Create Todo in React JS with typescript?
react2024-07-18
om pharateom pharate

Create Todo in React JS with typescript?

Creating a to-do application in ReactJS is a great first step towards upskilling. However,...

Optimising package size for Typescript AWS Lambda functions using serverless-esbuild
serverless2024-07-18
HughHugh

Optimising package size for Typescript AWS Lambda functions using serverless-esbuild

Here is how I reduced the package size of my lambda functions from 60MB per function to ~1MB and...

Understanding TypeScript Generics: A Deep Dive with Practical Examples
webdev2024-07-07
Aditya RajAditya Raj

Understanding TypeScript Generics: A Deep Dive with Practical Examples

TypeScript generics were messing with my head, so I decided to create a simple example to better...

Plotting a course: MiniJamLab
miniscript2024-06-27
ArmenArmen

Plotting a course: MiniJamLab

As the toy game engine is starting to take shape, it's time to put some thought into what I really...

TypeScript strictly typed - Part 3: safe nullability
typescript2024-07-17
Cyrille TuziCyrille Tuzi

TypeScript strictly typed - Part 3: safe nullability

In the previous part of this posts series, we discussed about full coverage typing. Now we will...