Projects

Service Tracker

Service Tracker

App Overview The app is a React-based application that appears to be a service tracker for clients and cases. It uses various contexts to manage state and provide functionality throughout the app. Components The app consists of several components, including: Client: Represents a single client, displaying their name and an icon. Clients: A container component […]

Notepress

Notepress

Welcome to Notepress Notepress is a powerful note-taking and management plugin for WordPress that helps you organize your thoughts and ideas with ease. With its intuitive interface and robust features, Notepress is the perfect tool for anyone looking to boost their productivity and streamline their workflow. Organize Your Notes with Workspaces Notepress allows you to […]

Kubin Gallery

Kubin Gallery

A responsive and customizable gallery built with vanilla JavaScript. Converts an unordered list of images into a full-fledged gallery. github: https://rdelbem.github.io/kubin/

My Custom Post Types

My Custom Post Types

Register custom post types in WordPress effortlessly. With My Custom Post Types, you only need to copy and paste files and change two words. Technologies: WordPress, PHP github https://github.com/rdelbem/my-custom-post-types

Routepress

Routepress

Routepress is a PHP library designed to streamline the process of registering and managing REST API routes in WordPress plugins. It provides a fluent interface for defining routes, handling callbacks, and integrating custom authentication mechanisms. github: https://github.com/rdelbem/Routepress  

WP Mailer Class

WP Mailer Class

The intention of this snippet is to facilitate the use of wp_mail native function. Normally, when using, wp_mail, some parameters are required in order for it to work: headers, subject, body etc. If all you have is the user id, you will need to use other WordPress function to get the email and, only then, […]