Skip to content
View LautaroBlasco23's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report LautaroBlasco23

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LautaroBlasco23/README.md

Lautaro Blasco

Backend developer based in Argentina, focused on building simple, maintainable systems with clean architecture principles. I prioritize clarity and ease of reasoning over unnecessary complexity. Currently exploring AI agents and AI-assisted development.

Currently at Software on the Road.


Tech Stack

Focus

  • Go, TypeScript, Rust
  • AI-assisted development with Claude Code & Opencode (dotfiles)

Data

  • PostgreSQL (primary), MongoDB
  • Experience with MySQL, Redis, Qdrant

Infrastructure

  • AWS (production experience)
  • Docker, Kubernetes, Terraform

Personal Projects

Here's a list of some projects I've been building for fun — some just to understand how certain technologies work under the hood, others to practice integrations (payment systems, AI) or to explore different architecture styles.

event-driven-maths — distributed system that processes math operations using an event-driven architecture with persistent storage | Go, NATS, PostgreSQL, Docker
repo

websocket-chat — real-time chat with multiple rooms, message history, and cross-platform compatibility between web and terminal clients | Go, WebSockets, SQLite, React
repo

impostor — multiplayer word-guessing game server with real-time WebSocket gameplay | Go, Fiber, Redis, PostgreSQL, React
backend · frontend

document-assistant — knowledge tree platform for structured learning from documents; import PDFs and EPUBs, then generate summaries, flashcards, and exam questions | Python, FastAPI, PostgreSQL, React, TypeScript, Groq/Ollama
repo

api-gateway — lightweight modular API gateway where backends register at runtime; handles proxying, rate limiting, caching, CORS, injection filtering, and request validation — all configurable per service via feature flags | Go
repo

image-storage — image storage service: upload via gRPC, serve over HTTP, with automatic WebP thumbnail generation | Go, gRPC
repo

life-tracker — personal tracking for activities, finances, notes, and time; clean architecture with JWT authentication and observability support | Go, Next.js, TypeScript
backend · frontend

lauti-market — marketplace with a DDD-layered architecture (domain → application → infrastructure) and JWT auth | Go, PostgreSQL, Next.js
backend · frontend


Contact

X · LinkedIn · lautaroblasco98@gmail.com

Popular repositories Loading

  1. LautaroBlasco23 LautaroBlasco23 Public

  2. life-tracker-backend life-tracker-backend Public

    Golang backend for tracking personal life data: activities, finances, notes, and time tracking. Built with clean architecture, JWT authentication, and observability support.

    Go

  3. life-tracker-frontend life-tracker-frontend Public

    Web application for tracking personal activities, finances, time, notes, and profile. Built with Next.js and TypeScript.

    TypeScript

  4. WebSocket-Chat-Application WebSocket-Chat-Application Public

    A real-time chat application with multiple rooms, message history, and cross-platform compatibility between web and terminal clients. Built with Go, WebSockets, SQLite, and React.

    TypeScript

  5. event-driven-maths event-driven-maths Public

    A distributed system that processes math operations using an event-driven architecture with persistent storage. Built with Go, NATS, PostgreSQL, and Docker.

    TypeScript

  6. image-storage image-storage Public

    A lightweight image storage service built with Go. Upload images via gRPC, serve them over HTTP, and get automatic WebP thumbnails.

    Go