Posts
All the articles I've posted.
How to measure CPU temperature in Linux server using lm-sensors
Posted on:November 13, 2022In Linux, you can easily measure the temperature of your CPU using the `lm-sensors` package. In this tutorial, we'll walk through the steps to install the package and measure the temperature of your server CPU.
Why Writing Less Code is More Effective
Posted on:October 29, 2020Many developers make the mistake of believing that writing robust and resilient code means writing a lot of code. This assumption is misguided, as less code can be more effective. Writing less code is beneficial for several reasons.
On teaching new team members
Posted on:August 10, 2020Teaching new colleagues is an essential skill for any team. It's crucial to ensure that newcomers feel welcomed and become useful members as quickly as possible.