Skip to content
View CJRollins's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Wizard
  • By the coast

Highlights

  • Pro

Block or report CJRollins

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
CJRollins/README.md

I got into software because it was the closest to magic I could get.

It started with platformers and game AI in Unity. Ended up building health platforms, hardware-connected apps, CI/CD infrastructure, and now LLM integration research for classified programs. 8 years in. The throughline never changed: construct the system, get the rules right, watch it come alive.

I don't build to ship. I build to understand.


What's on the Loom

  • ๐Ÿ”ฌ IRAD research โ€” LLM integration, predictive data processing, security architecture
  • ๐Ÿ” Supporting classified programs I can't talk about and wouldn't if I could
  • ๐Ÿงถ Weave โ€” a programming language built on the principle that the gap between what you mean and what runs shouldn't require destroying your intent along the way
  • ๐Ÿ„ Hardware experiments โ€” mycelium biopotential recording, ESP32, embedded systems that listen to things most people ignore
  • ๐Ÿ“ˆ Humanity Growth โ€” a personal investment portfolio built on the thesis that the best returns come from betting on people, not products

Stack

Languages

Java Kotlin TypeScript JavaScript Python HTML/CSS

Frontend & Mobile

React Angular Kotlin Multiplatform Android Electron

Backend & Infra

Spring Boot Node.js PostgreSQL Cassandra Kafka Terraform AWS

CI/CD & Tooling

GitHub Actions NX New Relic Gradle


Things I've Built

๐Ÿ”ง Professional

  • Automated release framework for multi-environment CI/CD deployments
  • Monorepo architecture + GitHub Actions pipelines (Firebase & Google Play)
  • Bluetooth & USB health device integration (Electron)
  • Feedback tagging system for live hardware data streams (Python / Jupyter)
  • AWS secrets handling and access security systems
  • Onboarding documentation that cut ramp-up time in half

๐ŸŽฎ Where It Started

  • Giving It Up โ€” stealth exploration game jam entry; built the AI and stealth systems from scratch
  • Apocablocalypse โ€” FPS survival game in Unity (C#); project lead, enemy AI, level design

How I Work

I learn by building. I ask questions that sound naive until they aren't. I will take apart something that works to understand why it works, and I will not apologize for the mess on the table while I'm figuring it out.

If you're here because something I built was useful to you โ€” that's the whole point. Use it. Break it. Tell me what broke.

If you're here because you build like this too โ€” even better.


Let's Connect

I'm not great at small talk but I'm excellent at real talk. If you found me through the code, you already know enough to start a conversation.


"No matter what, we will never understand it all. That's why our only reward is experiencing it."

Popular repositories Loading

  1. Unity-Fractal Unity-Fractal Public

    Basic script creating a fractal

    C# 1

  2. Color-Game Color-Game Public

    A HTML web game

    JavaScript 1

  3. Procedural-Landmass-Generation Procedural-Landmass-Generation Public

    Forked from SebLague/Procedural-Landmass-Generation

    Procedural Landmass Generation in Unity

    C#

  4. FizzBuzz FizzBuzz Public

    FizzBuzz written in C, Main File.

    C

  5. Android-Simple-Currency-App Android-Simple-Currency-App Public

    A basic app to convert from ยฃ to $ at a rate of 1.3.

  6. Roguelike Roguelike Public

    Recent attempt at a roguelike

    Python