
FELamu
26 posts


@najunaezra44 That's how we shall end up with substandard work
English

Minister Balaam is the most feared man now😂😂. I used this road when i was heading to Namanoga the road was in its bad state as usual but as i was driving back to Kasawo town i found when these guys had poured lumps of stone base on a road in a poor condition without even first grading it. Bro eza gov’t ozilya nozelila😂😂 Now the district engineer wants Balaam to find the road looking sexy by the time he comes to inspect kumbe😂🙌


English
FELamu retweetledi

🚨🔴⚪️ Ademola Lookman to Atlético Madrid, The agreement is in place on every detail.
€35m fixed fee, €5m add-ons to Atalanta and long term deal agreed by Lookman after decision last night.
@FabrizioRomano

English

The Electoral Commission has appointed Wednesday, 4th February 2026 as the polling day for Local Government electoral areas where polling was not conducted or concluded.
Details: ec.or.ug/news/elections…
#myvotemyvoice #ugandaelections2026

English

Very interested in this project. I will try as much as possible to reach out to you and see how we can help the public especially Wakiso center
FCA Uganda@fca_uganda
We are pleased to announce a partnership with American Tower Corporation Uganda to establish and manage 19 Digital Learning Centres across Bugiri, Kampala, Jinja, Wakiso, Pallisa, Mbale, Mukono, and Soroti. The partnership agreement, formalised by FCA Uganda Country Director @WycliffeNsheka and ATC Uganda CEO Dorothy Ssemanda, will give young people across these communities access to digital, financial & career skills, creating new learning and earning opportunities.
English
FELamu retweetledi

We are pleased to announce a partnership with American Tower Corporation Uganda to establish and manage 19 Digital Learning Centres across Bugiri, Kampala, Jinja, Wakiso, Pallisa, Mbale, Mukono, and Soroti.
The partnership agreement, formalised by FCA Uganda Country Director @WycliffeNsheka and ATC Uganda CEO Dorothy Ssemanda, will give young people across these communities access to digital, financial & career skills, creating new learning and earning opportunities.



English

Here is the learning plan by coding projects
JavaScript Frontend/Backend Learning Project Roadmap
Phase 1: Foundations (Weeks 1-3)
Project 1: Interactive To-Do List
Learn: Basics (variables, data types, operators, control structures), DOM Manipulation
Create a to-do app with add, delete, edit, and mark-complete features
Use vanilla JavaScript to manipulate the DOM
Store data in localStorage
Add filters (all, active, completed)
Project 2: Calculator with Theme Switcher
Learn: Advanced DOM manipulation, event handling
Build a functional calculator
Implement theme switching (light/dark mode)
Add keyboard support
Practice CSS styling alongside JavaScript
Phase 2: Tooling & Version Control (Weeks 4-5)
Project 3: Portfolio Website with Git Workflow
Learn: Git, GitHub, Pull Requests, Code Reviews
Create a personal portfolio site
Initialize Git repository
Practice branching strategies (feature branches)
Create pull requests and simulate code reviews
Deploy using GitHub Pages
Project 4: Multi-Package Project Setup
Learn: NPM, Yarn, PNPM, package.json, Tools (Webpack, Babel, ESLint, Prettier)
Set up a project from scratch with modern tooling
Configure Webpack for bundling
Set up Babel for transpilation
Configure ESLint and Prettier
Understand dependencies vs devDependencies
Create npm scripts for common tasks
Phase 3: Async Programming & APIs (Weeks 6-8)
Project 5: Weather Dashboard
Learn: Async Programming (Promises, Async/Await, Callbacks), APIs (Fetch, RESTful APIs)
Fetch data from OpenWeatherMap API
Display current weather and 5-day forecast
Handle loading states and errors
Add geolocation support
Implement search by city
Project 6: GitHub User Finder
Learn: Advanced API usage, AJAX
Search GitHub users using their API
Display user profile, repositories, and stats
Implement pagination
Add debouncing for search input
Handle rate limiting
Phase 4: Frontend Frameworks (Weeks 9-14)
Project 7: E-commerce Product Catalog (React)
Learn: React basics (components, props, state, hooks)
Create a product listing with filtering and sorting
Implement shopping cart functionality
Use React hooks (useState, useEffect, useContext)
Component composition and reusability
Build custom hooks
Project 8: Task Management App (Vue or Angular)
Learn: Alternative frontend framework
Build a Trello-like board with drag-and-drop
Multiple boards and lists
Learn framework-specific concepts (Vue: Composition API, Angular: Services & Modules)
State management (Vuex/Pinia or NgRx)
Project 9: Real-time Chat Interface (Svelte)
Learn: Svelte, reactivity
Build a chat UI with Svelte
Experience Svelte's reactive approach
Compare with React/Vue
Add animations and transitions
Phase 5: Backend Development (Weeks 15-20)
Project 10: RESTful API with Express
Learn: Node.js, Express
Create a blog API (CRUD operations)
Implement routing and middleware
Error handling
Environment variables with dotenv
Input validation
Project 11: Advanced API with Authentication
Learn: Security (Authentication, Authorization), Databases (MongoDB)
User registration and login system
JWT-based authentication
Password hashing with bcrypt
Protected routes and role-based access
Connect to MongoDB with Mongoose
Project 12: GraphQL API Server
Learn: GraphQL, Apollo Server
Convert REST API to GraphQL
Define schemas and resolvers
Implement queries and mutations
Add subscriptions for real-time updates
Project 13: Enterprise Application with NestJS
Learn: NestJS architecture
Build a scalable API with dependency injection
Use decorators and modules
TypeScript best practices
Implement guards and interceptors
Phase 6: Full-Stack Integration (Weeks 21-25)
Project 14: Full-Stack E-commerce Platform
Learn: Frontend + Backend integration, Multiple databases
React frontend with Next.js for SSR
Express/NestJS backend
PostgreSQL for relational data (products, orders)
MongoDB for user sessions/reviews
Firebase for real-time notifications
Payment integration (Stripe)
Image uploads
Project 15: Social Media Clone
Learn: Complex data relationships, real-time features
User profiles, posts, comments, likes
Follow/unfollow functionality
Real-time notifications with WebSockets
Image/video uploads
MySQL or Postgres for data storage
Phase 7: Testing (Weeks 26-28)
Project 16: Tested API Service
Learn: Unit testing, Integration testing
Write tests for existing API project
Jest for unit tests
Supertest for API testing
Test coverage reports
Mock external dependencies
Project 17: End-to-End Tested Application
Learn: E2E testing
Add Cypress or Playwright tests
Test user flows
Visual regression testing
CI integration for automated testing
Phase 8: Deployment & DevOps (Weeks 29-31)
Project 18: Multi-Environment Deployment
Learn: Deployment (AWS, Heroku, Netlify, DigitalOcean)
Deploy frontend to Netlify/Vercel
Deploy backend to Heroku or AWS EC2
Set up environment variables
Configure custom domains
SSL certificates
Project 19: CI/CD Pipeline
Learn: CI/CD (GitHub Actions, Jenkins)
Set up automated testing on push
Automated deployment on merge to main
Build and test in multiple environments
Slack/Discord notifications
Rollback strategies
Phase 9: Advanced Topics (Weeks 32-36)
Project 20: Performance-Optimized Application
Learn: Performance optimization, lazy loading, code splitting
Audit existing project with Lighthouse
Implement code splitting with React.lazy
Optimize images and assets
Add service workers for caching
Implement lazy loading for routes
Bundle size analysis and optimization
Project 21: Data Visualization Dashboard
Learn: Data Visualization (D3.js, Chart.js, Three.js)
Create interactive charts with Chart.js
Build custom visualizations with D3.js
Add 3D elements with Three.js
Real-time data updates
Export capabilities
Project 22: Microservices Architecture
Learn: Advanced backend patterns, Docker, Kubernetes basics
Break monolithic app into microservices
Service discovery
API Gateway pattern
Message queues (RabbitMQ/Redis)
Containerization with Docker
Final Capstone Project (Weeks 37-40)
Project 23: Production-Ready SaaS Application
Combine everything:
Full-stack Next.js application
Multiple authentication strategies (OAuth, JWT)
Payment processing (subscriptions)
Admin dashboard with analytics
Multiple databases (Postgres + Redis)
Comprehensive test coverage
CI/CD pipeline
Performance monitoring
Error tracking (Sentry)
Production deployment on AWS/DigitalOcean
Documentation and API specs
Learning Tips:
Build incrementally - Start simple, add complexity gradually
Version control everything - Practice Git from day one
Code reviews - Ask for feedback on GitHub or join communities
Document your learning - Write blog posts or create video tutorials
Contribute to open source - Apply your skills to real projects
Join communities - Discord, Reddit, Stack Overflow for help
This roadmap should take approximately 9-10 months with consistent effort (15-20 hours/week). Adjust the timeline based on your pace and prior experience.
English

