Blog Posts taged with deep-dive
Trying out HTMX with Rust
January 15, 2024In this blog post, we walk through building an example app with Rust, Axum and HTMX. This is really cool and a simple way to build web apps. No Javascript framework needed.
Unleashing the Power of Python Collections
November 17, 2023A deep dive into Python's Collections module. There's a lot of helpful tools there that everyone should know about!