Skip to content
View Earnstein's full-sized avatar
🍳
Cooking
🍳
Cooking
Block or Report

Block or report Earnstein

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

Hello World!, I'm Earnstein 🧙‍♂️


import human  # No need to reinvent the wheel, right?

class MyProfile(human.Human):
    name = 'Damilola Bakare'
    gender = 'Male'
    pronouns = ('.py', '.js')
    location = 'Lagos, Nigeria'
    profession = 'Full Stack Sorcerer'

    def __init__(self):
        super().__init__()
        self.skills = ['Python', 'JavaScript']

    def say_hello(self):
        return f"Hi 👋! I'm {self.name}, a {self.profession}. Let's code some magic!"

#Instantiating this work of art, I mean why not?
my_profile = MyProfile()


Who am I?

  • 🔙🔚 A Full Stack Developer
  • 🦾 I get things coded, thanks to my trusty sidekicks – whispers(Stack Overflow/chatGPT)
  • 😎 Schrödinger's coder: self-taught and still learning
  • 🥹 Obsessed with building scalable applications
  • 🔍 Currently unraveling the mysteries of Solution Architecture
  • 📚 I read a lot on databases. see, MongoDB is my friend; we go way back.
  • 📐 I loveee mathematics, can't resist finding 'x' – it's my favorite treasure hunt😅.
  • 👨‍💻 Check out my portofolio earnstein.vercel.app

My Stacks

  • Language: Typescript⚡️, Javascript🌟, Python✨, Golang 🚴.
  • Frameworks: React, Django, Flask, FastAPI, Express, Gin
  • Database: MySQL, MongoDB, PostgreSQL
  • Infrastructure: AWS.

earnstein


b_dammylolah damilola-bakare

Pinned

  1. Earnstein Earnstein Public

    Config files for my GitHub profile.

  2. GO GO Public

    This repository houses projects built with GO

    Go

  3. python-fiesta python-fiesta Public

    Welcome to the Python Fiesta!. This vibrant repository houses all the magic I created with python.

    JavaScript

  4. react-projects react-projects Public

    This repository houses projects built with react

    JavaScript

  5. projectify projectify Public

    AI for project delivery usecases

    TypeScript

  6. alx-higher_level_programming alx-higher_level_programming Public

    Learning python at ALX software engineering school

    Python