ES
Fabricio Blasich's Profile Picture

Fabricio Blasich

Computer Engineer

About

I am a Computer Engineer (UNT) with a strong foundation in networks, embedded systems, and software architecture. Currently, I build technical solutions at Entropy for Dash Solutions (US). My approach goes beyond implementing tools: I'm obsessed with understanding how they work under the hood and building from fundamentals.

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

How I deployed this site

I set up a VPS from scratch, locked it down, installed Dokploy, and wired up GitHub Actions for automated deploys.

Work

  1. Junior Software Engineer

    Entropy - Develop People, Elevate Teams / Client: Dash Solutions (Alabama, USA)

    1. Designed and maintained production stored procedures and schema migrations across a multi-tenant incentive platform serving Michelin, Moen, Beretta, Thor, etc. Built client-specific reporting pipelines, optimized high-traffic queries, and enforced business rules on sales-promotion claims.
    2. Traced root causes across a legacy Java/Spring Boot monolith and serverless AWS Python Lambdas using Datadog logs and production databases, resolving escalations from customer support.
  2. Ad honorem DevOps Engineer

    National University of Tucuman (UNT)

    1. Deployed computer engineering thesis projects on a self-hosted Coolify PaaS.
    2. Configured Google Workspace OAuth on thesis management systems so only faculty accounts can sign in.
    3. Set up database backups to MinIO, S3-compatible object storage on a separate server.
  3. Teaching Assistant — Computer Science I

    National University of Tucuman (UNT)

    1. Mentored students in C programming during practical labs and weekly office hours.
    2. Maintained laboratory infrastructure, installing SSDs and updating Linux workstations.

Education

  1. Universidad Nacional de Tucumán

    Bachelor of Engineering, Computer Engineering

    Universidad Nacional de Tucumán

  2. Instituto Maria Auxiliadora (Río Gallegos)

    High School Diploma in Humanities and Social Sciences

    Instituto Maria Auxiliadora (Río Gallegos)

Projects

E-Signature Platform for FACET-UNT

University thesis: an on-premise electronic document signature system for FACET, the science and technology school of Universidad Nacional de Tucumán (UNT). The infrastructure already existed (Nginx edge, Coolify on Proxmox LXC); the work was analyzing it and building the system on top: Documenso with PostgreSQL, the faculty's MinIO as object storage, and Google OAuth restricted to the institutional domain. In the end, I learned how to deploy and maintain a system in production, and everything that implies: logs and metrics for monitoring, backups and retention policies.

Documenso Docker Coolify PostgreSQL MinIO Proxmox Traefik OAuth 2.0

The Odin Project

Here I practiced full-stack web development, building every project without AI.

3 projects

CV Builder

Real-time resume generator built with React 19, TypeScript, and Vite. Lifted form state to a single parent component with useState to sync the live preview, managed dynamic lists with add/remove, and exported to PDF client-side via html2pdf.js.

React TypeScript Vite html2pdf.js

Shopping Cart

Built a React 19 + TypeScript e-commerce SPA with React Router 7. Practiced consuming a REST API from the frontend and client-side routing across multiple pages.

React TypeScript Vite React Router CSS Modules

Battleship

Built a vanilla JavaScript Battleship game with drag-and-drop placement, a hunt-and-target algorithm, and Jest-tested core logic. Practiced TDD and pub/sub to decouple game state from the DOM.

JavaScript Jest Webpack CSS