Week01:Principles and Practices,Project Management

Documenting my journey through Fab Academy 2025

Principles and Practices

Final Project Proposal:

Summary: RFID-Based Warehouse Maintenance System

The proposed project focuses on developing a comprehensive RFID-based warehouse maintenance system to enhance efficiency and accuracy in warehouse operations. The system will utilize RFID (Radio Frequency Identification) technology to automate the tracking and management of inventory, assets, and maintenance schedules.

The primary objectives of the system include:

Real-Time Inventory Tracking:

RFID tags attached to items will enable automatic identification and real-time monitoring, reducing the need for manual counting.

Error Minimization:

By automating data capture and reducing manual intervention, the system will decrease human errors in inventory and maintenance management.

Improved Maintenance Scheduling:

The system will store and manage maintenance records, sending timely alerts for inspections, repairs, or replacements.

Enhanced Productivity:

Faster inventory and asset tracking will streamline workflows, saving time and resources. The project involves integrating RFID readers, tags, and a centralized database. A user-friendly interface will be developed to allow warehouse personnel to view, update, and manage inventory and maintenance data. The system is expected to improve overall warehouse management efficiency, reduce costs, and ensure operational reliability.

Target Audience: The target audience includes warehouse managers, logistics professionals, retailers, manufacturers, and SMEs seeking efficient inventory and maintenance solutions.

Sketch:

Smart Hydroponic System Sketch

Project Management

Setting Up Git:

Here are the steps I followed to set up my Git repository and upload my files:

Go to Git bash and type

ssh-keygen -t rsa -C "yourmailid@gmail.com" -b 4096

SSH key will be generated then put this command

cat ~/.ssh/id_rsa.pub | clip

Go to fabcloud and open your project.Paste this key in Profile Settings---> SSH key-->,Verify your account with following command

ssh -T git@gitlab.fabcloud.org

cd Documents

git clone
git config --global user.name "your_username"
git config --global user.email "your_mail_ID"

go to home folder

git pull
git add --all
git commit -m"your_mesaage"
git push

Screenshot:

Signed Student Agreement: I read and signed the student agreement and committed it to my Git repository.

Personal Website

I created my personal website using HTML and CSS. It includes:

Example Homepage:

Personal Website Screenshot