Skip to content
View sbrugel's full-sized avatar
🏠
There's no place like 127.0.0.1
🏠
There's no place like 127.0.0.1

Highlights

  • Pro

Block or report sbrugel

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

Website || Email || LinkedIn

Hello

I am a senior computer science undergrad at the University of Delaware. My specialty is software engineering and full-stack development, though I've also worked in systems programming, data science/machine learning, and human-computer interaction.

What I'm working on

  • Taking Computer Vision, Data Mining, and Senior Design at UD
  • Working on certifications and side projects in data science and other fields

Experience

Languages/Frameworks: C#, Java, JavaScript, TypeScript, Python, HTML, CSS, C, C++, ASM, SQL, NodeJS, React, Bootstrap, Express, Flask, Tkinter, Scikit-Learn, Matplotlib, .NET, ASP.NET, Unity

Tools/Misc: Windows, Linux, Git, GitHub, Subversion, Microsoft Azure, MongoDB, REST APIs, Swagger, Flood Element, Visual Studio, Visual Studio Code, JetBrains, Bash, Jenkins

Coursework: : Data Structures, Software Engineering, Automata Theory, Logic for Programming, Algorithms, Operating Systems, Parallel Computing, Databases, Computer Vision, Artificial Intelligence, Data Mining, Machine Learning, Technical Writing, Calculus, Discrete Math, Statistical Methods, Linear Algebra

Projects

Written in TypeScript, a Discord bot for the University of Delaware Computer Science Department's official Discord server. Many features including the abilities to ask private questions related to coursework and create polls in chat. It is used by 3000+ students and 30+ professors at the university.

A full-stack React app where users aim to solve math problem sets as fast as possible; features a problem set creation interface, leaderboards, and a tutoring forum. 2024 HenHacks Hackathon submission, worked on with a four-person team in 24 hours.

Written in C++, this simulates an operating system, handling processes scheduling and device/resource requests efficiently, avoiding deadlocks and employing different scheduling techniques like round robin.

Two AI-centric projects written in Python! One solves mazes using the A* algorithm, finding the optimal path where any solution exists. The other allocates classes to classrooms of varying sizes using the AC-3 algorithm.

And more! Check out my Repositories for the full list of projects I've worked on :)

Last update: 26 Aug 2024

Pinned Loading

  1. ud-cis-discord/Sage ud-cis-discord/Sage Public

    A purpose built Discord bot to manage the UD CIS Discord server.

    TypeScript 16 15

  2. go-de go-de Public

    A full-stack, social media-esqe web application to track landmarks in Delaware you have visited. HenHacks Hackathon Project

    JavaScript 2

  3. Journal-Manager Journal-Manager Public

    A Windows Forms application that allows the user to write journal entries, save them locally, and view them later

    C#

  4. septa-checker-v2 septa-checker-v2 Public

    Discord bot that reads the SEPTA API, notifying a channel on Discord of delays from a list of user-specified trains at regular intervals.

    TypeScript

  5. python-ai-stuff python-ai-stuff Public

    Constraint satisfaction for room allocation, A* for optimal maze solving

    Python

  6. python-games python-games Public

    Games I made in Python, with a dynamic main menu and dynamic option menus for each game!

    Python