Week 1
Principles and Practices, Project Management
My Passion for Innovation and MIT
From a young age, I have been deeply passionate about inventing and creating products. I have always explored new technologies and developed various projects, even without formal training or certification. MIT has always been an inspiring institution for me because of its immense contributions to the world. I actively follow MIT updates on LinkedIn, and when I discovered FABLAB, it completely fascinated me.
Enrolling in the 20-week FABLAB program has been a transformative experience. It has shaped my vision and provided me with a structured approach to project development. One of the biggest challenges I faced was documentation. Initially, I struggled with maintaining records of my work, which led to inefficiencies in my product development process. However, through this program, I have realized the importance of systematic documentation and have actively incorporated this habit into my workflow.
Documentation
The first week's assignment was to create a personal website to showcase our profile, weekly assignments, and final project. Before joining the FABLAB program, I had been using two tools for documenting my progress:
Notion
- A versatile workspace for organizing notes, managing projects, and collaborating in real time. It provides a seamless way to structure thoughts and integrate multimedia elements.
Obsidian
- A powerful markdown-based note-taking tool designed for knowledge management. It enables users to create interlinked notes, making it easier to build a structured knowledge base.


Final Project
For my final project, I have chosen an onion storage monitoring device. This project is particularly close to my heart because, during my college days, I was passionate about solving problems related to agricultural losses. Onions alone account for more than ₹1,000 crore in post-harvest losses due to inadequate storage systems. My goal is to develop a solution that minimizes these losses and benefits farmers. Final Project

My Website Development Approach
To build my website efficiently, I used a pre-designed template and customized it to fit my needs. This approach saved time and allowed me to focus on structuring my content rather than designing from scratch. I modified the layout, color schemes, and sections to make it a unique representation of my work. The website includes:

Verion Control
What is Version Control? Version control is a system that helps track changes in files over time, allowing multiple people to collaborate efficiently on a project. It ensures that all modifications are recorded, enabling users to revert to previous versions if necessary. Key benefits of version control include:
Install GIT
Learning Git and GitHub
Git is a version control system that helps track changes in files, collaborate with teams, and maintain project versions efficiently.


Configure Git
Open a terminal and set your name and email:
git config --global user.name "Your Name" git config --global user.email "your-email@example.com"


Generate and Add SSH Key
Run the following command to generate an SSH key:
ssh-keygen -t rsa -b 4096 -C "your-email@example.com"

Installing and Using GitHub Desktop
GitHub Desktop is a graphical interface that simplifies the use of Git without requiring terminal commands.
Download and Install

Connect GitHub Account

Clone a Repository


Commit and Push Changes


Installing and Setting Up VS Code
Download and Install


Clone Repository Using HTTPS URL


Commit and Push Changes


Student Arrangement
The Fab Academy is responsible for
I am a Fab Academy student, responsible for:
- Attending class lectures and participating in reviews
- Developing and documenting projects assigned to introduce and demonstrate skills
- Allowing the Fab Academy to share my work (with attribution) in the class for purposes compatible with its mission
- Honestly reporting on my work, and appropriately attributing the work of others (both human and machine)
- Working safely
- Leaving workspaces in the same (or better) condition than I found them
- Participating in the upkeep of my lab
- Ensuring that my tuition for local and central class costs is covered
- Following locally applicable health and safety guidance
- Recognizing limits on lab and staff time
- Promoting a respectful environment free of harassment and discrimination