Skip to content
View sakuira's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report sakuira

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
sakuira/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 = 'Anki Romeo'
    location: str = 'Switzerland'
    profile: str = 'Python-Django Developer, Linux User'
    experience: str = '3+ years'
    hobbies: Sequence[str] = 'TVs', 'Coffee', 'open source', 'clean code'
    
    
@dataclass(frozen=True)
class Skills:
    languages: Sequence[str] = 'python', 'shell', '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', 'vue.js'
    code_quality: Sequence[str] = 'flake8', 'mypy', 'pylint', 'black', 'pydocstyle'
    devops: Sequence[str] = 'jenkins', '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/sakuira'
    twitter: str = 'https://twitter.com/anki2romeo'
    portfolio: str = 'https://sakuira.github.io'
    email: str = 'anki2romeo@gmail.com' 
  

Popular repositories

  1. sakuira.github.io sakuira.github.io Public

    myself-techblog

    HTML

  2. algorithm-python algorithm-python Public

    for studying

    Python

  3. sakuira sakuira Public