January 4, 2019
Goals for 2019
I don't usually set goals for new years and such. However, I've decided to change things a little bit this year so, you know, what the hack. By publicly sharing my goals, I hope it actually motivates me to really try to do the things I want to do. So,...
ReadJanuary 2, 2015
Laravel 5 Command-Oriented Approach
A lot of shiny things around the Laravel world that I would like to talk, so I chose the new CommandBus that Laravel 5 brings by default. To start I'd like to say that it's pretty damn cool. I'm not...
ReadJanuary 2, 2015
Integrating Elasticsearch with Your Laravel app
Searching is an important part of many applications, and it is most of the time treated as a simple task. "Just query using LIKE and you're good to go". Well, while the LIKE clause can be...
ReadSeptember 23, 2014
Command-Oriented Architecture
Alguns meses atrás escrevi um post sobre Commands e Domain Events para o PHP-PB e esqueci de postar aqui também. Bom, aqui vai um link: Commands e Domain Events Resumindo um pouco o que eu falo no...
ReadMarch 7, 2014
Desenvolvendo uma API - Parte 2
Atualmente o modelo de API's mais utilizado é o REST. Não conhece? Explicarei um pouco aqui do funcionamento desse modelo. A teoria é bem simples, na verdade, mas muitas vezes subestimada. Para...
ReadMarch 6, 2014
Desenvolvendo uma API - parte 1
Saber desenvolver uma API é muito importante nos dias de hoje. Com o avanço das tecnologias (see Internet of Things) temos cada vez mais a necessidade de fazer softwares que possam se comunicar...
ReadFebruary 21, 2014
Controllers e Mecanismos de transporte
O trabalho de um Controller é pegar informações HTTP e passar para a aplicação (como um mecanismo de transporte), o que faz todo sentido, já que não queremos ter Controllers sabendo demais....
Read