Discover how salt and pepper can harden your password storage against attacks. Simple yet powerful — and every developer should be doing it. Secure your users the right way.
Use salt and pepper to safely store the hashed passwords in the database
Published on: Oct 02 2023
By: Krishnan Sethuraman
Running a PHP script or Worker as a Systemd Service
Published on: Sep 24 2023
By: Krishnan Sethuraman
Systemd is one of the best ways to run a PHP script as a service or to configure a worker. I have used it to configure multiple workers on the same server and it works seamlessly. You do not need to install, supervisor anymore to run your workers.
Building a simple and powerful blogging platform
Published on: Aug 14 2023
By: Krishnan Sethuraman
Containerising my Laravel website with Docker
Published on: Jul 29 2023
By: Krishnan Sethuraman
I recently containerized my Laravel website using Docker and Docker Compose so I could work across my Mac and Linux machines. Here's how I did it, step by step.
Understanding SOLID Principles
Published on: Jul 23 2023
By: Krishnan Sethuraman