Rust
A language empowering everyone to build reliable and efficient software. Futuristic swiss army knife and probably the most powerful mainstream technology today → website
Actix-Web embed and serve static asset files
Example of how to embed a folder os static assets into the final binary and serve them on configured routes from actix-web.
Bootstrap 5 Media Component
Responsive bootstrap card with a strictly left-aligned image, title, description and optional aside flavor text. With Rust maud example code.
Deploy a Rust or Go binary to a VPS daemonized
Example deploying to a Digital Ocean linux droplet via email/password authentication and use the screen command to keep the service running as a daemon.
Rust Actix-Web HTTP Basic Auth
Protect simple admin website areas with basic auth in actix-web, including safety against timing attacks. Pragmatic choice for single-admin web sites or quickly securing a resource.
Rust actix-web with maud
How to use maud in actix web as a lightweight template engine.
Rust Chrono Relative Time Ago
A quick and dirty solution to get that "X days ago" String out of a chrono NaiveDateTime without any dependencies. Very easy to customize on-demand in your project!
Rust Maud Templates
How to build parent templates/partials with Rust in maud, using a simple functional component.
Related Blog Posts
Custom GPTs vs OpenAPI path parameters
6 months agoSeems that the AI can't do idiomatic API calls for a RESTful interface after all - or their HTTP client has some bug.
Rewrite it in Rust: Fun Weekend & Happy Wife
6 months agoHow I rewrote a pet project in Rust, shipped it within 2 days start-to-finish, and gained social credit along the way.
The joy of traditional SSR website development
6 months agoHow I got my sanity back after years of JavaScript madness. Building websites finally is fun again - plus hosting and maintenance is much better!
Related Technologies
Shell
Shell scripting: Automate and streamline your tasks with powerful command-line scripts. Unlock efficiency in every command! Contains bash, zsh, sh, ...
HTML
The backbone of the web. Master it to craft structured, accessible content for any online project, from simple sites to complex applications!
Go
Fast, simple, and efficient. Ideal for solopreneurs, Go's straightforward syntax and powerful performance allow for quick development and deployment.
Actix-Web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. It runs on top of tokio and is probably the most mature rust web framework, with lots of available crates.
Bootstrap
One of the best and popular frontend component libraries in existence. While not the "hip" thing anymore, it gets the job done quickly and there are loads of learning resources and plugins.
Related Categories
DevOps
Get a glimpse into the world of DevOps, where coding meets collaboration, speeding up everything from software builds to system fixes. Learn about the seamless integration of development and operations to make tech life easier and more efficient.
Software Architecture
Dive into the world of Software Architecture where design meets functionality. Explore frameworks, patterns, and best practices that define the structure of software systems, making them robust, scalable, and maintainable.
Frontend Development
Explore the latest tools and techniques for crafting responsive designs, enhancing user interfaces, and optimizing web performance.
Backend Development
Uncover the power behind the scenes of web services and applications, focusing on creating robust, scalable backend systems that support frontend experiences.