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

Typescript FP Dependency Injection Is Easy!
typescript2023-07-28
tareksalemtareksalem

Typescript FP Dependency Injection Is Easy!

Doing Dependency injection using a framework or library is something easy to do, there some...

Assertions: How to Assert Conditions and Types
typescript2023-07-28
Chris CookChris Cook

Assertions: How to Assert Conditions and Types

The asserts statement was introduced in TypeScript 3.7. It's a special type of function signature...

TypeScript Basics: Supercharge Your JavaScript with Strong Typing
typescript2023-07-29
Leandro NuñezLeandro Nuñez

TypeScript Basics: Supercharge Your JavaScript with Strong Typing

Introduction: Hey there, fellow developers! Welcome to the world of TypeScript, a...

How to add comments to a static site using GitHub Pull Requests and Netlify Functions
typescript2023-07-28
Nate EagleNate Eagle

How to add comments to a static site using GitHub Pull Requests and Netlify Functions

There are a lot of advantages to building a website statically, which means compiling it once and...

Create a DependsOn relation between resources in AWS CDK
aws2023-07-29
Danny SteenmanDanny Steenman

Create a DependsOn relation between resources in AWS CDK

Learn how to create an explicit 'DependsOn' relationship between AWS resources like RDS and EC2 instances using AWS CDK in TypeScript to control deployment order.

TypeScript: Not Always the Answer
typescript2023-07-27
kai belmokai belmo

TypeScript: Not Always the Answer

JavaScript is a versatile and dynamic programming language that allows developers to build a wide...

Master Generics in TypeScript
typescript2023-07-28
  Isaiah   Clifford Opoku Isaiah Clifford Opoku

Master Generics in TypeScript

Introduction Generics are a way to create reusable components. They allow us to create a...

💉 Test-Driven Development and Dependency Injection are the way
tdd2023-07-26
Antoine CoulonAntoine Coulon

💉 Test-Driven Development and Dependency Injection are the way

Welcome back into these series everyone, past few days have been incredible as skott just reached 130...

Build a Weather App with React.js, TypeScript, and Tailwind CSS
typescript2023-07-28
Olaleye BlessingOlaleye Blessing

Build a Weather App with React.js, TypeScript, and Tailwind CSS

One of the most effective ways to enhance your coding skills is to work on practical projects that...

Node Service Template
typescript2023-07-28
Jolene LanglinaisJolene Langlinais

Node Service Template

PNK Stack Service PostgreSQL, Node, and Koa This acts as a guide for creating a...

Unleashing TypeScript performance in monorepos with TSX
typescript2023-07-28
David MatějkaDavid Matějka

Unleashing TypeScript performance in monorepos with TSX

In the software development world, TypeScript-based monorepo projects are increasingly popular. Yet,...

Implemnenting caching in github actions
github2023-07-28
David LiDavid Li

Implemnenting caching in github actions

To use caching in a GitHub Actions workflow, you can use the cache action. Here is an example of a...

Demystifying Dependency Injection in TypeScript: Comprehensive Examples and Benefits
javascript2023-07-28
HidetoshiYanagisawaHidetoshiYanagisawa

Demystifying Dependency Injection in TypeScript: Comprehensive Examples and Benefits

Hello, I am a frontend engineer who is an avid TypeScript user. Today, we are going to take a deep...

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

Using Protobuf with TypeScript for data serialization
typescript2023-07-27
Matt AngelosantoMatt Angelosanto

Using Protobuf with TypeScript for data serialization

Written by Ibiyemi Adewakun✏️ A key part of a distributed system’s architecture is how data is...

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