tom@portfolio:~/projects$ ls
Projects
bayesian-coinflip/
A small probability project demonstrating Bayesian updating using the Beta-Binomial model to estimate coin bias and quantify uncertainty.
Bayesian inference is fundamentally about updating belief by combining prior assumptions with observed evidence to produce a posterior distribution.
python · probability · bayesian inference
Forthcoming projects:
ski-resort-manager/
A Java-based booking application for managing mountain resort logistics. Features include modular systems for accommodation reservations, ski lift ticketing, and day-pass issuance. (Diploma submission)
java · netbeans · oop
library-loan-system/
A comprehensive management tool for library operations. Supports member registration, inventory tracking for book titles, and automated reservation and loan timing logic. (Associates submission)
java · netbeans · crud
ci-cd-pipeline/
A robust DevOps workflow implementing automated build and deployment. Integrates static code analysis, unit testing, and code coverage reporting to mitigate risk in Agile environments. (Bachelors submission)
devops · ci-cd · automation · agile