Skip to content
View DylanRothbauer's full-sized avatar

Block or report DylanRothbauer

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

Hey! I'm Dylan!

import java.util.*;

@Developer(status = "Always Learning", focus = "Backend & Game Dev")
public class DylanRothbauer extends Human implements SoftwareDeveloper {
    private final String currentRole = "Software Developer @ Sentry Insurance";
    private String[] hobbies = {"Chess", "Playing video games", "Reading", "Mixology"};
    private String currentlyLearning = "Vue.js & Unreal Engine 5";
    private boolean prefersDarkMode = true;
    private boolean isCoffeeLover = true;

    public String getFunFact() {
        return "I know how to solve a Rubik's Cube!";
    }

    public void run() {
        while (isAlive) {
            this.drinkCoffee();
            this.code();
            this.learn();
            if (isWeekend) this.playVideoGames();
        }
    }
}

Profile Views LinkedIn LeetCode Codechef HackerRank YouTube TikTok

♟Playing Chess Chess.com Rating

📄 Resume

🎓 Education

  • 📖 B.S. in Computer Science
    📆 2021-2026
    📍 University of Wisconsin - Stout, WI

💼 Experience

  • 👨‍💻 Software Developer Intern
    📆 May '25 - Aug '25
    📍 Sentry Insurance - Stevens Point, WI
  • 👨‍💻 Software Engineering Associate
    📆 May '24 - Aug '24
    📍 Heartland Business Systems - Little Chute, WI
  • 👨‍💻 Assistant Store Leader
    📆 Oct '20 - Sep '21
    📍 Kwik Trip - Eau Claire, WI
  • 👨‍💻 Assistant Manager
    📆 Oct '17 - Sep '20
    📍 QuikTrip - Charlotte, NC

🛠️ Lᴀɴɢᴜᴀɢᴇs & Tᴏᴏʟs

📊 GitHub Stats

🚀 Fᴇᴀᴛᴜʀᴇᴅ Pʀᴏᴊᴇᴄᴛs

Last Edited on: 01/30/2026

---
🦆 *Powered by rubber duck debugging & coffee*

Pinned Loading

  1. Funkollection Funkollection Public

    Funkollection is your one-stop web application for tracking, organizing, and showcasing your Funko Pop collection.

    Vue

  2. Counselors-Connnect Counselors-Connnect Public

    App designed to track and manage interactions between students and counselors. This application addresses the need for an organized system to log counseling sessions, monitor progress, and facilita…

    JavaScript

  3. Interview-Prep-Central Interview-Prep-Central Public

    My personal technical interview preparation repository. The next few years, I will gather a collection of problems and resources to enhance my coding skills and prepare for technical interviews.

    C++ 1

  4. Project_Vulcanite Project_Vulcanite Public

    In Project Vulcanite, players embark on an epic journey as a fire soldier determined to reclaim a world plunged into icy chaos by the ice queen. *Made in Unity*

    C# 1

  5. ServerRequests ServerRequests Public

    Dynamically switched between queue and stack data structures based on request processing times, ensuring efficient resource utilization

    C++

  6. Game-of-Life Game-of-Life Public

    C++ implementation of Conway’s Game of Life, a cellular automation that simulates the evolution of cell patterns based on simple rules

    C++