

Nginx is a powerful web server that can also be used as a reverse proxy for your application. You might wonder what exactly is a reverse proxy. Simply put, a…
One of the key-feature of laravel is its inbuilt helper functions. These functions help speed up the development process. Helper functions such as env(), config(), and dd() have become the…
Laravel provides a clean interface for building REST APIs. Rest APIs have been the defacto way of building flexible and scalable APIs. This though comes at a cost because as…
Form submissions are an important part of many websites, but they can also be a target for spam and abuse. Captcha is a challenge that is used to distinguish between…
Mpesa is a popular payment gateway in Kenya and Africa and is used by more than 52.4 million users on a day-to-day basis. Mpesa Provides various APIs which we can…
One-to-many relationships occur when one Entity in the database has an association with multiple records from another Entity. For example, if you have a Flight Model and a Ticket Model,…
When building a REST API it is almost a given that you have to create documentation for the API. This allows other developers to consume your API with ease. Developers…
With the rise of mobile and javascript web frameworks such as React and Vue, Restful APIs have seen their popularity increase. This is because you can maintain one backend serving…
Google Cloud SQL is a fully managed relational database service for MySQL, Postgresql and SQL Server. It provides a helpful way of autoscaling and managing your SQL-based databases on the…
Before you go, get your free Laravel Guide showing the best practices to enhance your Laravel Experience
Get your free Laravel Guide showing the best practices to enhance your Laravel Experience