Skip to content
View collengine's full-sized avatar
  • SFC
  • Nairobi

Block or report collengine

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
collengine/README.md

Hey, I'm Peter Kiptanui!

About me

class Person
  attr_reader :name
  attr_accessor :profession

  def initialize name, profession = 'Software Engineer'
    @name = name
    @profession = profession
  end

  def stack
    [
      {Front: 'JavaScript', Library: 'React', Superset: 'TypeScript'}, 
      {Back: 'Ruby', Framework: 'Rails'},
      {kubernetes, openshift, istio, dagger, tekton}
    ]
  end

  def uiUxDesigner?
    unless profession === 'Software Engineer'
      false
    else
      true
    end
  end

  def technologies
    [
      {Design: 'Figma'},
      {DataBase: 'PostgreSQL'}, 
      {VersionControl: 'Git'},
      {Hosting: 'Heroku, FireBase'}
    ]
  end

  def appreciation
    'Thanks for checking out my profile 🤗'
  end

end

peter = Person.new('peter Kiptanui')

:octocat: My stats

Top Languages Card

🏆GitHub Trophies

🥳 Let's Get Social

Twitter Logo Badge

Popular repositories Loading

  1. devsecops-wit-front-end devsecops-wit-front-end Public

    DevSecOps WIT presentation project

    JavaScript 3 2

  2. cms cms Public

    content on cloud

    PHP

  3. bookfair bookfair Public

    back on cloud

    PHP

  4. myAppsample myAppsample Public

    This is for github tutorial

    HTML

  5. TicTacToe TicTacToe Public

    tic tac toe sample

    Java

  6. LeTicTacToe LeTicTacToe Public

    welcome to my app

    Java