Home
Welcome to Gabriel Galer’s Portfolio
I’m a Software Engineer specializing in distributed systems and web development. With experience in TypeScript, Node.js, and cloud technologies, I’m passionate about building scalable and efficient solutions.
Featured Projects
Multi-protocol Adapter Service
Developed and deployed a production-ready service for migrating satellite service customers using AWS API Gateway.
E-Commerce Microservices
Developed 10+ microservices for an E-Commerce platform, including customer orders and returns functionalities.
Document Detection and Stitching
Created a Python script using OpenCV for document detection, cropping, and stitching, decreasing customer deal closure time by 15%.
Recent Posts
Using tag functions for pattern testing XML
You are tasked with building a testing API that allows a nice and clean way to test XML patterns. The API should be able to test XML patterns in a...
Using given-when-then in testing
What I like about given-when-then is that you can deduce the “state tree” just from the test structure and, implicitly, from the terminal output. This is surprisingly helpful when practicing...
Typesafe method name when testing
First, let’s say we have the following code structure: