Posts
Home
Blog
Terms
Privacy
Posts
How I speeded up my Rust builds on GitHub ~30 times
Learn how to speed up Rust GitHub Actions pipelines up to 30 times
rust
github
actions
faster
performance
cache
reusable
workflows
How to fix possible missing firmware warning during kernel update on Linux Mint
Learn how to fix possible missing firmware warning during kernel update on Linux Mint
linux
mint
ubuntu
missing
firmware
problem
kernel
update
mainland
Custom Go HTTP handlers using generics
How to write custom Go HTTP handlers using generics but still stay compatible with standard library
Go
Parsing custom datetime format in Rust using serde
Parsing standard datetime format is no hassle, but what to do when you have custom datetime format?
Rust
Running stack of microservices using docker-compose and acim/go-reflex image
How to easily run multiple Go microservices locally using just one image
Go
microservice
docker-compose
docker