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

Inheritance Vs Composition
typescript2024-02-17
Cesar BermudezCesar Bermudez

Inheritance Vs Composition

Hi everybody 😊, Let’s talk about inheritance vs composition They are key concepts in OOP, both are...

Best Time to Buy and Sell Stock - Leetcode 121 - TypeScript
typescript2024-02-05
YazYaz

Best Time to Buy and Sell Stock - Leetcode 121 - TypeScript

Here's the Leetcode 121 solution using TypeScript. Watch on Youtube Leetcode 121 - Best...

TypeScript Core Concepts Explained for Absolute Beginners
webdev2024-02-13
Amir H. MoayeriAmir H. Moayeri

TypeScript Core Concepts Explained for Absolute Beginners

TypeScript, a superset of JavaScript, has taken the development world by storm with its focus on...

Rotate Array - Leetcode 189 - TypeScript
typescript2024-02-05
YazYaz

Rotate Array - Leetcode 189 - TypeScript

Here's the Leetcode 189 solution using TypeScript. Watch on Youtube Leetcode 189 - Rotate...

Create a cross chain ETH/ICP application using Azle and TypeScript
ethereum2024-02-16
KristoferKristofer

Create a cross chain ETH/ICP application using Azle and TypeScript

A TypeScript smart contract with a React/Vite frontend using Sign in with Ethereum (SIWE)...

What is Typescript ? A step by step guide for beginners
typescript2024-02-16
swhabitationswhabitation

What is Typescript ? A step by step guide for beginners

In the early 90s, when the web was just beginning to take shape, there was a demand for interactive...

Solving the CIA Kryptos Code (Part 4)
cryptography2024-01-26
Isaac LymanIsaac Lyman

Solving the CIA Kryptos Code (Part 4)

You can find all the code for this series on GitHub. Kryptos 4 is, I repeat, unsolved. We're very...

Solving the CIA Kryptos Code (Part 3)
cryptography2024-01-26
Isaac LymanIsaac Lyman

Solving the CIA Kryptos Code (Part 3)

You can find all the code for this series on GitHub. Kryptos 3 is going to require more code than...

Solving the CIA Kryptos Code (Part 2)
cryptography2024-01-26
Isaac LymanIsaac Lyman

Solving the CIA Kryptos Code (Part 2)

You can find all the code for this series on GitHub. In the previous post we solved Kryptos 1 and 2....

LeetCode Meditations: Contains Duplicate
computerscience2024-02-16
EdaEda

LeetCode Meditations: Contains Duplicate

For this problem, let's start with the description: Given an integer array nums, return true if...

How to use qr-code-styling in Nuxt 3
vue2024-02-15
BenBen

How to use qr-code-styling in Nuxt 3

Introduction The best QR Code library is by far qr-code-styling for creating customizable...

Backend Development Plan
javascript2024-02-15
Michael Otu Michael Otu

Backend Development Plan

If you are curious or new to programming maybe you'd like to give Nodejs a try. I am planning on...

Enhancing Security in Node.js & TypeScript Applications with JWT Authentication.
webdev2024-02-15
Emmanuel EnecheEmmanuel Eneche

Enhancing Security in Node.js & TypeScript Applications with JWT Authentication.

Introduction Implementing authentication in your application often requires various...

Template-Level Lazy Loading in Angular
angular2024-02-13
Ilir BeqiriIlir Beqiri

Template-Level Lazy Loading in Angular

Working with a component-based framework such as Angular, you may witness that templates are a...

Exploring the Latest Features in React and TypeScript
react2024-02-15
MatekMatek

Exploring the Latest Features in React and TypeScript

- TypeScript: Elevating Type Safety TypeScript continues to push the boundaries of type safety with...

React unit testing using Vitest, RTL and MSW
typescript2024-02-15
Mohamed Aymen Ourabi Mohamed Aymen Ourabi

React unit testing using Vitest, RTL and MSW

Introduction Hello everyone, i'm finally back after almost 5 years since my last post in...