from dataclasses import dataclass
from typing import Sequence
@dataclass(frozen=True)
class Portfolio:
name: str = 'Jumba Mark'
location: str = 'Nairobi Kenya'
profile: str = 'Python-Django Developer, Linux User'
@dataclass(frozen=True)
class Skills:
languages: Sequence[str] = 'python', 'shell', 'JavaScript', 'C'
operation_systems: Sequence[str] = 'Linux'
test_frameworks: Sequence[str] = 'pytest, unittest'
web_frameworks: Sequence[str] = 'django','django rest-framework', 'react.js'
code_quality: Sequence[str] = 'betty', 'pycodestyle'
version_control: Sequence[str] = 'git'
ongoing: Sequence[str] = 'Flutter'
@dataclass(frozen=True)
class Social:
github: str = 'https://www.github.com/jumbamark'
codewars: str = 'https://www.codewars.com/users/jumbamark'
twitter: str = 'https://twitter.com/_jumbamark_'
email: str = '[email protected]'
Data analyst and Software Engineer focusing on Django, React and PostgreSQL.
- Nairobi
- @_jumbamark_
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.