Skip to content
View labohkip81's full-sized avatar
😎
The wise are guided by reason
😎
The wise are guided by reason
Block or Report

Block or report labohkip81

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

Hi there πŸ‘‹

Here's A little about meπŸ‘½

from dataclasses import dataclass
from typing import Sequence


@dataclass(frozen=True)
class Portfolio:
    name: str = 'Laban Kiplagat'
    location: str = 'Nairobi Kenya'
    profile: str = 'Python-Django Developer, Linux User, React Dev'
    experience: str = '3+ years'
    hobbies: Sequence[str] = 'Novels', 'Coffee', 'open source', 'clean code'


@dataclass(frozen=True)
class Skills:
    languages: Sequence[str] = 'python', 'shell', 'dart', 'JavaScript',
    operation_systems: Sequence[str] = 'linux', 'Unix'
    test_frameworks: Sequence[str] = 'pytest', 'pyats', 'unittests', 'doctest', 'selenium', 'celery'
    web_frameworks: Sequence[str] = 'flask', 'django','django rest-framework', 'react.js'
    code_quality: Sequence[str] = 'flake8', 'mypy', 'pylint', 'black', 'pydocstyle'
    devops: Sequence[str] = 'jenkins', 'travis', 'docker'
    version_control: Sequence[str] = 'git'
    approaches: Sequence[str] = 'object oriented', 'asyncio'
    ongoing: Sequence[str] = 'vue.js'


@dataclass(frozen=True)
class Social:
    github: str = 'https://www.github.com/labohkip81'
    codewars: str = 'https://www.codewars.com/users/labohkip81'
    twitter: str = 'https://twitter.com/kiplagat_laban'
    linkedin: str = 'https://www.linkedin.com/in/labohkip81'
    portfolio: str = 'https://labohkip81.github.io'
    email: str = 'labankiplagat81@gmail.com' 
  

Pinned

  1. Emergency_response_system Emergency_response_system Public

    This is Project aims at providing an alternative method of reporting and responding to emergency occurrences by use of machine learning and over-the-internet communication

    Dart 6 4

  2. cpimsv2.3alpha cpimsv2.3alpha Public

    HTML 2

  3. MetaDataDHIS2 MetaDataDHIS2 Public

    Forked from karimkkanji/MetaDataDHIS2

    A metadata dictionary for DHIS2

    JavaScript 1

  4. Labohkip81 Labohkip81 Public

    1