Git Product home page Git Product logo

Hello World, I'm Tyler!

// C++
class SoftwareEngineer {
    public:
        string name, degree, contact;
        vector<string> role, tech_stack, languages;
        
        SoftwareEngineer() {
            name = "Tyler Pruitt";
            role = {"Backend", "Fullstack"};
            degree = "BS, Physics";
            tech_stack = {
                "Python",
                "C++",
                "C#",
                "JavaScript/TypeScript",
                "MATLAB",
                "SQL/MySQL",
                "HTML",
                "CSS/SCSS"
            };
            contact = "[email protected]";
            languages = {"English", "Mandarin"};
        }
};

int main() {
    SoftwareEngineer myself;
    
    return 0;
}

👨🏻‍💻  About Me

  • 🎓 I am have a bachelor's degree in physics and a minor in Chinese
  • 💻 I’m currently working as a software engineer at Santa Barbara Imaging Systems
  • 🌱 I’m currently learning about computational finance
  • 💬 Ask me about investing, Studio Ghibli, and my favorite things to eat
  • 😄 Pronouns: He/Him/His
  • ⚡ Fun fact: I love learning foreign languages, exploring different cultures, and traveling
  • 📫 How to reach me: (email: [email protected])
  • 🌖 My organization, Electric Moon Trading Company, is looking for developers (all kinds) to contribute to its projects. Please reach out if you are interested.

🤝🏻  Connect with Me

Email LinkedIn Code

My Techstack

Languages

  • Python
  • C++
  • C#
  • JavaScript/TypeScript
  • MATLAB
  • SQL
  • MySQL
  • PostgreSQL
  • HTML
  • CSS/SCSS

Frameworks

  • .NET
  • Flask
  • Pytest
  • NumPy
  • Pandas
  • SciPy
  • Matplotlib
  • Tensorflow
  • PyTorch
  • AngularJS
  • React
  • Node.js
  • Qt
  • Boost

Version Control and Hosting

  • Git
  • GitHub
  • Bitbucket

Tools

  • Spyder
  • Jupyter NoteBook
  • Markdown
  • Visual Studio Code
  • Visual Studio
  • Azure Data Studio
  • MS SQL Server
  • AWS
  • Postico
  • Docker

📈 My GitHub Stats


Visitors :

Tyler Pruitt's Projects

cafedotcalm icon cafedotcalm

(HACKSC 2021) A virtual space café that anyone can join. It's a simple and easy way to quickly interact with others around the globe, with the same calming vibe of a morning at the coffee shop.

christmas-light-finder icon christmas-light-finder

Identifies the bright lights on an image of a Christmas tree through filtering and clustering, counts the number of lights

cs16 icon cs16

Problem Solving with Computers I

daily-email-bot icon daily-email-bot

Sends a daily email to the address of the users choosing. Messages can change from day to day.

engr-3 icon engr-3

Introduction to Programming with MATLAB

finance icon finance

A repo for financial and stock market related tools

iss-tracker icon iss-tracker

Prints out data about the current status of the International Space Station (ISS) and plots the current position on a map.

mitx-6.00.1x icon mitx-6.00.1x

Introduction to Computer Science and Programming Using Python

robinhood-crypto-autotrader icon robinhood-crypto-autotrader

An automated trader for cryptocurrency implemented in Python for the popular trading platform Robinhood. This automated trader supports live trading, simulated trading on the live market, and even backtesting.

three-body-problem icon three-body-problem

A simulation of the three body problem (the orbits of three celestial bodies) given initial conditions of mass, speed, and position

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.