Skip to content
View kevinkissi's full-sized avatar

Organizations

@Abeju @kissiandco @engineerafrica

Block or report kevinkissi

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
kevinkissi/README.py
class KevinKissi(self):
        self.username = 'kevin-kissi'
        self.name = 'Kevin Kissi'
        self.web = 'https://kevinkissi.com'
        self.twitter = '@kevinkissi'
        self.linkedin = 'https://www.linkedin.com/in/kissi'
        self.source = {
            'born': ['Accra, Ghana'],
            'I have lived': ['Accra', 'Atlanta','San Francisco', 'Minneapolis', 'Fargo'],
            'Where I live': ['San Francisco, Ca'],
        }
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap','Node.Js','React'],
            'backend': ['Python','C#', 'PHP', 'Java', 'Django'],
            'database': ['PostgreSQL', 'MySQL', 'Casandra', 'Mongo DB'],
            'devops': ['Docker', 'Terraforms', 'AWS', 'Azure', 'Heroku'],
            'tools': ['You name it'],
            'misc': ['Firebase', 'SCRUM', 'GNU/Linux']
        }
        self.architecture = ['MVC', 'Microservices']

        def __str__(self):
            return self.name


if __name__ == '__main__':
    me = KevinKissi()

Pinned Loading

  1. machine-learning-specialization-code-repo machine-learning-specialization-code-repo Public

    Code for Coursera Machine Learning Specialization

    Jupyter Notebook

  2. old-website-kevinkissi-com old-website-kevinkissi-com Public

    My old website of 2015. Code given is a custom wordpress theme with built unique front page animation and interactivity.

    PHP

  3. solvability-of-matrix-riccati-inequality solvability-of-matrix-riccati-inequality Public

    Solvability of Matrix Riccati Inequality Talk Slides Tex and Paper Tex Code

    TeX 2