This repository consolidates all course modules and projects from the Tech4Dev Software Engineering Program. The program aims to empower Africans by providing access to decent work and entrepreneurship opportunities through digital skills empowerment and advocacy. The initiative is dedicated to scaling access to sustainable tech careers and transforming how talent connects with opportunity, ensuring economic prosperity for young Africans and marginalized groups.
The course included 14 modules covering foundational topics in software engineering (Web Dev). Below is the curriculum of the program:
● What is web development? ● Overview of the frontend and backend ● Basics of HTML, CSS, and JavaScript ● How browsers work
● Installing a text editor (e.g., Visual Studio Code) ● Introduction to the terminal/command line ● Installing Node.js and npm
● Understanding HTML tags and structure ● Styling with CSS: Selectors, properties, and values ● Building a simple static webpage
● Variables, data types, and operators ● Control flow: if statements, loops ● Functions and basic JavaScript events
● What is Node.js, and why use it? ● Installing Node.js and npm. ● Running your first Node.js script
● What is the backend? ● Creating a basic server with Node.js ● Introduction to request and response objects
● Introduction to databases (e.g., MongoDB) ● Setting up and connecting to a database ● Basic CRUD operations with a database
● Integrating the frontend and backend ● Building a simple web application with Node.js and Express.js
● Setting up a React development environment ● Building your first React component
● Understanding state and props ● Managing component state ● Passing data between components
● Building a multicomponent React application ● Handling user input and forms in React
● Displaying data from the backend in your React app
● Styling React components ● Introduction to CSS-inJS libraries (e.g., styledcomponents)
● Deploying a simple app to a hosting service (e.g., Netlify)
The repository is organized into separate folders for different module. Some modules are grouped together in a single folder due to their similarity, some have their own dedicated folders, while others didn’t require any code and thus no folder. Each folder contains the associated files and projects. Below is an outline:
Tech4DevSE/
|
├── Backend/
│ ├── My 1st Contact With API/
│ └── Shopping Wishlist API Project/
|
├── BootStrap/
│ ├── loginPortalProject/
│ ├── SkatingSite/
│ └── starterTemplate/
|
├── HTML-CSS-JS/
│ ├── JavaScript/
│ └── Learn CSS/
|
├── LearningGit/
│ ├── LearningGit/
│ ├── LearningGit2/
│ └── LearningGit3/
|
├── React/
│ └── my-1st-react-app/
|
└── SASS/
├── 1st-SASS-Website/
├── LandingPageStarter/
├── SASS-Structure-Example/
├── SASS1/
└── SASSskillz_starter/
Backend/ folder.BootStrap/ folder.HTML-CSS-JS/ folder.LearningGit/ folder.React/ folder.SASS/ folder.Through this program, I:
While I have completed all modules, the issuance of my certification is delayed due to technical issues (at the moment, Tue, 22nd Apr 2025).
I extend my gratitude to Tech4Dev and the program instructors for their dedication to empowering African youth through technology. Their guidance has been instrumental in my journey toward becoming a software engineer.
Feel free to explore the repository and provide feedback or suggestions for improvement!