JavaScript Frontend/Backend Roadmap:
📜 Basics:
Variables, data types, operators, and control structures
🔌 DOM Manipulation:
Selecting, creating, and modifying HTML elements
📦 Packages:
NPM, Yarn, PNPM, package.json, dependencies, devDependencies
🔧 Tools:
Git, Webpack, Babel, ESLint, Prettier
📡 Async Programming:
Promises, Async/Await, Callbacks
👥 Collaboration/Version control:
GitHub, Pull Requests, Code Reviews
🌐 APIs:
Fetch, AJAX, RESTful APIs, GraphQL
🎨 Frontend Frameworks:
React, Vue, Angular, Svelte
💻 Backend + Frameworks:
Node.js, Express, Koa, Nest.js, NextJS
📝 Databases:
MySQL, MongoDB, Firebase, Postgres
🚀 Deployment:
AWS, Heroku, Netlify, DigitalOcean, Hetzner
🧪 Testing:
Unit testing, integration testing, and end-to-end testing
🔒 Security:
Authentication, Authorization
📊 Data Visualization:
D3.js, Chart.js, Three.js
🚢 Continuous Integration/Continuous Deployment (CI/CD):
Jenkins, GitHub Actions, GitLab CI/CD, CircleCI
🚤Performance:
Optimization, lazy loading, code splitting
English
FELamu retweetledi

A Corruption free Uganda starts with me. #ExposeTheCorrupt #TotalEnergiesCHAN2024
#CorruptionExposed #CorruptionIsWinnable
State House makona Manchester United #UGARSA

English

@Amantomar64 @Saffron_Sniper1 M. .... ... ... . . .. . . . . . .. .. .. . . . . . . ...
.. ..
. . ... ? . . .? .. ,😏. ? ..

@Saffron_Sniper1 People forget that dad has no time to give as he is busy working so that his children have all the time in the world when they become adult.
English

@nbstv @KagutaMuseveni Honourable is very right. Attimes I look at the projects the fountain of honor is visiting in this 21 century and feel like crying.
English

VIDEO: He (President @KagutaMuseveni) enjoys poverty because out of poverty he gets legitimacy to tour a country. - Hon. Muwanga Kivumbi
#NBSFrontline #NBSUpdates
English

vm.tiktok.com/ZMkLXKedm/ This post is shared via TikTok Lite. Download TikTok Lite to enjoy more posts: tiktok.com/tiktoklite
English














