Skip to content
View estevaojneto's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report estevaojneto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
estevaojneto/README.md

Hey visitor!

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.

Projects Showcase

WordPress & PHP Projects

  • 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)

Python projects

  • LLM Study: Cleaning Non-Standardized Data using LLM
    A study using Python and OpenAI's ChatGPT API which demonstrates how it could be used in theory to clean messy datasets, allowing for data to be warehoused and reported on. (Skills showcased: Python, ChatGPT, prompt engineering)

  • Python: File Duplication Checker Script
    A handy interactive Python script designed to check for repeated files within a folder, helping users manage storage efficiently.

Completed & Archived Projects

Pinned Loading

  1. blogdynamic blogdynamic Public

    WordPress blog theme

    PHP

  2. PHP-BatRatCat PHP-BatRatCat Public

    A fun way of reviewing PHP Design Patterns, both in theory and in practice.

    PHP 1

  3. wp-shortrest wp-shortrest Public

    [Proof-Of-Concept] ShortRest allows you to easily consume APIs without coding, and use them however you wish in your website via handy shortcodes.

    PHP

  4. prompt-crafting-sample prompt-crafting-sample Public

    Python