Principles and Practices (part 1 of 2)
Project Management (part 2 of 2)
Principles & Practices
Project Management
This week I set up my documentation workflow, my Git publishing process, and chose the tools I'll use for the rest of the course.
My goal was to find a tool that helps me break up tasks and send reminders to my phone. (Excel wouldn't work — no reminders.)
Managing time is hard: I'm a mom, I'm running WRO season 2026 in Kuwait, and I'm taking this course — all at once, with zillions of meetings every week. Here are the tools I tried, with no more than 10 minutes on each.
01 | I created a new free account on Monday and downloaded the mobile app.
01 | I created a new free account on ClickUp
02| Tried to find the fastest way to add items without configuring a lot of parameters.
I wanted the shortest workflow for editing files locally and pushing them to my GitLab repository — without creating duplicate files in the process.
I wanted to find a tool that compresses images at reasonable resolution/clarity, in a size no larger than 200KB and with acceptable quality. It's important to compress folders to save time.
01 | Command brew install ffmpeg
02| Compress using ffmpeg -i me.jpg -q:v 10 me2.jpg
My strategy: keep the main navigation bar on the left of the index page and load every other page into an iframe on the right. I also built a template that I can reuse for every assignment. Each assignment lives in its own folder with an index.html and an img/ folder.
01 | Using Bootstrap 5.3 for ready-made, easy-to-use CSS styling and JS components.
02| W3Schools was a good reference for the available options.
This table tracks the total fixed-cost overhead associated with my activities and projects through Fab Academy graduation. These costs are treated as fixed overhead and allocated proportionally across every project I undertake in the coming weeks — giving me a consistent way to attribute cost and analyze it at the project level throughout the program.
From an accounting perspective, the primary fixed cost across all my Fab Academy projects is the USD 5,000 enrollment fee. Amortized over 32 weeks, that's a weekly fixed cost of USD 156.25.
I also maintain several monthly software subscriptions through my company. For Fab Academy purposes I attribute 25% of those subscription costs to this program.
There was no project-specific cost this week.
| Item | Description | Total Cost | Weekly Amortization | USD Cost/week |
|---|---|---|---|---|
| FabLab Fee | For 32 weeks | 5000 | =(5000/32weeks) | 156.25 |
| AdobeCreative | Monthly Subcription- 4 weeks | 15 | =(15/4weeks)*25% usage | 0.94 |
| Chat GPT pro | Monthly Subcription- 4 weeks | 20 | =(20/4weeks)*25% usage | 1.25 |
| Capcut Pro | Monthly Subcription- 4 weeks | 14 | =(14/4weeks)*25% usage | 0.88 |
| Canva Pro | Monthly Subcription- 4 weeks | 12 | =(15/4weeks)*25% usage | 0.75 |
| Overhead | Cost per week | 160.06 |
01 | Logging in and creating a new GPT
02 | Defining the role of the FabGPT and the context of the conversations
03 | Defining the area of expertise and selecting the model version
04 | Complete setup for FabGPT — accessible via the link above
05 | Sharing my code and asking FabGPT to debug and explain why it's not working
06 | The syntax error is being highlighted and a better version of my code is also shared