const profile = {
name: 'Willington Juma',
title: 'Full-Stack Developer | Cloud Enthusiast | Problem Solver',
skills: [
'React', 'NextJS', 'Python', 'Express',
'MySQL', 'MongoDB', 'Docker', 'AWS',
'RESTAPIs', 'Git', 'Linux','Nginix',
],
hardWorker: true,
quickLearner: true,
problemSolver: true,
yearsOfExperience: 4,
hireable: function () {
return (
this.hardWorker &&
this.problemSolver &&
this.skills.length >= 5 &&
this.yearsOfExperience >= 3
);
}
};
-
Nexora Labs
- Kenya
- willingtonjuma.space
- in/samrato-
- willington_nickie
Pinned Loading
-
Learn-Python-With-Juma
Learn-Python-With-Juma PublicStarLab: Beginner Python Course with Jupyter Notebooks Course Overview: The StarLab course is designed to introduce beginners to Python programming in a hands-on and interactive way. With 17 lesson…
Jupyter Notebook 1
-
BrightPath-API-Backend
BrightPath-API-Backend PublicThis is a RESTful backend built with Node.js, Express.js, and MongoDB that allows users to register, manage profiles, and receive personalized learning paths powered by Gemini AI. 🚀 Features 🔐 JWT …
JavaScript 1
-
BrightP_frotend_ReatNative
BrightP_frotend_ReatNative PublicA personalized learning experience in your pocket — powered by AI. Bright Path Mobile is a React Native application that connects to a RESTful Node.js backend to offer AI-powered learning paths tai…
JavaScript 1
-
Industrial
Industrial PublicThis project was developed and used as a training resource during my industrial attachment at MMUST, where I served as the backend development instructor. Students were guided through practical les…
JavaScript
If the problem persists, check the GitHub status page or contact support.



