Intro

Hello there, I'm a software engineer based in Nairobi, Kenya

I work with Java, HTML, CSS (SASS/SCSS), JavaScript, TypeScript, React, Angular, NextJS, Python, 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

Portfolio Website

A modern, visually appealing space showcasing an individual's or organization's work, highlighting skills and accomplishments. Visitors can easily explore projects, read case studies, and connect through integrated contact forms, making it ideal for professionals looking to attract new clients or opportunities.

Ecommerce Webapp

A user-friendly platform designed for seamless online shopping experiences, featuring intuitive navigation, secure payment options, and a wide array of products. Customers can effortlessly browse, compare, and purchase items with just a few clicks, all from the comfort of their homes.


Mobile Apps

Students Personal Assistant App

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

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.println("Hello, World!");
    }
}