Skip to content
View TheShanachie's full-sized avatar

Block or report TheShanachie

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

👋 Hello and Welcome

🧮 Computer Science & Data Science | 🧠 ML Infrastructure | 🛠️ Systems Developer | 🧬 DevOps

Welcome to my GitHub! I'm a recent graduate from Lafayette College with a B.S. in Computer Science and a minor in Data Science. I'm driven, dynamic software developer focused on supporting ML infrastructure, operations, and large, data-driven software projects. I have experience with embedded systems in the automotive indusrty and modeling infrastructure in the pharmaceutical industry. I'm motivated and inspired by difficult engineering challenges, where complex problems become meaningful, intellectual pursuits.

I’m fascinated by ancient board games and have built a full engine for Tafl—including ML agents to play them. A good portion of it has been made private, but get in touch if you want to try it out. It's my favorite project by far! It’s my way of blending history and my own interests with modern AI infrastructure developement.

Thanks for visiting! Feel free to explore my repositories, contribute, or reach out if you'd like to collaborate.


🧠 About Me

  • B.S. in Computer Science, Minor in Data Science — Lafayette College, Class of 2025
  • Experience in ML Ops, embedded systems, and commercial analytics
  • Internship experience in both the pharmaceutical and automotive industries
  • Passionate about solving complex engineering problems and exploring optimization strategies

📫 Let's Connect

Popular repositories Loading

  1. text-editor text-editor Public

    A simple and easy-to-use terminal-based text editor designed for the modification of UTF-8 based documents. This was primarily designed with Java, Maven, and JUnit tests.

    Java

  2. tafl-game-engine tafl-game-engine Public

    A comprehensive Python, CPython, and C/C++ implementation of Norse Tafl games, specifically focusing on Hnefatafl, with support for both terminal-based and graphical user interfaces.

    Python

  3. sudoku-solver sudoku-solver Public

    A command-line sudoku solver implemented in Java that uses constraint satisfaction techniques to solve puzzles of varying difficulty. It supports input via configuration files or direct command-lin…

    Java

  4. editing-mosml-uscheme-interpreter editing-mosml-uscheme-interpreter Public

    Udpated code and compiled executable for the standard modeling language implementation of uscheme. The goal of this update is to remove the use of closures for the defenition and application of cer…

    Standard ML

  5. custom-unix-shell custom-unix-shell Public

    A simple homemade Unix shell. This project provides simple implementation of basic bash commands and full usage of the Linux (Posix) environment. The shell is the heart of the command-line interfac…

    C

  6. property-record-web-scraping property-record-web-scraping Public

    A Flask-based web scraping API for extracting property records from public databases. This proof-of-concept demonstrates asynchronous task management, driver pooling, and structured data extraction…

    Python