Rust compiler can generate a single binary that contains all dependencies. This is a great feature for creating stand-alone tools or tools for containers. There […] Read More
When moving software to the cloud you may encounter a component that relies on good old ICMP ping. The problem is that Kubernetes does not […] Read More
reqwest in Rust allows you to download file. The question is how to store the file on the filesystem. There are several examples on the […] Read More
Users with brand new Lenovo T14 might face strange behavior on Windows. The computer seems to be slow and the detail of CPU usage displays […] Read More
Windows Terminal is a very versatile shell for Windows that allows you to run CMD, PowerShell, or Linux in WSL2. The terminal also supports tabs. […] Read More