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

From Vue 2 to 3: A long journey
vue2023-08-17
Nikhil VermaNikhil Verma

From Vue 2 to 3: A long journey

TL;DR This is a long post detailing my journey of migrating a project from Vue 2 to 3. It...

Typed fetch with Sveltekit and Hono using RPC
svelte2023-08-19
Subhendu Pratap SinghSubhendu Pratap Singh

Typed fetch with Sveltekit and Hono using RPC

What is Hono? Hono is a fast and simple web framework that works in edge environments like...

Factory Method: Simplifying Object Instantiation
architecture2023-08-19
Iaan MesquitaIaan Mesquita

Factory Method: Simplifying Object Instantiation

Portuguese version: https://dev.to/ianito/design-patterns-factory-method-pt-br-21a3 Hi there, If...

Use Precise types instead of String types
webdev2023-08-19
Kehinde Adeleke Kehinde Adeleke

Use Precise types instead of String types

Introduction We have all been there. Throwing any at function parameters and object keys...

Simplified Micro Front-Ends: Mastering Global State Management with Redux and Redux Toolkit
react2023-08-19
Serif COLAKELSerif COLAKEL

Simplified Micro Front-Ends: Mastering Global State Management with Redux and Redux Toolkit

Project Repository 🚨 This article based on this article. I just added some extra...

Heard about DENO?
typescript2023-08-19
Anders PerssonAnders Persson

Heard about DENO?

Disclaimer; I'am a backend developer, and try to keep up with frontend, so this (my first) article...

Building A B.M.I Calculator using Typescript
webdev2023-08-19
Pauline OraroPauline Oraro

Building A B.M.I Calculator using Typescript

In today's tech driven world, health and wellness are a paramount importance so is the ability to...

Basic CRUD operations with NestJs, TypeScript, Fastify & MongoDB
mongodb2023-08-18
Laëtitia Christelle OuelleLaëtitia Christelle Ouelle

Basic CRUD operations with NestJs, TypeScript, Fastify & MongoDB

Fastify is a web framework for building efficient and high-performance web applications and APIs in...

Svelte + PocketBase + OAuth = 90 lines of code
svelte2023-08-17
Mateusz PiórowskiMateusz Piórowski

Svelte + PocketBase + OAuth = 90 lines of code

So it's time for my first series. The idea is to show how easy, fast and secure it is to set up a...

Celebrating Modular Mastery: Navigating JavaScript's Module Landscape
javascript2023-08-18
  Isaiah   Clifford Opoku Isaiah Clifford Opoku

Celebrating Modular Mastery: Navigating JavaScript's Module Landscape

In the vast landscape of JavaScript development, two pivotal concepts emerge as guiding stars: the...

Svelte + PocketBase + Nginx = Amazingness
webdev2023-08-18
Mateusz PiórowskiMateusz Piórowski

Svelte + PocketBase + Nginx = Amazingness

So it's time for the promised bonus, how to setup Svelte with PocketBase on the same server using...

Write Unit Test for your Typescript GitHub Action
github2023-08-17
Leonardo MontiniLeonardo Montini

Write Unit Test for your Typescript GitHub Action

GitHub Actions are a powerful tool to automate your workflow. They can be used to run tests, deploy...

The Future Is Here: Qwik Meets Prisma Innovatively
qwik2023-08-17
Ayoub AlouaneAyoub Alouane

The Future Is Here: Qwik Meets Prisma Innovatively

If you're coming from PHP, you have Doctrine. From JAVA, you have Hibernate. In Javascript and...

Create a typescript utility library using Vite
typescript2023-08-15
Vinodh KumarVinodh Kumar

Create a typescript utility library using Vite

In this post, we are going to look at how to create a typescript utility library using the Vite...

Typescript - Function Overloads
typescript2023-07-19
ilma fauziyahilma fauziyah

Typescript - Function Overloads

There are times we need to create a function that can be implemented multiple ways : accept multiple...

Feature Contexts
typescript2023-08-17
Ivan MontielIvan Montiel

Feature Contexts

A common pattern in larger application when trying to track feature usage is to try to namespace...