Cameron Chrobocinski

About Me

Hello! My name is Cameron Chrobocinski and I am a junior software engineer at USAA. I grew up in Corpus Christi, Texas and graduated from Texas A&M University - Corpus Christi with a Bachelor of Science in Computer Science. I currently live in Bryan, Texas. I am 26 years old. My wife, Mary, and my daughters, Amelia and Briar, are my inspiration. My corgi, Gidget, has kept me company since 2019. In my scant free time, I work on personal coding projects, play video games, and play Tabletop Roleplaying Games (e.g. Dungeons & Dragons). I learn best through examples and hands-on experience. If you'd like to chat, please email me.

Projects

Dark Souls TTRPG Character Sheet (loading...)

(languages loading...)

(description loading...)

Scoundrel (loading...)

(languages loading...)

(description loading...)

Haligtree (loading...)

(languages loading...)

(description loading...)

CLI Latin Hypercube Point Sampler

An excerpt from the Wikipedia article on latin hypercube sampling: "Latin hypercube sampling (LHS) is a statistical method for generating a near-random sample of parameter values from a multidimensional distribution. The sampling method is often used to construct computer experiments or for Monte Carlo integration. " This project was written during a summer internship that I did for TechSource, Inc., an LANL-adjacent company in Los Alamos, New Mexico. I needed to better understand Monte Carlo integration, and this helped to facilitate that. I plan to bring this to a more accessible format at some point.

Message Transfer Protocol

This project was made as the final assignment for my Systems Programming class during my Fall 2020 semester. It's a program that accepts a binary message and simulates sending the individual bytes over a network by sending the bytes across 3 unique processes, sending confirmation of receipt messages, and printing the message once all bites have been transmitted.