Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/2026-01-tfs/profile_photos/abdu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 17 additions & 4 deletions bootcamps/software-development-tfs/2026-01/2026-01-tfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,24 @@
"photo": "/assets/2026-01-tfs/profile_photos/ijem.png",
"description": "I’m a hands-on technologist who builds practical systems across software, electronics, and emerging infrastructure. My work combines full-stack development, experimental hardware, renewable power concepts, and identity technology — with a focus on resilience and real-world implementation.",
"portfolio_link": "https://github.com/ij888",
"technologies": ["JavaScript", "Neo4j", "SQLite", "Node-RED"]
},
{
"name": "Abdu",
"role": "Data Analytics Engineer and Full-stack Software Developer",
"github": "https://github.com/HandharJunino",
"linkedin": "https://www.linkedin.com/in/handhwarah-abdu-muhumuza-0340321b9/",
"photo": "/assets/2026-01-tfs/profile_photos/abdu.jpg",
"description": "Data Analytics Engineer & Full-Stack Software Developer with hands-on experience in Python, R, PostgreSQL, and Flutter. I’ve led full-stack projects using tools like Flutter, Django and Firebase, and built data pipelines and warehouses with Azure Data Studio, PSQL and Python, applying ETL workflows to real-world datasets. I focus on solving problems, delivering practical solutions, and collaborating effectively in teams.",
"portfolio_link": "https://github.com/HandharJunino",
"technologies": [
"JavaScript",
"Neo4j",
"SQLite",
"Node-RED"
"Python",
"Flutter",
"Dart",
"PostgreSQL",
"R",
"Firebase",
"JavaScript"
]
}
]
Expand Down
27 changes: 27 additions & 0 deletions css/alumni/2026-01-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,30 @@
color: #00ffea;
border: 2px solid #000000;
}

.card--abdu {
background: #16a5de;
background: radial-gradient(
circle,
rgba(22, 165, 222, 1) 0%,
rgba(16, 73, 163, 1) 50%,
rgba(143, 17, 189, 1) 100%
);

.card__name,
.card__role,
.card__link,
.card__description {
color: var(--color-white);
}

.card__link-icon,
.card__icon {
fill: var(--color-white);
}
}

.tech--abdu {
color: #a78bfa;
background-color: var(--color-black);
}