Skip to content
View TrekHub's full-sized avatar
☺️
☺️

Highlights

  • Pro
Block or Report

Block or report TrekHub

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TrekHub/README.md

import SoftwareDeveloper from 'teddyomondi';
class Bio extends SoftwareDeveloper {
  name     = 'Teddy Omondi';
  title    = 'Software Developer';
  location = 'Nairobi, Kenya';
}

class Skills extends SoftwareDeveloper {
  languages  = ['Java', 'Javascript', 'Typescript', 'Dart', 'Golang']
  databases  = ['PostgreSQL'];
  mobile-dev = ['Flutter'];
  web-dev = [ 'React', 'Nextjs', 'TailwindCSS', 'Firebase', 'AWS', 'GCP'];
  devops = [ 'Docker', 'Kubernetes', 'Jenkins'];


}

Pinned Loading

  1. Git-Search Git-Search Public

    This is an Angular web app that consumes the github api. A user can search for different github users and navigate to their respective repositories Fill free to clone the project and add more features

    TypeScript 1

  2. trek-movies trek-movies Public

    Trek Movies is your one-stop shop for discovering and organizing the world of movies. Leveraging the power of the TMDb API, this app brings you a wealth of movie information, personalized recommend…

    TypeScript