Skip to content
View landisTEMPR's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report landisTEMPR

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
landisTEMPR/README.md
██████╗ ██████╗ ██╗   ██╗███████╗███████╗███╗   ██╗
██╔══██╗██╔══██╗╚██╗ ██╔╝██╔════╝██╔════╝████╗  ██║
██████╔╝██████╔╝ ╚████╔╝ ███████╗█████╗  ██╔██╗ ██║
██╔══██╗██╔══██╗  ╚██╔╝  ╚════██║██╔══╝  ██║╚██╗██║
██████╔╝██║  ██║   ██║   ███████║███████╗██║ ╚████║
╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚══════╝╚══════╝╚═╝  ╚═══╝
                                          LANDIS

CS Junior @ Columbia College · full-stack dev · software engineer · builder

Twitter/X GitHub Location School


> whoami

Junior Computer Science student at Columbia College in Columbia, MO. I build things across the stack - from web apps with React and Next.js to systems-level tools in C++ and Assembly. I care about writing software that works, is well-structured, and actually solves real-world problems.

My coursework has given me a strong theoretical foundation in algorithms, data structures, and computer organization. Outside the classroom, I'm applying that knowledge in projects that span graphics simulation, tooling, and web development. I'm always working on something, and I learn best by building.


> ls ~/projects

C · OpenGL · Vulkan

Real-time 3D atom simulation with dynamic electron orbit rendering and nucleus detail. An exploration of graphics pipelines, physics-based rendering, and what it takes to build something visually complex from scratch.

🔧 In active development

C++ · Assembly

Full-featured MIPS-I ISA interpreter with a dynamic terminal interface. Built to deepen my understanding of computer architecture — supports interactive mode, manual instruction entry, and step-by-step debugging.

🔧 In active development

Go · Fyne · SQLite

Cross-platform Rainbow Six: Siege replay tracker. Parses .rec files, persists match history locally with SQLite, and surfaces win rates, operator stats, and round-by-round breakdowns. A full end-to-end software engineering project built around a real use case.

C++

Interactive 2D particle physics simulation — force models, collision resolution, and real-time rendering. A project where curiosity about how things move turned into something you can actually run.

C++

A sketchbook of experiments, utility tools, and quick builds. Where ideas get tested before they become real projects.

📚 CISS350

C++

Data Structures & Algorithms coursework at Columbia College — trees, traversals, sorting, and the fundamentals that underpin everything else. Built from scratch with an emphasis on understanding over convenience.


> cat academics.txt

🎓  School:     Columbia College — Columbia, MO
📐  Major:      Computer Science (B.S.)
📅  Standing:   Junior (Class of 2027)
📖  Coursework: Data Structures & Algorithms (CISS350)
                Computer Organization & Architecture
                Object-Oriented Programming (C++)
                Discrete Mathematics
                Operating Systems (upcoming)
                Computer Graphics (upcoming)
🏆  Interests:  Software engineering · Full-stack dev · Systems programming

> cat skills.txt

Languages Web & Frontend Systems & CS Theory Tools
C++ HTML & CSS Assembly (MIPS) Git & GitHub
Python JavaScript / TypeScript Verilog (HDL) CLI & Bash
JavaScript / TS React Memory Management GCC / G++
Assembly Next.js Asymptotic Analysis MySQL
Verilog ISA Architecture Make

> cat stats.md


> echo $CURRENTLY

🎓  Studying:   Data Structures & Algorithms (CISS350) @ Columbia College
🔭  Building:   Atomic-Structure-Simulation (OpenGL/Vulkan 3D renderer)
🔩  Building:   MIPS Interpreter (ISA simulation + step debugger)
🌱  Learning:   Vulkan API · deepening full-stack skills
🎯  Goal:       Software engineering role — ideally where the whole stack matters

"Curious about everything. Trying to build something worth showing."

Visitor Count

Pinned Loading

  1. Atomic-Structure-Simulation Atomic-Structure-Simulation Public

    (In progress) A real-time 3D atom simulation built with OpenGL/Vulkan. Visualizes atomic structure with dynamic electron orbit rendering and nucleus detail. Built to explore low-level graphics prog…

    C

  2. MIPS-AssemblyLangInterpreter MIPS-AssemblyLangInterpreter Public

    (In progress) The MIPS Assembly Language Interpreter is a software tool designed to simulate the execution of MIPS assembly code, enabling users to write, test, and debug programs written in the MI…

    C++

  3. 2D-Particle-Simulation 2D-Particle-Simulation Public

  4. Mini-Projects Mini-Projects Public

    Just a bunch of cool things I've built or found.

    C++

  5. SiegeScope-Client SiegeScope-Client Public

    Go

  6. CISS350 CISS350 Public

    C++