Mike Schilling 🦀
banner
oxidebyte.bsky.social
Mike Schilling 🦀
@oxidebyte.bsky.social
💻 Software Engineer | ☕ Java by day, 🦀 Rust by night | ☁️ Cloud & Serverless Enthusiast

:🔎: #Rust #Rustlang #Webassembly #Wasm #Wasi #Serverless
:⭐: https://github.com/oxide-byte
WebAssembly is still for me one of the underestimated pieces in the IT landscape. Here a small POC, to store a WASM on RustFS and execute it on an API call. Just for fun and demonstration 🙂

github.com/oxide-byte/w...

#rustlang #webassembly #serverless
GitHub - oxide-byte/wasm-faas: WASM-FaaS Platform for uploading WASM files to RustFS and download for executing with an API
WASM-FaaS Platform for uploading WASM files to RustFS and download for executing with an API - oxide-byte/wasm-faas
github.com
January 7, 2026 at 7:13 AM
January 2, 2026 at 7:36 AM
Found, out of the Rust forge, an other project getting some attentions for Vibe coding: www.vibekanban.com

Curious about 2026 and the AI evolutions, and the Moore's Law on AI about a 7 month cycle.

#rustlang
Vibe Kanban - Orchestrate AI Coding Agents
Get the most out of coding agents like Claude Code, Gemini CLI and Amp. Orchestrate multiple AI coding agents, track tasks, and manage your development workflow efficiently.
www.vibekanban.com
December 30, 2025 at 10:10 AM
There is a lot of talk about Generative AI and Code Generation, but not yet how programming languages impact the costs. Verbose Programming languages, Compiler Feedback for reducing the cycles on sending and correcting or simply if it builds, will it run also correctly?
December 20, 2025 at 10:20 AM
When spending some time in the news, you find sometimes some parts you had overseen. After AWS, I found finally also the GCP SDK for Rust cloud.google.com/blog/topics/...

#rust #rustlang #gcp
Now available: Rust SDK for Google Cloud | Google Cloud Blog
Announcing the of the official Rust SDK for Google Cloud. Develop high-performance, secure, and reliable applications with idiomatic Rust, accessing over 140 Google Cloud APIs.
cloud.google.com
December 17, 2025 at 10:43 AM
This Week in Rust (this-week-in-rust.org) is till today my main resource for catching up the news on Rust. But maybe you have some more to suggest.

#rust #rustlang
December 17, 2025 at 7:04 AM
“When AWS went down, their share price went up, because people realised how many people are using them. In some ways [the outage] is great marketing, because you see how many people are using Cloudflare.”

Source: www.theguardian.com/technology/2...
December 5, 2025 at 7:25 PM
My first #ratatui implementation only for trying, but for sure a topic I will follow up, for the right business case.

#rustlang
December 1, 2025 at 4:27 PM
Reposted by Mike Schilling 🦀
Today, we are super thrilled to announce that Fermyon is now part of Akamai Technologies.

Fermyon’s vision of building the next generation of serverless computing slots perfectly into Akamai’s own vision for the future of edge technology.

www.fermyon.com/blog/fermyon...
Fermyon Joins Akamai
Announcing that Fermyon is now part of Akamai Technologies.
www.fermyon.com
December 1, 2025 at 1:23 PM
I love this tool ☺️
This is gold if you're using async Rust 💯

🌀 channels-console — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels.

📊 Watch messages, queue depth, throughput & memory usage live.

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/pawurb/chann...

#rustlang #ratatui
November 24, 2025 at 5:40 PM
Embrace Clippy in Rust; it's a helpful companion, despite some resistance. #![deny(clippy::unwrap_used)]

#clippy #rust #rustlang #rust-lang
November 23, 2025 at 9:03 AM
People talk a lot about TDD and BDD, but really, testing starts much earlier, right in the programming language itself, with things like static types and null safety, and then the compiler steps in to catch errors before they ever become runtime problems. Don't say now you don't need to test 😉
November 12, 2025 at 10:28 AM
When the Single Point of Failure is in the Cloud :-)

status.dev.azure.com
October 28, 2025 at 12:20 PM
Reposted by Mike Schilling 🦀
Parquet is showing its age. CMU researchers built F3 - a columnar format that embeds WebAssembly decoders directly in files. Universal compatibility without the usual compatibility hell. Smart approach for modern ML workloads.

db.cs.cmu.edu/papers/2025/...
db.cs.cmu.edu
October 13, 2025 at 1:43 PM
Zed IDE: Impressive speed! But I personally chose #RustRover. Plugins & refactoring are non-negotiable for my daily work. #rustlang #jetbrains
October 11, 2025 at 10:25 AM
Currently on #EuroRust conference, catching up latest news and getting new inspirations for #Rust in next couple of month ☺️
October 9, 2025 at 9:35 AM
Reposted by Mike Schilling 🦀
We didn’t rewrite SQLite in Rust to be trendy. We wanted to support modern development needs while preserving SQLite’s legendary reliability.
Why We Created Turso, a Rust-Based Rewrite of SQLite
We didn’t rewrite SQLite in Rust to be trendy. We wanted to support modern development needs while preserving SQLite’s legendary reliability.
bit.ly
October 6, 2025 at 3:30 PM
Reposted by Mike Schilling 🦀
HacktoberFest 2025 is on... and LocalStack is in! 🎃

We’re calling all cloud builders, docs lovers, and open source champions. Come hack with us this October.

localstack.cloud/blog/hacktob...
HacktoberFest 2025 with LocalStack
Hack with LocalStack for HacktoberFest 2025! Contribute to open source, improve our samples and docs, win swag, and join our October 9th meetup.
localstack.cloud
October 3, 2025 at 2:34 PM
Reposted by Mike Schilling 🦀
How Dapr and WebAssembly Team Up for Microservices Dapr’s distributed application runtime concept is simple, but enabling it is enormously complex (although its usage is simple). According to The...

#API #Management #Microservices #WebAssembly

Origin | Interest | Match
How Dapr and WebAssembly Team Up for Microservices
The Dapr 1.16 release’s best bits are the multi-app workflow feature. It allows developers to specify which applications should execute specific workflow activities.
thenewstack.io
October 2, 2025 at 1:14 PM
Which Fibonacci algorithm do you prefer?

#rust #rust-lang #rustlang #algorithm
September 25, 2025 at 8:36 AM
Finally found some time to close my POC on GraphQL and Supergraphs in Rust. An interesting topic, but not to take light footed. github.com/oxide-byte/g...

#rust-lang #graphql #supergraph
September 23, 2025 at 12:38 PM
Leptos Version 0.8.9 was released 2 days ago. This Rust Web Frontend Framework has grown with great inspirations, we see they nearly reach 20k stars on GitHub, but still deliver high quality and have only 92 open issues. If you’re in Rust, give it a try 😊

github.com/leptos-rs/le...

#rust-lang
September 20, 2025 at 9:50 AM
Reposted by Mike Schilling 🦀
@decathlonfrance.bsky.social has adopted Polars across many workloads, reducing infrastructure complexity and overhead by running workloads on single machines instead of compute clusters.

Learn more in the case study: pola.rs/posts/case-d...
Polars at Decathlon: Ready to Play?
DataFrames for the new era
pola.rs
September 15, 2025 at 12:13 PM