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

MadzaHave you tried functional programming?
Functional programming is a programming paradigm where programs are constructed by applying and...

Reece McMillinGiving Your JSON a Web API with Rust
The Problem I'm currently working on a civic tech project where there's a simple but...

Ivan GThoughts on Rust at First, but then Ramblings on Top Programming Languages
Below post has started from me thinking about Rust on a weekend, and then expanded a bit. I was...

URL Shortener with Rust, Svelte, & AWS (5/): Frontend
In the last post, we worked on containerizing the backend of our application, so that we can deploy...

Kunal BagariaI made a CLI tool in Rust to play mechanical keyboard sound effects globally
Rustyvibes A Rust CLI that makes mechanical keyboard sound effects on every key press. It...

Rodney LabUsing Rust Cloudflare Workers: Serverless hCaptcha
Using Rust Cloudflare Workers: how to run fast and secure Rust code from a Cloudflare Worker endpoint - hCaptcha serverless function example.

Pacharapol WithayasakpuntDebugging in Rust
How do you go for debugging in Rust, without proprietary software, like CLion or IntelliJ Ultimate?

DanDeploy an ultra-fast blog in minutes with Eleventy and AssemblyLift (WebAssembly + Lambda + API Gateway + Rust)
Hello fellow developers! 😊 Let's talk about static site generators for a minute. Static Site...

NickGetting started with Metaplex (A Solana NFT Journey PT. 1)
TLDR Ignition Metaplex Worskshop Zoom Office Hours / PW: I5T$pa^z End to end Candy Machine...

Higor DiegoRust - Ownership ?
Todos os programas têm que decidir de que forma vão utilizar a memória do computador durante sua...

URL Shortener with Rust, Svelte, & AWS (4/): Dockerizing
In the last post, we created some unit tests that will allow us to automatically test our...

URL Shortener with Rust, Svelte, & AWS (3/): Testing
In the last post, we created a simple URL-shortener API and tested it manually with curl and a...
Antonio Villagra De La CruzOptimising a JavaScript library with WebAssembly, a failed attempt!
Rust is becoming more and more the language of choice to build tools for the web. Last example to...

URL Shortener with Rust, Svelte, & AWS (1/): Intro + Setup
In this series of posts, I aim to guide you through the process of creating and deploying a public...

URL Shortener with Rust, Svelte, & AWS (2/): Simple HTTP API
In the first post of the series, I covered the reasons for choosing Rust and AWS, as well as the...

Matt AngelosantoFull-stack Rust: A complete tutorial with examples
Written by Mario Zupan ✏️ Previously on the LogRocket blog, we covered how to create a CRUD web...