Explore

Development & Programming Courses

Discover courses in Development & Programming. Learn from industry experts and advance your career.

Self-paced or cohort?

What each format includes, and why they are priced differently.

PriceSelf-pacedOne low payment, lifetime accessCohortProgramme fee, instalments available
ScheduleSelf-pacedStart any time, learn at your own paceCohortLive classes on a fixed timetable
InstructionSelf-pacedRecorded lessonsCohortLive, instructor-led sessions
Support & mentorshipSelf-pacedCourse community, FAQ, up to one group Q&A a month — no one-to-one supportCohortDirect instructor access and mentorship
ProjectsSelf-pacedGuided exercisesCohortReviewed, graded capstone
CertificateSelf-pacedCertificate of completion for the courseCohortFull track certificate
Career supportSelf-pacedNot includedCohortPortfolio review and referrals
CommunitySelf-pacedCourse-level groupCohortFull alumni network

New to tech? Not sure which one fits?

Answer a few questions and we'll point you to the right programme.

Find your course
Development & Programming
Cohort

In-Person · Online / beginner

6 months

Fullstack web development

Learn to create modern, interactive websites and web applications using industry-standard technologies. This comprehensive course covers both frontend and backend development, taking you from basic web pages to fully functional, database-driven applications.What you'll master: Frontend: HTML structure, CSS styling, JavaScript interactivity, React components Backend: Node.js server development, Express.js APIs, MongoDB database integration Integration: Connecting frontend and backend to create complete applications From zero to fullstack developer - gain hands-on experience building real projects that demonstrate your skills to employers. Perfect for beginners ready to commit to learning modern web development professionally.

Starts 12 Oct 2026 • 6 months

₦200,000

Fullstack web development
Development & Programming
Cohort

In-Person · Online / beginner

6 months

AI Engineering: The Developer's Path

A six-month program that takes learners from their first line of Python to a deployed AI system — welcoming complete novices and working developers alike, with a full month on Python fundamentals before moving into LLMs, RAG, agents, evaluation, and production deployment.

Starts 12 Oct 2026 • 6 months

₦400,000

AI Engineering: The Developer's Path
Development & Programming
CohortFoundation

Online / beginner

8 weeks

Web Development Foundations

Web Development Foundations is a eight-week frontend program that gets you building real, responsive websites from day one. It's a genuine frontend foundation — the visual, interactive layer of the web — and finishes with a project you ship and share. What you'll learn Structure web pages with semantic HTML Style and lay out responsive pages with CSS Write JavaScript to add logic and interactivity Manipulate the DOM and handle user events Fetch and display data from web APIs Build a simple interface with React components and state Deploy and share a finished frontend project How it's delivered Weekday lessons are on-demand (Monday–Thursday); live sessions on Friday and Saturday apply each week's topic with a mentor. The course ends with a capstone project. Submit every exercise and your capstone through your workspace.

Starts 12 Oct 2026 • 8 weeks

₦70,000₦130,00046% OFF
Discount ends 30 Sept 2026
Web Development Foundations
Development & Programming
CohortFoundation

Online / beginner

8 weeks

AI Engineering Foundations

AI Engineering Foundations is a eight-week, build-first program. It begins with Python from the ground up — so no coding experience is needed — then moves quickly into working with large language models: prompting, retrieval, and simple agents. You finish by shipping a working AI application. What you'll learn Write Python using core syntax, data structures, and functions Work with web APIs and JSON from Python Call large language model APIs and craft effective prompts Build applications with an LLM app framework Implement retrieval-augmented generation (RAG) over your own data Assemble a simple AI agent and evaluate its output Build and demo a working AI-powered application How it's delivered Weekday lessons are on-demand (Monday–Thursday); live sessions on Friday and Saturday apply each week's topic with a mentor. The course ends with a capstone project. Submit every exercise and your capstone through your workspace.

Starts 12 Oct 2026 • 8 weeks

₦70,000₦180,00061% OFF
Discount ends 30 Sept 2026
AI Engineering Foundations
Development & Programming
Cohort

In-Person · Online / beginner

6 months

Mobile App Development with React Native

Mobile App Development with React Native is a full programme that takes you from your first web page to a mobile app published on the App Store and Play Store. A complete mobile development programme. You cover the whole frontend path first — HTML, CSS, JavaScript, the DOM and React — then move into React Native and Expo, and finish having shipped a real app to both stores. What you'll learn Build for the web with HTML, CSS, JavaScript and React before going mobile Build cross-platform mobile apps for iOS and Android from one codebase Structure an app with navigation, shared state and a sensible file layout Use the device itself — camera, location, notifications and local storage Work with APIs and keep an app usable when the network is not Sign users in and store credentials the way a mobile app should Test and debug on simulators and real devices Build, sign and publish a release to the App Store and Play Store How it's delivered Taught live with a mentor, module by module, with exercises after each. The programme ends with a capstone project you build and present. Submit every exercise and your capstone through your workspace.

