avatar

Guilherme Caraciolo

Software Engineer

Reasoning about Laravel, VueJS and programming in general.

November 22, 2023

Free geographical location and currency of website visitors

Many of the applications I have worked with wanted to know the location of it's users. Until know, my way to go to gather this information was using some geoip api wrapped by laravel-geoip. It's a simple to use this lib: just setup the environment...

Ler mais →

April 11, 2023

Reflexão sobre responder a mudanças

Ontem na pós, a turma foi dividida em quatro grupos e cada grupo recebeu um dos princípios ágeis para debater. O meu grupo ficou com o princípio "Responder a mudanças no lugar de seguir um plano". O curso tem pessoas de diversas áreas e nem todas...

Ler mais →

February 5, 2022

Unreliable Laravel SQS Queue

Recently I was trying to understanding why some Laravel Jobs weren't being executed. Looking at the failed jobs I realized that some jobs haven't even started in the first place, which made me thought that the problem wasn't in my code. So I decided to...

Ler mais →

October 30, 2021

O custo da má nomenclatura

Você já precisou alterar um software em que existem métodos com assinaturas do tipo setSomething, add, remove, etc; e dentro desses métodos existem dezenas de linha de código com regras de negócio complexas? Nessas situações, a...

Ler mais →