I'm Sebastian Sala — a software engineer at Blinks Institute focused on building digital products.

While my main focus is web development, I keep an open mindset toward different branches of software, always eager to learn, experiment, and take on new challenges.

My primary focus is on building software, design systems and growing as a versatile developer.

Work experience
Blinks Institute

2024 - Present - Binks Institute

2024 - Present

At Blinks, I worked on expanding and modernizing the payment ecosystem. I implemented card payments via terminals, mobile payments through CoDi, and online transactions, giving the platform multiple ways to process sales.

I also designed and launched a cross-platform mobile app using Apache Cordova, where I built custom plugins to integrate bank card payments.

On the conversational side, I created a WhatsApp chatbot that automated sales across several stores, with dynamic product catalogs and promotional offers. This improved customer interactions and streamlined operations.

On the frontend, I reinforced the architecture by enforcing component reusability and coding standards, making the system easier to maintain and ready to scale.

SCISA
2023 - 2024

At SCISA, I focused on financial operations and system performance. I implemented Stripe payment solutions, broadening the transaction

I also designed and built an automated billing system that generated and managed invoices, reducing manual work and improving operational efficiency.

I spent time refactoring components for reusability and simplifying dependencies, which cut down complexity and made the codebase more maintainable.

By identifying and fixing performance bottlenecks in critical flows, I improved load times by 25% and made the application more responsive overall.

Personal Projects
Rabbiteer – RabbitMQ Abstraction on Pika

Rabbiteer – RabbitMQ Abstraction on Pika

Rabbiteer – RabbitMQ Abstraction on Pika screenshot

Lightweight abstraction layer over Pika to simplify RabbitMQ usage with clean, minimal APIs.

Provides helpers for publish/subscribe, routing keys, retries, and dead-letter queues with sensible defaults.

Reduces boilerplate for connection management, channel reuse, and message (de)serialization.

Great for rapid development and production services needing stable, observable messaging patterns.

TypeORM Populate – Seed & Fixture Utility

TypeORM Populate – Seed & Fixture Utility

TypeORM Populate – Seed & Fixture Utility screenshot

Tiny library to streamline database seeding with TypeORM for development and testing.

Declarative factories and reusable recipes for relations, partial overrides, and deterministic data.

CLI and programmatic API for quick bootstrap of environments and CI pipelines.

Designed for DX: concise API surface, strong typing, and clear examples.

Shopta – Full-Stack E-commerce

Shopta – Full-Stack E-commerce

Shopta – Full-Stack E-commerce screenshot

End-to-end e-commerce app with product catalog, cart, checkout, and order management.

Built with Next.js, Stripe for payments, MongoDB, y PayloadCMS para el contenido.

Implements webhooks de Stripe, protección de rutas, y panel administrativo para productos y órdenes.

Optimizada para rendimiento: rutas estáticas/SSR mixtas, imágenes optimizadas y caching.

TinyURLX – URL Shortener

TinyURLX – URL Shortener

TinyURLX – URL Shortener screenshot

Servicio para acortar URLs con UI y API protegida por token.

Backend en FastAPI y frontend en Next.js; todo empacado con Docker para despliegue simple.

Incluye endpoints HTTP para crear, listar y resolver enlaces, con validación y rate-limit.

Pensado para operación: logs estructurados, métricas básicas y configuración por entorno.