
Choosing the right chart for data visualization
Bar and Column Charts: These charts shine when comparing distinct groups or categories. Bar charts excel at showcasing differences between categories and tracking changes over time. Perfect…

How to make lemon coffee: The perfect rainy day drink
Ingredients: A piece of ginger about the size of your thumb 20 grams of medium-ground coffee 2 lemon slices 2 tablespoons of honey Instructions: Bring water and…

My Home Lab Server
Having a home lab server is really fun, i have learned a lot starting with choosing the hardware, Virtualization platform, application and also monitoring those VM and…
Python pydantic
Pydantic is a Python library used for data validation and settings management. It allows you to define data schemas using Python annotations and then automatically validates input…

Summary of the atomic habits book
Buku yang sangat menarik walaupun butuh beberapa waktu untuk mencerna isi dari buku tersebut, but its worth, mungkin kalau ada yang ingin berubah kearah yang lebih baik…

Installation script for installing node js
curl -SLO https://deb.nodesource.com/nsolid_setup_deb.sh chmod 500 nsolid_setup_deb.sh ./nsolid_setup_deb.sh 21 (replace 21 with the version do you want to install ) apt-get install nodejs -y