- ๐ BSc Informatics & Computer Science student at Strathmore University.
- ๐ฑ Currently deepening my knowledge in Backend Engineering & System Design.
- ๐ I write technical articles on medium sometimes.
- ๐ค Open Source Contributor at The Odin Project ( Have like 2 accepted pull requests I'll count that )
- โก Interested in Chess & Financial markets
- ๐ฅ Goals: Contribute more to impactful open-source projects and break into big tech.
class Developer {
constructor(profile) {
this.role = profile.role;
this.location = profile.location;
this.education = profile.education;
this.languages = profile.languages;
this.frameworks = profile.frameworks;
this.databases = profile.databases;
this.tools = profile.tools;
this.interests = profile.interests;
this.currentlyWorkingOn = profile.currentlyWorkingOn;
}
}
const isaac = new Developer({
role: "Computer Science Student/Aspiring Software Engineer",
location: "Nairobi, Kenya",
education: "BSc Informatics & Computer Science @ Strathmore University",
languages: ["JavaScript/TypeScript", "Python", "SQL", "HTML", "CSS"],
frameworks: ["React", "Next.js", "React Native", "Node.js", "Tailwind CSS"],
databases: ["PostgreSQL", "Firebase"],
tools: ["Git", "GitHub", "Firebase", "Jest", "Playwright", "Webpack", "Vite", "Microsoft Azure"],
interests: ["Open Source", "Software Engineering"],
currentlyWorkingOn: "Reading Pragmatic Software Engineer and Data Intensive Systems"
});|
|
|












