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

orak_residences icon orak_residences

This repo contains source code for Orak residences Key-less systems.

p-m-s-w icon p-m-s-w

The role of this repo is self explanatory to the contributors.

pesapal-django icon pesapal-django

This is PesaPal Payment API with IPN (Instant Payment Notification) based on python programming languange, developed using Django Framework. Accept Payment via Pesa Pal

polls_app icon polls_app

Polls app tutorial based on django's official documentation.

profanity-check icon profanity-check

A fast, robust Python library to check for offensive language in strings.

pyrebase4 icon pyrebase4

A simple python wrapper for the Firebase API. β›Ί

python-gui-calculator icon python-gui-calculator

This app is a simple scientific calculator that has been made using the python programming language.

rocket icon rocket

Define your release steps πŸš€

saleor-platform icon saleor-platform

All Saleor services started from a single repository with docker-compose.

sibtc icon sibtc

This is a simple blog app that uses django framework,angular js and postgressql database

solana icon solana

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

unit_conversion icon unit_conversion

This app provides a platform to perfom unit conversions in android using flutter and dart.

uppy icon uppy

The next open source file uploader for web browsers :dog:

webdash icon webdash

πŸ”₯ Orchestrate your web project with Webdash the customizable web dashboard

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.