Hi, I'm Kroder
Software developer and Civil Computer Engineering student at UTFSM (Chile). Building creative, secure, and scalable solutions while contributing to the community and learning continuously.

Skills & Tools
A quick look at the tools I reach for most.
Frameworks, Platforms & Libraries
Databases, Tools & Technologies
Projects
Highlights of the projects I'm actively developing.


Laravel Microservice Core
A Laravel package that simplifies building microservices in distributed architectures. It provides authentication, request handling, and service-to-service communication tools to make Laravel scalable and production-ready in microservice environments.
- Laravel
- PHP
- REST
- JWT
- Package


Laravel Schema Helper
A package that generates reusable and portable form schemas directly from Laravel FormRequests. It bridges validation and front-end forms, reducing duplication and keeping form definitions consistent across applications.
- Laravel
- PHP
- Form
- Validation
- Package


TCG Marketplace
An online marketplace for trading card games in Chile, designed for players and collectors. It offers advanced search and filtering, seller dashboards with inventory management, and a secure checkout flow to streamline the buying and selling experience.
- Next.js
- Go
- Docker
- Kubernetes
- ...
Featured Posts
Selected articles from the blog.

From Laravel Monolith to Swoole-Powered Microservice with Laravel Microservice Core
In this article, I share a practical, step-by-step approach to migrating a PHP/Laravel monolith to microservices without rewriting everything in another language. We use Laravel Microservice Core and Swoole to scale horizontally with the lowest possible development cost, leveraging the business logic that already exists in production.