LiveEdition 01 / 2026Editor's Pick
PastoralProtect
A climate risk platform that automates protection workflows for pastoral communities.
Built as a backend-first system replacing manual insurance with a rules-driven pipeline. It uses NDVI triggers, IPFS/Filecoin storage, and oracle validation to enable transparent, automated payouts.
BackendAPIWeb3Social Impact
Read full engineering notes
Tech Stack
- - FastAPI
- - Python
- - PostgreSQL
- - SQLAlchemy
- - IPFS / Filecoin
- - Solidity
- - Next.js
Highlights
- - End-to-end flow: enrollment → trigger → validation → payout
- - Verifiable storage with IPFS/Filecoin and data integrity checks
- - Role-based access for secure operations
- - API-first design for dashboards and integrations
Challenges Solved
- - Prevented duplicate and tampered data with validation and hashing
- - Structured backend workflows for automated insurance logic
- - Designed for scalability in low-connectivity environments
In ProgressEdition 02 / 2026
SoshoPay
A fintech payment system prototype designed for seamless, API-driven transactions across mobile and web platforms.
Built SoshoPay as a backend-focused system to simulate real-world digital payments, handling secure transaction flows, account state management, and integration-ready APIs. The system is designed to support mobile money workflows and scalable fintech use cases.
FintechDjangoMobile PaymentsWhatsApp Integration
Read full engineering notes
Tech Stack
- - DJANGO
- - Python
- - SQL
- - JWT
- - redis
- - Next.js
Highlights
- - Secure, token-based transaction endpoints
- - Structured account and balance state management
- - API-first design for easy third-party integration
Challenges Solved
- - Designed idempotent transaction handling to prevent duplicate payments
- - Built consistent validation and error handling for reliable API consumption
Private DemoTeam Hackathon / 2026
POS Web App
Point-of-sale web solution for transaction, stock, and reporting.
A full stack POS concept built with a backend-first architecture to manage products, daily sales, and transaction history for growing small businesses.
Full StackRetailAPI
Read full engineering notes
Tech Stack
- - Django
- - React
- - PostgreSQL
- - REST API
Highlights
- - Fast product search and checkout flow
- - Inventory updates linked to each sale
- - Business-ready daily summary exports
Challenges Solved
- - Balanced simple UX with strict transaction accuracy
- - Improved reporting query performance for larger datasets
LiveEdition 03 / 2026
Career Docs Generator
Full-stack app to create CVs and professional letters with AI (DeepSeek), plus PDF and Word export.
Users build structured CVs and letters from templates, enhance copy with AI, and authenticate securely while exporting polished documents via ReportLab (PDF) and python-docx (Word). React (Vite) frontend talks to a Django REST API; deployed with the frontend on Vercel and a production-ready backend workflow.
Full StackAIDocumentsSaaS
Read full engineering notes
Tech Stack
- - React
- - Vite
- - Django
- - Django REST Framework
- - PostgreSQL
- - DeepSeek AI
Highlights
- - CV builder with multiple templates and AI suggestions for summaries, experience, and skills
- - Letter generator (cover letters, applications, recommendations, resignations) with contextual AI drafts
- - Exports to PDF and Word from the same structured document models
- - Token-based auth with optional Google sign-in for production setups
Challenges Solved
- - Split frontend/backend deployment (Vercel + Render) with correct API base URL and CORS/CSRF configuration
- - Modular AI and export services integrated with REST endpoints without coupling document storage to formatting
- - PostgreSQL migrations on startup to avoid mismatches between local SQLite and hosted databases
Private DemoFIELD PROJECT / 2025
DHIS2 SQL Visualizer
SQL query visualization helper for health data interpretation.
A tooling project inspired by DHIS2-related workflows to help inspect SQL output and improve clarity while working with health information datasets.
HealthTechSQLBackend
Read full engineering notes
Tech Stack
- - Typescript
- - React
- - SQL
- - Data Visualization
- - Tailwind CSS
Highlights
- - Query result previews with contextual notes
- - Cleaner debugging flow for SQL-based reports
- - Improved interpretation for non-specialist users
Challenges Solved
- - Made dense SQL output easier to communicate
- - Built reusable query helpers for repeat workflows
PrototypeEdition 03 / 2025
Land Registry
A secure Django-based prototype for managing land records in Tanzania using blockchain technology.
A blockchain-backed land registry system that ensures immutable record storage and prevents disputes through RSA digital signatures. Addresses critical land security challenges in Tanzania with cryptographic verification and transparent record management.
BackendBlockchainSocial ImpactSecurity
Read full engineering notes
Tech Stack
- - Python
- - Django
- - PostgreSQL
- - Blockchain
- - RSA Cryptography
Highlights
- - Immutable record storage using blockchain technology
- - RSA digital signatures for cryptographic verification
- - Dispute resolution through transparent, verifiable data
- - Scalable database design for large-scale registries
Challenges Solved
- - Designed tamper-proof record system to prevent land disputes
- - Implemented cryptographic verification for legitimate ownership claims
- - Built scalable architecture for Tanzania's land management needs
In ProgressEdition 04 / 2025
Academic Summarizer
An AI-powered Django app for summarizing academic PDF documents.
An intelligent document summarization tool that extracts key insights from academic PDFs. Built with Django backend, it uses NLP techniques to process research papers and generate concise, meaningful summaries.
BackendAI/MLData Processing
Read full engineering notes
Tech Stack
- - Python
- - Django
- - NLP
- - PDF Processing
- - AI/ML
Highlights
- - Automated PDF document processing and analysis
- - AI-driven content summarization using NLP
- - Backend architecture for efficient document handling
- - Scalable processing pipeline for multiple documents
Challenges Solved
- - Handled complex PDF parsing and text extraction
- - Implemented efficient NLP-based summarization algorithms
- - Designed backend for concurrent document processing
PrototypeUtility / 2025
Quick Decrypt
Decrypt Caesar ciphers quickly with auto shift detection and frequency analysis.
A utility tool for cryptanalysis that automatically detects and decrypts Caesar cipher texts. Uses frequency analysis and intelligent shift detection to quickly break encoded messages.
BackendCryptographyUtility
Read full engineering notes
Highlights
- - Automatic Caesar cipher shift detection
- - Frequency analysis for intelligent decryption
- - Fast processing with minimal computational overhead
- - Clean CLI interface for easy usage
Challenges Solved
- - Implemented frequency analysis algorithm for cipher breaking
- - Optimized shift detection for quick results
- - Built intuitive interface for cipher analysis
PrototypeHackathon / 2025
UDSM Journal Dashboard
A React-based template for a journal project at the hackathon.
A modern, responsive journal management dashboard built with React and TypeScript. Developed as part of a hackathon project at the University of Dar es Salaam to provide a clean interface for journal submissions and management.
FrontendUI/UXEducation
Read full engineering notes
Tech Stack
- - React
- - TypeScript
- - Frontend
Highlights
- - Modern React component architecture
- - Responsive design for multiple screen sizes
- - TypeScript for type-safe development
- - Clean, scalable project structure
Challenges Solved
- - Built intuitive dashboard UI for journal management
- - Implemented responsive design patterns
- - Created reusable React components for efficiency