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

Favil OrbediosWorking through the fast.ai book in Rust - Part 1
Introduction I've been dreaming about completing the fast.ai course for about 4 years now....

Techie KhoMinky scripting language
Edit: It has been rebranded to Blinklet, here is the repo So I have written a simple scripting...

Jean-Michel 🕵🏻♂️ FayardWHY ALL REAL FRONT-END DEVELOPERS SHOULD REWRITE EVERYTHING IN RUST IN 2024
The title speaks for itself but you are such a bunch of loosers that I will do a FAQ anyway. Who...

Be Hai NguyenRust: JSON Web Token -- some investigative studies on crate jwt-simple.
Via experimentations, I seek to answer the following question regarding crate jwt-simple: how do we...

MaxCreate a Full stack Rust desktop App with Tauri, Yew and Tailwind CSS
In this tutorial, we're going to be building a desktop Pomodoro timer app using Tauri and Yew. I...

GreptimeGreptime User Guide - How to Store GreptimeDB Data on AWS S3
Step 1 Download GreptimeDB To begin, download the GreptimeDB binary file for your...

Szymon GibałaAdd context to errors
It is Friday evening. Bob just wants to wrap up the small bug fix in the service developed by his...

CrabNebulaPackage All the Things
TLDR: We published cargo-packager, a tool for bundling apps in any ecosystem, that we are building...

ShuttleBuilding and Deploying a Static Site Generator in less than an hour using Rust
We'll be making a website in the form of a Rust static site generator that we'll be able to add our...

CrabNebulaCrabNebula and Tauri: Pioneering Resilient App Development Together
At CrabNebula, our mission has always been to tackle the complex challenges in app development...

Stacy RollPing-Pong rust: a project for your first dev-job
If you're looking for your first job as a Rust developer and are considering a project for your...

Deb8 Rusty open source data projects to watch in 2024 🤩
Context The open source ecosystem is my favourite aspect of tech. It has been since the...

Jean-NoëlL'ownership en Rust !
Introduction On m'a souvent demandé : "Parmi toutes les fonctionnalités de Rust, si tu...

sigodenA more powerful cargo auto-completions through argc-completions
Support multiple shells, multiple platforms Supported...

Matt AngelosantoUsing Dioxus with Rust to build performant single-page apps
Written by Eze Sunday✏️ Web clients often need to request data to update part of a website. Before...
![[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsp7g48gyah0n5wzwf6td.png)
Vee Satayamas[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs
I want to develop my Rust library more interactively with Lisp-style read-eval-print loop (REPL). So...