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

Use Type, not Interface in TypeScript
typescript2023-08-05
TimiTimi

Use Type, not Interface in TypeScript

As we delve into the fascinating world of TypeScript, it becomes apparent that understanding and...

NestJS JWT authentication Starter Template with ArangoDB
nestjs2023-07-07
michelfawazzmichelfawazz

NestJS JWT authentication Starter Template with ArangoDB

a starter template for NestJS implementing JWT tokens access and refresh tokens as well as...

Simplify TypeScript builds with esbuild and skip tsc/tsx
node2023-08-09
Andreas BergströmAndreas Bergström

Simplify TypeScript builds with esbuild and skip tsc/tsx

The JavaScript ecosystem constantly undergoes innovations. One of the more recent game-changers is...

Enumerating Properties
typescript2023-08-09
Ivan MontielIvan Montiel

Enumerating Properties

In “JavaScript: The Definitive Guide”, there are functions described in 6.5 Enumerating Properties...

RxJS Operators: bufferCount
rxjs2023-07-10
Steven Boyd-ThompsonSteven Boyd-Thompson

RxJS Operators: bufferCount

RxJS is a JavaScript library that enables the creation of asynchronous and event-based programs. The...

🚀 Elevating React Context: Stay Maintainable
react2023-08-08
SanariSanSanariSan

🚀 Elevating React Context: Stay Maintainable

Introduction This is my first writing. I would love to hear feedback! 🙃 So, recently I...

Testing the Redux Store using Cypress in Next.js (TypeScript)
testing2023-08-09
Rashid ShamlooRashid Shamloo

Testing the Redux Store using Cypress in Next.js (TypeScript)

This is a quick step-by-step guide for setting up Redux (Toolkit) testing using Cypress. I assume you...

Flaky unit tests in Angular
angular2023-08-08
Mikhail IstominMikhail Istomin

Flaky unit tests in Angular

Introduction A flaky test is an unstable test that randomly passes or fails despite no...

Using Styled-Components with Next.js v13 (TypeScript)
nextjs2023-08-07
Rashid ShamlooRashid Shamloo

Using Styled-Components with Next.js v13 (TypeScript)

Table of Contents 1. Install Next.js (with TypeScript) 2. Install the vscode-styled-components...

How to perform type casting in TypeScript
typescript2023-08-08
Matt AngelosantoMatt Angelosanto

How to perform type casting in TypeScript

Written by Paul Akinyemi✏️ TypeScript introduces a robust type system that enables developers to...

How to use Cookies in Next.js(Pages Router) with Redux TK
redux2023-08-08
Arthur ArakelyanArthur Arakelyan

How to use Cookies in Next.js(Pages Router) with Redux TK

Sometimes you need to use the auth token in Next.js to get data from Back-end which is available only...

Unveiling the Hidden Treasures: Exploring Lesser-Known TypeScript Features
webdev2023-08-08
Jonas PfalzgrafJonas Pfalzgraf

Unveiling the Hidden Treasures: Exploring Lesser-Known TypeScript Features

Greetings, fellow developers! While we traverse the familiar landscapes of TypeScript, there exists...

3 ways to change body background color in different components in Angular 15
angular2023-07-05
EmEm

3 ways to change body background color in different components in Angular 15

Coding apps, as a beginner, lead me to Dev, probably more than 100 times, in search for answers...

Form, Page Navigation using React-Router-Dom with Ionic-React, TypeScript, React-Hook-Form, React-Redux, and @reduxjs/toolkit!
react2023-08-07
Olorì ÀṣàbíOlorì Àṣàbí

Form, Page Navigation using React-Router-Dom with Ionic-React, TypeScript, React-Hook-Form, React-Redux, and @reduxjs/toolkit!

Welcome to this comprehensive Ionic-React-Native tutorial, where we'll explore key aspects such as...

Using Object.create to clone
typescript2023-08-07
Ivan MontielIvan Montiel

Using Object.create to clone

In “Javascript: The Definitive Guide” there is an example that uses Object.inherit to inherit the...

Easy Encryption In Typescript
typescript2023-08-06
Thomas PeglerThomas Pegler

Easy Encryption In Typescript

TL;DR: NodeJS Crypto should provide access to ChaCha20-Poly1305 which is a fantastic AEAD Encryption...