My Projects

A collection of projects I have worked on over time. These projects reflect my interests and skills in various fields.

Shopping Admin Panel with Laravel & Livewire with API

This project involves creating a robust admin panel to manage an e-commerce platform. It utilizes Laravel for the backend structure and Livewire for dynamic frontend interactions. The panel also offers a comprehensive API for scalability and flexibility.

PHP
Laravel
Livewire
API

PHP CRUD API with Flight Framework

This project is a simple CRUD API built using the Flight PHP framework. It provides a basic structure to quickly set up a PHP application with CRUD operations and database connectivity.

PHP
Flight
API

PHP Smart Validator

php-smart-validator is a flexible and extensible PHP package for validating data. It provides a set of common validation rules and allows for custom rule definitions. This package is designed to be easy to use and integrate into any PHP project.

PHP
Package

Task manager cli with Golang

A command-line interface (CLI) application built with Golang for managing tasks. It allows users to create, update, delete, and view tasks from the terminal.

Golang
CLI