It was fun, but it is over. Deprecated because it was very limited to request-based architecture.


I started learning PHP in college, it was very easy to learn, but deep inside we knew that this language was a joke compared to other languages we were learning at that moment (Java, C/C++). We can't deny that we could build the easiest backend services back then, but something wasn't right.

I forgot about this language after I passed those subjects in the degree, and it was like that for some good time.

Later on, I started working at Square 1 where they were starting to try Laravel (an excellent PHP framework). I have to admit that Laravel is awesome, it's built using some good design patterns to combine other already adopted libraries (mostly symfony stuff). It was pleasant to learn/use this framework for a couple of years, and it was the right tool for most of the projects (simple websites).

However, I discovered it wasn't that great for enterprise (and huge) applications when I joined Coosto.

  • There is no easy way to create consumers for message brokers, so we had to use another language for that part, which had to make http request to the PHP API, not great.
  • It's request-based and every time it gets a request the WHOLE APPLICATION is bootstrapped. That means: new redis connections, new database connections, new everything. That was often translated to Too many connections kind of errors.
  • Not sure about the latest versions, but it was very difficult to use types. I remember we defined that certain method had to return boolean and that threw RUNTIME ERRORS because certain variable (which was actually a boolean), didn't look like a boolean for the executor.

It was fun, but it is over.

Career

Now
4 years, 7 months

I'm currently working for Coosto as Full-stack Developer, using many different technologies that coexist in a micro-services' environment. I'm usually the Joker card in my team, since I'm able to complete any kind task (Frontend, Backend or DevOps, even iOS sometimes).


Read more...

01/05/2017
01/05/2017
1 year, 8 months

I worked for Square1 as Full-stack Developer for one year and eight months. The job was always challenging, since we had many projects of different kinds, and deadlines were often haunting us D:


Read more...

01/09/2015

Projects

Avellana Colorá

Avellana Colorá logo
completed

Colorful brand portfolio for Avellana Colorá.

AJ+B

AJ+B logo
completed

Angela Berenguer's brand portfolio.