Code Monkey home page Code Monkey logo

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!

David Gonzalez-Velez's Projects

aoc_2020 icon aoc_2020

Repository to keep track of code written for Advent of Code.

cracking icon cracking

Repository for Cracking the Coding Interview

dgv98 icon dgv98

Config files for my GitHub profile.

liszt icon liszt

Save snippets of information quickly through the command line

math_backend icon math_backend

Flask backend for dealing with generating math questions

scraper icon scraper

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.