25 / 10 / 2024
An API (Application Programming Interface) acts as a bridge between different software systems, allowing them to interact and share data seamlessly. It specifies how requests should be made and what responses will look like, making it easier for developers to incorporate external services and features into their applications. By providing a structured way for programs to communicate, APIs simplify the integration process and expand the functionality of software without requiring deep knowledge of the other system's internal workings.
Create an HTML File for the Content
Style the Page Using CSS
Visit Open Weather API and Access the Documentation
Fetch the API Data Using JavaScript
fetch
command to make an API call. Example:Create a Function to Handle the API Response
Handle Errors
You can check out the weather app at the following link:
Weather App Link
The code for the weather app can be found in the GitHub repository:
GitHub Repository Link
Forked the Repository
Cloned the Repository
git clone
Made Changes
Added and Committed the Changes
git add .
git commit -m "Descriptive commit message"
Pushed the Changes
git push origin main
Created a Pull Request
Import Libraries
Read the Datasets
train.csv
dataset into train_data
and the test.csv
dataset into test_data
.Check the Survival Rate of Women
Check the Survival Rate of Men
Train the Model
Make Predictions and Write to a DataFrame
Pandas is a Python library for data manipulation and analysis, providing data structures like DataFrames for handling complex datasets. Matplotlib is a library for creating visualizations, allowing users to generate various types of plots and charts to represent data effectively. Together, they offer powerful tools for analyzing and visualizing data in Python.
You can access the code for the Pandas and Matplotlib project at the following link:
GitHub Repository Link
You can view my portfolio webpage at the following link:
Portfolio Link
The code for my portfolio can be found in the GitHub repository:
GitHub Repository Link
The code for my portfolio can be found in the GitHub repository:
GitHub Repository Link
To create a radar system using Tinkercad, start by setting up an account and familiarizing yourself with the platform and its example circuits. In your project, you’ll use an ultrasonic sensor to measure the distance of nearby objects by emitting sound waves and calculating the time they take to return. The servo motor will be connected to rotate the sensor, allowing it to cover a wider detection range. As the servo rotates, the ultrasonic sensor will scan the area, and the detected distances can be displayed on the serial monitor, simulating a basic radar system capable of identifying obstacles within its range.
You can view my Tinkercad project at the following link:
Tinkercad Project Link
Explore the basics of controlling DC motors using an Arduino UNO and L298N motor driver. The L298N driver acts as an H-Bridge, allowing control over the direction and speed of a 5V BO motor through PWM signals from the Arduino. First, simulate this setup on Tinkercad by connecting the motor and driver, then upload the control code. Once successful, perform the same on actual hardware and record videos to document both the simulation and hardware execution.
You can view my Tinkercad project at the following link:
Tinkercad Project Link
Door Status
Key Status
Alarm Trigger Condition
Photoresistor Functionality
AND Gate Detection
Alarm Activation
You can view my Tinkercad project for the burglar alarm at the following link:
Tinkercad Project Link