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 investigate their internal mechanics to understand their real behavior and build more efficient, robust systems from the ground up.

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

Work

  1. Junior Software Engineer

    Entropy - Develop People, Elevate Teams

    1. Updated production MySQL records to adjust financial balances and configure incentives, ensuring strict adherence to business rules for a sales incentive system.
    2. Resolved Jira escalations by analyzing Datadog logs to trace errors and identify root causes across a legacy Java/Spring Boot monolith and serverless AWS Python Lambdas.
    3. Deployed bug fixes and logic updates within the Operations team, supporting the client Dash Solutions (Alabama, USA).
  2. Volunteer DevOps Engineer

    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 S3-compatible object storage solution for efficient management of backups and application assets.
    3. Optimized development workflow through service containerization with Docker.
  3. Teaching Assistant — Computer Science I

    National University of Tucuman (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 via html2pdf.js. The primary challenge was synchronizing form inputs with a live preview component without prop-drilling, solved by lifting state to a shared parent and passing atomic update callbacks.

React TypeScript Vite html2pdf.js
Screenshot of Shopping Cart

Shopping Cart

A React-based e-commerce UI featuring dynamic cart management, client-side routing with React Router, and real-time product data fetching via the FakeStore API. State is managed at the router level to persist cart contents across page navigation without a global store.

React TypeScript Vite React Router CSS Modules
Screenshot of Battleship

Battleship

Classic Battleship game built in vanilla JavaScript with a heuristic AI opponent, drag-and-drop ship placement, and a full TDD suite written in Jest. The hunt-and-target algorithm demonstrates applied probability logic without any external AI libraries.

JavaScript Jest Webpack CSS