Intro

Bonjour, I'm a software engineer based in Nairobi.

I work with Java, Python, HTML, CSS (SASS/SCSS), TypeScript, JavaScript, Angular, React, MySQL, MariaDB, MongoDB and other tech in my projects. Feel free to bookmark my portfolio site to keep an eye on my projects.

About

I'm a graduate of Jomo Kenyatta University of Agriculture and Technology (JKUAT); B.Sc. Mathematics and Computer Science (April 2021)


Objective

To be effective to work within a dynamic, challenging and rewarding software company that will give me an opportunity to utilize my acquired skills, apply my academic knowledge and learn more through experience

Work

  1. UI/UX
  2. Web Apps
  3. Mobile Apps

UI/UX

Zeraki Student Web Application

A digital UI wireframe, mockup and prototype created in Figma




Zeraki Tutor - Admin

A Figma admin mockup for tutors


Web Dev

Student Portal

A student portal that is linked to school database. Enables students to check grades, fees, timetables, school calender and comes with a messaging functionality.


Mobile Apps

Students Personal Assistant App

A personal assistant app for student that comes loaded with awesome functionalities.




Skateboard Stick Game

A skateboard game with a stick figure as the main character. Developed with Python.

Skills

  • Programming Languages: Java, Python, C, C++, MATLAB.
  • Web development: HTML, CSS (SASS/SCSS), JavaScript, TypeScript, Angular, React, Node.js, Redux, Nextjs, Gatsby, Storybook
  • Database management: MySQL, MariaDB, MongoDB
  • Version Control: GitHub, BitBucket, GitLab
  • UI/UX: Figma, Adobe Creative Cloud
  • OS: Linux, Mac, Windows

Request for CV

Hello World! - Java


Class HelloWorld {
    public static void main(String[] args){
		System.out.print("Hello, World!");
    }
}