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

NNative Voice NNative Voice

NNative Voice screenshot

NNative Voice installs a local speech model on your machine and turns voice into text as a desktop dictation app.

It runs fully offline, keeps transcripts on-device, and is designed for private, low-latency writing with your voice.

Great for focused writing sessions, coding notes, and hands-free drafting without sending data to external services.

OneSecret OneSecret

OneSecret is a zero-knowledge app for generating secure secrets that expire automatically.

You can add expiration rules, optional password protection, and webhook callbacks for secret lifecycle events.

Built for safer temporary sharing of credentials, tokens, and one-time sensitive notes.

Tryo Tryo

tryo lets you run sync/async functions and return a typed Result instead of throwing exceptions.

It includes typed and inheritable error models, custom inference rules to normalize unknown failures, built-in retries, and a built-in circuit breaker.

The goal is production-safe flow control with a premium DX: predictable error handling, composable resilience primitives, and clear types end to end.