Skip to content
View DoriDoro's full-sized avatar

Block or report DoriDoro

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
DoriDoro/README.md
class DoriDoro:

    def __init__(self):
        self.username = 'DoriDoro'
        self.position = 'Python/Django Developer'
        self.portfolio = 'https://www.dorothea-reher.com/en/'
        self.blog = 'https://dev.to/doridoro'
        self.linkedin = 'https://www.linkedin.com/in/dorothea-reher/'
        self.code = {
            'backend': ['Python', 'Django'],
            'database': ['PostgreSQL', 'SQLite3'],
            'operation_system': 'Linux',
            'deployment': ['Vercel', 'Heroku', 'Render'],
            'tools': ['Git', 'GitHub', 'GitHub actions', 'Sentry', 'Docker'],
            'IDE': 'PyCharm',
        }

    def __str__(self):
        return f'{self.username} | {self.position}'


if __name__ == '__main__':
    me = DoriDoro()
    print(me)

Top Langs


Pinned Loading

  1. django_portfolio django_portfolio Public

    Django Portfolio - Collection of my projects

    Python

  2. OC_lettings OC_lettings Public

    Project 13 OpenClassrooms Path - Orange Country Lettings -- Scale a Django application using a modular architecture

    CSS

  3. EpicEvents EpicEvents Public

    Project 12 OpenClassrooms Path - Epic Events -- develop a secure back-end architecture with Python and SQL

    Python

  4. LITRevu-project LITRevu-project Public

    Project 9 OpenClassrooms Path - LITRevu -- develop a Web application using Django -- using function based views

    JavaScript 1

  5. SoftDesk_api SoftDesk_api Public

    Project 10 OpenClassrooms Path - SoftDesk -- create a secure RESTful API using Django REST framework

    Python

  6. Chess_Tournament Chess_Tournament Public

    Project 4 of Openclassrooms Path - Chess Tournament -- create a console programm for a Chess Tournament

    Python 1