Coder Social home page Coder Social logo

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

Alexey Konev's Projects

.github icon .github

User-wide configuration for Create Issue Branch app

altic icon altic

Package building without pain and boring legacy manuals

knobbie icon knobbie

Генерация ассетов для вращающихся кнобов (поворотных ручек на устройствах, например гитарных педалях)

messagenotifier icon messagenotifier

Web application for notifying users with ASP.NET MVC 5 as test project for AO PIK Industry

peewee-moves icon peewee-moves

A simple and flexible migration manager for Peewee ORM.

qtimeline icon qtimeline

A PyQt5 Widget that provides a timeline to use in video edition apps

reactorings icon reactorings

A bunch of useful scaffoldings and refactorings for React in VSCode.

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.