DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

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

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

Patric GenferMoving from Electron to Tauri 2
Part 2: Local Data Storage — Implementing a database backend in Rust for a Tauri...

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

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

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

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

wrongbyteImplementing Iterator and IntoIterator in Rust
Iterators are a powerful tool that allow for efficient iteration over data structures, and they are...

sandersonsoaresArquitetura avançada e escalável para React
Introdução Encontrar uma forma de estruturar uma aplicação em React que mantenha uma boa...

johnnylarner30 days of Rust - Day 4
Dear diary, Don't blame me for breaking the 6 am rule today - sleep is great at improving your...

John Owolabi IdogunAuthentication 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...

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

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

John Owolabi IdogunAuthentication 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...

johnnylarner30 days of Rust - Day 2
Today's session was short but packed full of data types and looooops 🔁 Yesterday's...

John Owolabi IdogunAuthentication 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...