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

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. Scraper Scraper Public

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

    Python

  2. DARCH DARCH Public

    Dotfiles for arch linux setup with hyprland

    Lua

  3. game-hub game-hub Public

    Forked from mosh-hamedani/game-hub

    TypeScript

  4. portfolio portfolio Public

    Added a portfolio website to showcase any work or experience I have.

    TypeScript

  5. neo neo Public

    Neovim configurations

    Lua

  6. math math Public

    TypeScript