Code Monkey home page Code Monkey logo

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 = '[email protected]' 
  

Laban's Projects

cutechess icon cutechess

Cute Chess is a graphical user interface, command-line interface and a library for playing chess.

devfest18 icon devfest18

the GDG DevFest2018 Android Application written in Kotlin

django icon django

The Web framework for perfectionists with deadlines.

django-address icon django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.

django-allauth icon django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

django-ledger icon django-ledger

A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.

django-mpesa icon django-mpesa

This repo is meant to simplify Safaricom's mpesa API integration in simple steps.

django-paypal icon django-paypal

This repository tries to show how to add paypal payments to your django app.

django-shop-ecommerce icon django-shop-ecommerce

This repository is a simple ecommerce implementation using react-js, django-rest-framework and django.

django-star-ratings icon django-star-ratings

Star ratings for your Django models with a single template tag. Python 3 compatible.

emergency_response_system icon emergency_response_system

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

events_api icon events_api

This is a personal django todo app using Django Rest Framwork.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.