
Script for text finder inside excel file
I made a Python script to look at some text inside my Excel file, this script can look at multiple Excel files inside a folder row by…
Popular IoT Platforms Used by Big Companies
Platform Features Scalability Number of Subscribers Companies Using Amazon AWS IoT Core – Device connectivity to the cloud – Device management – Security – Data analysis –…

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…