PinnedHow to debug like a pro using Xdebug, PHPStorm, and Docker.Building an application as a developer can be fun sometimes. It can also be a pain especially when you encounter a bug, and you couldn’t…Dec 1, 20212Dec 1, 20212
How to impersonate a user using Laravel FrameworkIn the real world, impersonation might suggest identity theft or a criminal act. However, within the realm of QA (Quality Assurance) and…Dec 20, 2023Dec 20, 2023
How to secure your PHP application with 2FASecurity has become a significant challenge for web applications. Passwords are no longer enough to secure user accounts. Therefore an…Mar 31, 2023Mar 31, 2023
Laravel translations in baby stepsWhen building a new application, it is very important to consider localization. Not because you or your team is looking into expanding…Mar 9, 2021Mar 9, 2021
Let’s DataTableDataTable is a very powerful plugin that let you turn your data into a table format where you can filter, sort, search and paginate them…Aug 22, 2020Aug 22, 2020
Eating End to End Testing in Laravel Like NoodlesOne of the beautiful things Laravel 5.4 Ushered in, was making our application a lot easier to test by introducing Dusk. This has brought…Nov 10, 2019Nov 10, 2019
How to generate your API documentation with Postman in 20 minutesDevelopers sometimes spend a couple of weeks building an API and maybe another week writing the documentation, and this can be…Mar 1, 201826Mar 1, 201826
How to upload files to Amazon s3 using NodeJs, Lambda and API GatewayUploading binary to the s3 bucket using Amazon Lambda and API Gateway can be tricky sometimes and I’m going to share with you how I was…Jul 2, 201726Jul 2, 201726