Skip to content
View AlTosterino's full-sized avatar
💻
Working as Python Developer
💻
Working as Python Developer
Block or Report

Block or report AlTosterino

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

Hi 👋, I'm Daniel

Python enthusiast, hobbyist and developer. Passionate about clean architecture and software architecture in general.

altosterino

  • 🌱 I’m currently learning Architecture and TypeScript

  • 💬 Ask me about Python, Application Architecture, Clean Architecture

  • 📫 How to reach me [email protected]

Languages and Tools:

aws chartjs circleci django docker firebase flask git heroku linux mongodb nginx postgresql postman python redis travisci

Pinned

  1. ADR-py ADR-py Public

    ADR Tools but using Python

    Python 25 1

  2. FlaskVsFastAPI FlaskVsFastAPI Public

    To repozytorium powstało na potrzeby artykułu: Rest API w Pythonie, Flask czy FastAPI? https://geek.justjoin.it/rest-api-w-pythonie-flask-czy-fastapi

    Python 8

  3. django-react-keycloak django-react-keycloak Public

    Simple example of combining Django + React + Keycloak

    Python 7 2

  4. Lidi Lidi Public

    Lidi - A LIghtweight Dependency Injector for Python

    Python

  5. django-starter django-starter Public

    Django production and development ready template

    Python 3

  6. Hiding settings variables in Django ... Hiding settings variables in Django debug page
    1
    import re
    2
    from django.views import debug
    3
    
    
    4
    HIDDEN_DEFAULT = 'API|TOKEN|KEY|SECRET|PASS|'
    5