Fabricio Blasich's Profile Picture

Fabricio Blasich

Computer Engineer

About

I’m a 23 years old Computer Engineering student at UNT with an 8.9/10 GPA and strong foundations in software and systems. I’m obsessed with understanding how everything works behind the scenes.

I developed my Full Stack skills through The Odin Project and now have a growing focus on backend engineering and infrastructure.

Fun fact: I was born in Río Gallegos, Argentina, so my friends call me 'Pingüino' 🐧.

Work

  1. Volunteer DevOps at National University of Tucuman (UNT)

    1. Led the implementation of a self-hosted PaaS platform using Coolify to automate the deployment of software engineering thesis projects.
    2. Configured and managed MinIO instances as an object storage solution (S3-compatible) for efficient management of backups and application assets.
    3. Optimized development workflow through service containerization with Docker.
  2. Teaching Assistant - Computer Science I at UNT

    1. Mentored students during practical labs and weekly office hours, guiding them through core programming concepts in C.
    2. Maintained laboratory infrastructure, performing hardware upgrades (SSD installation) and managing Linux Mint workstations (OS updates).

Projects

Screenshot of CV Builder

CV Builder

A real-time resume generator built with React and TypeScript, featuring dynamic form state management and client-side PDF export.

React TypeScript Vite html2pdf.js
Screenshot of Shopping Cart

Shopping Cart

A React-based e-commerce UI featuring dynamic cart management, client-side routing, and real-time product data fetching via the FakeStore API.

React TypeScript Vite React Router CSS Modules
Screenshot of Battleship

Battleship

Classic Battleship featuring a heuristic opponent, drag-and-drop, and TDD logic using vanilla JS.

JavaScript Jest Webpack CSS