Categories
Laravel

Configuring Laravel with Redis TLS

Today I lost a few hours to debug the issue when I was trying to move a Laravel application to Digital Ocean. I love Digital Ocean in the sense that it’s very user friendly, not overly complex like AWS, and fairly priced. I was eagerly waiting for the managed database to launch in Digital Ocean, […]

Categories
Laravel

Undocumented Laravel: Macros

Often in your controller actions or route closures, you may have come across situations where you want to send a JSON response with an HTTP status, especially when you’re working with REST APIs: Suddenly you realize that you’re using the same snippet across your application over and over again. Wouldn’t it be nice if you […]

Categories
Other

Hello world!

Welcome to the weDevs Engineering blog. This is our very first post to inaugurate the Engineering Blog and to encourage our engineers at weDevs to start writing about the critical challenges we face and how we overcome those. Let’s start…