7 / 1 / 2024
APIs are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols.
Here's an example of Air Quality Index API from Rapid API: AQI Finder
GitHub is a web-based platform for software developers to collaborate and manage versions.
This task helped me get to know about few actions like Forking, Committing Changes, Pull Requests...
Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software.
Learnt a Cool Trick: (to create 2600 folders in a single line of code)
mkdir M{1..2600}
Kaggle is the world's largest data science community with powerful tools and resources to help you achieve your data science goals.
Pandas is a Python library used for working with data sets. It has functions for analyzing, cleaning, exploring, and manipulating data. Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
In this task, I created a small dataset and plotted a line graph, bar graph, and scatter plot.
In this task, I have estimated the distance between an obstacle and the sensor & displayed the results on a LCD screen.
The ESP32 is a versatile Wi-Fi and Bluetooth-enabled microcontroller developed by Espressif Systems, widely used for IoT projects. It features dual-core processing, low power consumption, and a rich set of peripherals, making it suitable for a variety of applications.
Soldering is a process used for joining metal parts to form a mechanical or electrical bond. It typically uses a low melting point metal alloy (solder) which is melted and applied to the metal parts to be joined and this bonds to the metal parts and forms a connection when the solder solidifies.