Starts 12 Oct 2026 • 6 months

₦250,000

Mobile App Development with React Native
Development & Programming
Cohort

In-Person · Online / beginner

6 months

AI Automation

AI Automation is a full programme that takes you from your first automated workflow to production automations a business depends on — without writing code. The complete AI Automation programme, and deliberately a no-code one. It continues straight on from AI Automation Foundations into advanced workflows, business-system integration, guardrails and running automations in production. Anyone who wants to build automations in code should take AI Engineering: The Developer’s Path instead. What you'll learn Automate real business processes end to end, with no programming Build advanced workflows in n8n and Make, including multi-step agents Connect the systems a business actually runs on — CRM, ERP, email, sheets Ground automations in a company’s own documents and knowledge Put evaluation, guardrails and human review around AI decisions Handle security, privacy and compliance for automated work Run automations in production: cost, monitoring and reliability How it's delivered Taught live with a mentor, module by module, with exercises after each. The programme ends with a capstone project you build and present. Submit every exercise and your capstone through your workspace.

Starts 12 Oct 2026 • 6 months

₦300,000

AI Automation
Development & Programming
Cohort

In-Person · Online / beginner

6 months

Backend Development with Python

Backend Development with Python is a full programme that takes you from your first line of Python to a backend service running in production. The complete backend programme, in Python. It continues from Backend Development with Python Foundations into advanced API design, asynchronous work, caching, testing and deployment, and finishes with a production service of your own. What you'll learn Write Python confidently and model data properly in SQL Build production-grade REST APIs with FastAPI and Pydantic Secure an API: authentication, authorisation and the common attacks Design APIs that survive versioning, paging and real traffic Run work in the background and handle jobs that outlive a request Cache, profile and scale a service that is getting slower Test a backend properly, including the database Deploy, monitor and operate a Python service in production How it's delivered Taught live with a mentor, module by module, with exercises after each. The programme ends with a capstone project you build and present. Submit every exercise and your capstone through your workspace.

Starts 12 Oct 2026 • 6 months

₦250,000

Backend Development with Python
Development & Programming
CohortFoundation

Online / beginner

8 weeks

Backend Development with Python Foundations

Backend Development with Python Foundations is a eight-week, build-first program covering Python, databases and production APIs. Build and ship the server side. Backend Development with Python Foundations starts with Python from scratch, moves through database design and SQL, then into production REST APIs with FastAPI — ending with a deployed API you built yourself. What you'll learn Track your work with Git and GitHub Write Python using core syntax, data structures, and functions Design a relational database and query it with SQL Build REST APIs with FastAPI and Pydantic Secure an API with JWT and OAuth2 authentication Test an API with pytest and document it with OpenAPI Deploy a working API and demo it How it's delivered Weekday lessons are on-demand (Monday–Thursday); live sessions on Friday and Saturday apply each week's topic with a mentor. The course ends with a capstone project. Submit every exercise and your capstone through your workspace.

Starts 28 Sept 2026 • 8 weeks

₦70,000₦150,00053% OFF
Discount ends 30 Sept 2026
Backend Development with Python Foundations
Development & Programming
CohortFoundation

Online / beginner

8 weeks

AI Automation Foundations

AI Automation Foundations is a eight-week, build-first program for automating real business processes with AI. Put AI to work on the jobs your team does by hand. AI Automation Foundations teaches you to map a manual process, wire the tools together, and ship automations that run without you — no programming background required. What you'll learn Judge which manual processes are worth automating, and which are not Write prompts that produce reliable, structured output Build multi-step workflows with triggers, branching and error handling Connect systems together using APIs, webhooks and shared data Stand up an assistant that answers from your own documents Run an AI agent with a human approving the consequential steps Automate one real business process end to end and hand it over How it's delivered Weekday lessons are on-demand (Monday–Thursday); live sessions on Friday and Saturday apply each week's topic with a mentor. The course ends with a capstone project. Submit every exercise and your capstone through your workspace.

Starts 28 Sept 2026 • 8 weeks

₦70,000₦150,00053% OFF
Discount ends 30 Sept 2026
AI Automation Foundations
Send Feedback

0/3000

We review every submission 💙