Creating Sales Management System in Laravel with FilamentIn this tutorial, we will build a Sales Management System in Laravel, which includes Categories, Products, Suppliers, Customers, and Sales modules. We will use Filament for the admin interface. Follow this step-by-step guide to implement the features...Dec 31, 2024·6 min read
How to Install BWAP on WSL 2 Ubuntu with DockerIf you're interested in practicing web application security testing, bWAPP (Buggy Web Application) is a fantastic tool. In this guide, I’ll walk you through setting up bWAPP on WSL 2 Ubuntu using Docker, assuming you've already installed WSL 2 and Ub...Oct 17, 2024·3 min read
How to Install Docker on Ubuntu WSL 2 in Windows 11With the rise of Windows Subsystem for Linux (WSL 2), it's become easier for developers to run Linux environments on their Windows machines. One of the most common tools developers need is Docker, which allows for efficient containerization. In this ...Oct 17, 2024·3 min read