Open Source Projects
Here are some of my open source software projects/tools listed.
To see all of my published OSS projects/tools, just click on the button below.
MySQL Binary Logs Queries Analyzer (Python)
This tool helps to analyze the MySQL/MariaDB binary log files. The generated report will give an overview of how many UPDATE, INSERT, DELETE, DROP and TRUNCATE operations appear in the binary logs. This report can help during the investigation of slow replication, performance impacts on MySQL/MariaDB server etc.
Beacon
Beacon is a modern PHP application starter framework designed for developers who value simplicity, maintainability, and rapid development.
It combines proven architectural concepts such as dependency injection, service providers, middleware, routing, validation, authentication, database migrations, and Eloquent ORM into a clean, lightweight, and developer-friendly foundation.
Last Git Tag
Helper tool to identify the last given semantic Git tag version. This tools also shows the next possible "Major", "Minor" and "Patch" version number.