Skip to content
View aschombe's full-sized avatar
  • Stevens Institute of Technology
  • Hoboken, NJ
  • 04:33 (UTC -05:00)

Highlights

  • Pro

Block or report aschombe

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
aschombe/README.MD

Hi, I'm Andrew! ๐Ÿ‘‹

About Me

struct Student {
    char *name;
    char *education;
    char *courses[1024];
    char *experience[1024];
    char *certifications[1024];
    char *leadership[1024];
    char *interests[1024];
};

struct Student aschombe = {
    .name = "Andrew Schomber",
    .education = "Computer Science Student at Stevens Institute of Technology",
    .courses = {
        "CS 284 - Data Structures",
        "CS 306 - Intro to IT Security",
        "CS 334 - Theory of Computation",
        "CS 382 - Computer Architecture and Organization",
        "CS 385 - Algorithms",
        "CS 392 - Systems Programming",
        "CS 492 - Operating Systems",
        "CS 496 - Programming Languages",
        "CS 516 - Compiler Design & Implementation",
        "CS 555 - Agile Methods for Software Development",
        "CS 573 - Fundamentals of Cybersecurity",
        "CS 615 - Systems Administration",
        "CS 531 - Advanced Programming in the UNIX Environment"
        "CS 810 - Automated Techniques for Security, Privacy & Reliability"
    },
    .experience = {
        "IT Infrastructure Intern at ConnectiveRX",
        "ROC Engineering Intern at Dega Systems",
        "Course Assistant for Computer Architecture and Systems Programming"
    },
    .certifications = {
        "AWS Certified Cloud Practitioner",
    },
    .leadership = {
        "Vice President of the Stevens Game Development Club"
    },
    .interests = {
        "Information Technology",
        "Cybersecurity",
        "Computer Architecture",
        "Programming Languages",
        "Cloud Technologies",
        "Game Development"
    }
};

Tech Stack

  • Operating Systems: Linux Windows MacOS

  • Languages: C ARM Assembly C++ Python OCaml Typst Markdown GDScript

  • Tools and Platforms: Neovim Git GitHub Visual Studio Code Godot Engine Logisim Evolution Amazon Web Services

Certifications

Current Projects

  • aarch64-emulator - A modular and extensible AArch64 emulator written in Rust.
  • AeroShield - Developing a security testing and detection framework that identifies and mitigates threats to UAV operations.

My Stats

Most commit languages Repos per language My GitHub Stats

Connect with Me

Website

GitHub

LinkedIn

Gmail

Popular repositories Loading

  1. DuckDefenders DuckDefenders Public

    This is the project for CS 146, or Intro to Web Dev and Project Management.

    CSS

  2. KernelZero KernelZero Public

    Game for SGDC Game Jam Z

    GDScript

  3. rust_explorer rust_explorer Public

    Rust

  4. jam-mini-launcher jam-mini-launcher Public

    Game launcher for the JAM Mini.

    GDScript 1

  5. microRISC microRISC Public

    Python

  6. aschombe aschombe Public