Skip to content
View alexandre-petitjean's full-sized avatar

Block or report alexandre-petitjean

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Typing SVG

Profile views

πŸ§‘β€πŸ’» About

class Developer:
    def __init__(self):
        self.name = "Alexandre Petitjean"
        self.role = "Full Stack Developer"
        self.stack = ["Python", "Django", "PostgreSQL", "Docker"]
        self.location = "France"
        self.website = "https://alexandre-petitjean.fr"

    def say_hi(self):
        print("Thanks for visiting my profile! Feel free to get in touch.")

me = Developer()
me.say_hi()

Coding

  • πŸ”­ I mainly work with Python/Django
  • 🌱 I’m constantly exploring new technologies
  • πŸ‘¨β€πŸ’» I may have a blog on my portfolio
  • πŸ“« Contact: petitjean.alexandre.pro@gmail.com
  • ⚑ Fun fact: I love eating V-Bucks for breakfast


πŸ› οΈ Tech Stack

Languages

Python TypeScript JavaScript Dart Bash

Frameworks

Django React Flutter Node.js TailwindCSS

Tools

PostgreSQL MariaDB Docker Kubernetes Git Postman

Snake animation

🀝 Contact me

Website LinkedIn Twitter Stack Overflow Email


Pinned Loading

  1. django-playground django-playground Public

    A Playground to test new thing

    Python 1