Skip to content
View DGV98's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Chicago

Highlights

  • Pro

Block or report DGV98

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

Hi, I'm David 👋

About Me

I am an enthusiastic self-taught software engineer with a focus on designing customer-driven products. Before this, I graduated from the University of Chicago majoring in Molecular Engineering with a focus on Quantum Information, as I am passionate about learning how the new generation of computers might change our society. Currently I am working on building my front end development skills by building out generative AI applications, but I love using Python to generate data driven insights.

class David(SoftwareEngineer):
    def __init__(self):
        self.pronouns = ["he", "him"]
        self.languages = [
            "Python",
            "Javascript",
            "C",
            "SQL",
            "HTML",
            "CSS",
            "Dart"
        ]
        self.frameworks = [
            "React",
            "React Native",
            "Angular",
            "Django",
            "Flask",
            "Flutter"
        ]
        self.certifications = {
            2021 : [
                "Microsoft Azure Administrator Associate"
            ]
        }
        self.education = {
            2021 : {
                "University of Chicago" : "B.S. Molecular Engineering - Quantum Track"
            }
        }
    def __repr__(self):
        return "Welcome to my Profile!"

me = David()
print(me)

Welcome to my Profile!

Pinned Loading

  1. math_frontend math_frontend Public

    Math Problem Generator for All Levels

    TypeScript

  2. math_backend math_backend Public

    Flask backend for dealing with generating math questions

    Python

  3. Scraper Scraper Public

    Scrapes summer program websites and consolidates all the programs into one website.

    Python

  4. fullstack-math fullstack-math Public

    TypeScript