ibm

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…

91bYsX41DVL. AC UF8941000 QL80 1

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…

nodejs logo

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

Add heroicons in nextjs

Install library npm install @heroicons/react Howto use import { BeakerIcon } from ‘@heroicons/react/24/solid’ function MyComponent() { return ( <div> <BeakerIcon className=”h-6 w-6 text-blue-500″ /> <p>…</p> </div> )…

mqtt

MQTT, CoAP, HTTP, and AMQP Comparison

Feature MQTT CoAP HTTP AMQP Security – Supports security through TLS/SSL – Designed for devices with limited resources, focuses on efficiency – Security can be implemented with…