I invite you to explore the projects I’ve been working on. Whether you're a recruiter, developer, or simply someone with an interest in technology, I hope you find these projects engaging and informative.
-
PHP: Guide to Object-Oriented Programming (Design Patterns) A comprehensive guide to object-oriented programming and design patterns in PHP, demonstrating the key principles of clean, scalable code. It uses the overlapping characteristics of three animals (bat, cat and rat) to explain aspects of OOP. (Skills showcased: OOP/Object-Oriented Programming, PHP, documentation)
-
PHP/WordPress Theme - BlogDynamic
A completely custom WordPress theme for my personal blog, built from scratch without using any page builders or tools like Elementor. Additionally contains an API where post content can be fetched from. (Skills showcased: WordPress theme creation, PHP, HTML, CSS and vanilla JS, creating APIs) -
PHP/WordPress Plugin - ShortRest
An experimental custom WordPress plugin for fetching data from an API endpoint. It allows users to easily integrate external data into their site without writing any code. (Skills showcased: WordPress plugin creation, consuming APIs, PHP) -
PHP/WordPress Plugin - Tag Replacement via AJAX
A dynamic plugin that replaces tags using AJAX for a more seamless user experience. (Skills showcased: WordPress plugin creation, AJAX, PHP)
Projects that I use every now and then in my workflow, and maintain/update occasionally:
- Python: File Duplication Checker Script
A handy interactive Python script designed to check for repeated files within a folder, helping users manage storage efficiently.
Projects which have been completed and are kept for historical purposes:
-
PHP/WordPress Plugin - Events Plugin (2020)
A custom events management plugin built in 2020, allowing users to create, manage, and display events efficiently. -
PHP/WordPress Plugin - UserList (Test Plugin)
A test plugin that allows you to dynamically list and manage users within WordPress. Still useful in testing environments.