Articles on Software Engineering, Linux, and DevOps.
Read Articles: Blog
ULID vs UUID vs Integer IDs – Comparison
ULID vs UUID vs Integer IDs. ULID allows you to sort them, whereas UUID does not. ULID are more efficient than UUIDs…

Middleware in Laravel – (9 Examples) Route, Controller, Route Service Provider
Middleware in Laravel with 8 super examples. Apply middleware with parameters, Exclude middleware with or without group, multiple middlewares. Read detailed docs…

Deploy Laravel Project with Nginx on Linux. ⚡ 2 configuration only in .conf file
Deploy Laravel Project with Nginx Server on Ubuntu or Debian. This blog will show you how to install Laravel with Nginx on…

Laravel CSRF Token Mismatch and 419 Page Expire Solution
Laravel CSRF Token mismatch and 419 Page Expire error fixing. The stack I’m using was Laravel, Vue, and InertiaJS. I perform this…
How to calculate VAT | Add or Exclude VAT on Certain Amount 💶
VAT Calculation: Add or Exclude VAT on a Certain Amount. How to calculate VAT in simple wording. In this article, I use…
Should i use UUID as primary key 🚨
Should i use UUID as primary key? Short Answer: NO! UUID is good for small projects but for larger DB UUID isn’t…