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

Writing a Search Engine from Scratch using FastAPI and Tantivy
python2023-04-29
DimaDima

Writing a Search Engine from Scratch using FastAPI and Tantivy

The importance of search engines in our daily lives cannot be overstated. They help us navigate the...

(Rusty) Pipe city
rust2023-04-28
johnnylarnerjohnnylarner

(Rusty) Pipe city

Nearly a week into the journey, I feel I've learned a good amount - I hope you have too. I'm at a...

Moving from Electron to Tauri 2
rust2023-04-27
Patric GenferPatric Genfer

Moving from Electron to Tauri 2

Part 2: Local Data Storage — Implementing a database backend in Rust for a Tauri...

How to Use Rust Code in a JavaScript Worklet (Without wasm-pack)
rust2023-04-28
Andrew LuchukAndrew Luchuk

How to Use Rust Code in a JavaScript Worklet (Without wasm-pack)

I recently posted about how I have wanted to build a synthesizer and that I finally found the...

Panics and Projects
rust2023-04-27
johnnylarnerjohnnylarner

Panics and Projects

Oh my I'm really operating on limited brain capacity today my dear readers. Hope my question...

Trying out a new terminal: Warp
terminal2023-04-25
Leonardo MontiniLeonardo Montini

Trying out a new terminal: Warp

When I moved from Windows to Mac a year ago I also developed the habit of using the terminal much...

ESP32 Embedded Rust at the HAL: Button-Controlled Blinking by Timer Polling
rust2023-04-27
Omar HiariOmar Hiari

ESP32 Embedded Rust at the HAL: Button-Controlled Blinking by Timer Polling

This blog post is the second one of a multi-part series of posts where I explore various peripherals...

Implementing Iterator and IntoIterator in Rust
rust2023-04-25
wrongbytewrongbyte

Implementing Iterator and IntoIterator in Rust

Iterators are a powerful tool that allow for efficient iteration over data structures, and they are...

Arquitetura avançada e escalável para React
rust2023-04-27
sandersonsoaressandersonsoares

Arquitetura avançada e escalável para React

Introdução Encontrar uma forma de estruturar uma aplicação em React que mantenha uma boa...

30 days of Rust - Day 4
rust2023-04-26
johnnylarnerjohnnylarner

30 days of Rust - Day 4

Dear diary, Don't blame me for breaking the 6 am rule today - sleep is great at improving your...

Authentication system using rust (actix-web) and sveltekit - Login and Logout
webdev2023-04-25
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using rust (actix-web) and sveltekit - Login and Logout

Introduction We have so far made efforts to register a user and save such user's data in...

Writing Polybar Modules in Nushell
linux2023-04-26
Chris DawkinsChris Dawkins

Writing Polybar Modules in Nushell

Polybar modules are almost always written in either bash or python. Bash offers an ubiquitous, stable...

30 Days of Rust - Day 3
rust2023-04-25
johnnylarnerjohnnylarner

30 Days of Rust - Day 3

What's up folks. Not going to lie, day 3 has left me tiiiiired. Drank a hot chocolate, so hoping to...

Authentication system using rust (actix-web) and sveltekit - User Registration
webdev2023-04-24
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using rust (actix-web) and sveltekit - User Registration

Introduction Having set up our store and database of choice, it's now time to put them to...

30 days of Rust - Day 2
rust2023-04-24
johnnylarnerjohnnylarner

30 days of Rust - Day 2

Today's session was short but packed full of data types and looooops 🔁 Yesterday's...

Authentication system using rust (actix-web) and sveltekit - Backend Intro
webdev2023-04-23
John Owolabi IdogunJohn Owolabi Idogun

Authentication system using rust (actix-web) and sveltekit - Backend Intro

Introduction Howdy guys! It's been a while here. I have been learning some rust while I...