Skip to content
View atthealchemist's full-sized avatar
🤙
🤙
Block or Report

Block or report atthealchemist

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

atthealchemist's GitHub stats

Top Langs

NOTE: Top Languages does not indicate my skill level or anything like that, it's a GitHub metric of which languages have the most code on GitHub. It's a new feature of github-readme-stats.

About me

import attr
from typing import List, Dict


@attr.s(frozen=True, auto_attribs=True)
class MeAsPythonDeveloper:
    position: str = "Middle-To-Senior"  # as i think
    python_version: str = "^3.8"
    experience_years: int = 5
    stack: List[str] = [
        "Django 3.0+ / Django REST Framework",
        "FastAPI",
    ]
    use_ipython: bool = True
    use_jupiter_notebooks: bool = True  # ❤️
    use_async: bool = True
    use_pydantic: bool = True
    testing_framework: str = "pytest"
    testing_abilities: List[str] = [
        "Mocking",
        "Parametrized testing",
        "Fixtures"
    ]
    dependency_management: List[str] = [
        "pip requirements.txt",
        "pipenv",
        "poetry"  # favourite
    ]
    extras: Dict = {
        "refactoring": True,
        "dev_methodology": [
            "TDD", 
            "TDD mixed with FDD",
            "RAD",
        ]
    }
const meAsFrontendDeveloper = {
    languageVersion: "ES 2016", 
    experience: "~ 4 years",
    defaultFramework: "React.js",
    useTypescript: false,  // Don't like syntax sugar-like static typing everywhere (not related to Python tho)
    scss: false,  // and another preprocessors
    redux: false,
    useHooks: true,
    useNextJs: true,
    classesStyle: "arrow-like"
};
<!-- ME AS DATABASE USER -->
USE DATABASE ENGINE POSTGRESQL VERSION 12.1+;
DECLARE FAVOURITE_DB CONSTANT varchar DEFAULT "POSTGRESQL";
me_as_devops:
    docker:
        docker-compose: true
        creating-own-images: true
        creating-dockerfile: true

Popular repositories Loading

  1. th_spleeter th_spleeter Public

    Reaper plugin for using Spleeter with convenient GUI interface and automatically import spleeted tracks into project

    Lua 1

  2. square_word_bot_vk square_word_bot_vk Public

    Python

  3. json-generator json-generator Public

    Visual Studio Code plugin for stub json data generation

    TypeScript

  4. AspCoreReceipt AspCoreReceipt Public

    Simple receipt services

    C#

  5. mosh_scrapper mosh_scrapper Public

    MOOC Course scrapper

    Python

  6. rusvec rusvec Public

    redesign of rusvec site

    HTML