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

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 Junior Developer'
        self.webdevelopment_formations = {
            'Ironhack Paris': {
                'period': 'August to October 2019',
                'skills': ['HTML5', 'CSS3', 'JavaScript', 'React', 'Node', 'Postman', 'MangoDB'],
            },
            'OpenClassrooms' : {
                'period': 'November 2022 to present',
                'skills': ['Python', 'Django', 'Django REST framework', 'Flask', 'HTMLS5', 'CSS3', 'JavaScript', 'jQuery', 'Vanilla JavaScript', 'Postman', 'Git', 'GitHub', 'GitHub actions', 'Branching', 'Unittest', 'Pytest', 'CLI application', 'SQLite', 'PostgreSQL', 'UML', 'Wireframe', 'User Story', 'ERD', 'Sentry', 'Docker', 'virtuel environment', 'Render'],
            }
        }
        self.portfolio = 'https://portfolio-dorothea-reher-doridoro.vercel.app'
        self.articles = 'https://dev.to/doridoro'
        self.linkedin = 'https://www.linkedin.com/in/dorothea-reher/'
        self.code = {
            'backend': ['Python', 'Django'],
            'database': ['PostgreSQL', 'SQLite3'],
            'operation_system': ['Linux', 'Mac', 'Windows'],
            'deployment': ['Vercel', 'Heroku', 'Render'],
            'frontend': ['HTML', 'CSS', 'JavaScript', 'jQuery', 'Vanilla JavaScript', 'Boostrap'],
            'tools': ['Git', 'GitHub', 'GitHub actions', 'GitLab', 'Pandas', 'Celery', 'Sentry', 'Docker'],
            'IDE': ['PyCharm', 'VSCode', 'Sublime Text']
        }
        self.private = [
            'dogs', 'horses', 'yoga', 'handicrafts', 'learning', 'coding', 'walking', 'biking', 'movies'
        ]
        self.characteristics = [
            'calm', 'quiet', 'easily bored', 'diligent', 'quick learner', 'really sensitive', 'reliable'
        ]
        self.interests = ['growing', 'understanding' 'compassion', 'psychologie', 'health']


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


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

Top Langs


Pinned

  1. EpicEvents EpicEvents Public

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

    Python

  2. Gudlft Gudlft Public

    Project 11 OpenClassrooms Path - Gudlft -- Improve a Python web application through testing and debugging

    Python

  3. SoftDesk_api SoftDesk_api Public

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

    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. JustStreamIt JustStreamIt Public

    Project 6 OpenClassrooms Path - JustStreamIt -- HTML, CSS, JavaScript app with API

    JavaScript

  6. Chess_Tournament Chess_Tournament Public

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

    Python