To recap, the bulk-email management system provides a means of managing subscribers (recipients of our emails), newsletters (emails that will be sent to the subscribers) and requests (unit of work…
Creating a Bulk-Email Management System III – Services
The Service project is a class library project that holds the business logics for CRUD operations relative to the services and repositories as well as mappers. It’s split into 3…
Creating more Family time with an Automated Invoice Manager
It’s no surprise that Mama Funke’s problems are also mine to bear. That’s what I signed up for me when I said the words, “I do”, before the Priest 😊. Every…
Adding Members to a mailing list using an API, Google Forms and Google Apps Script
Recently, I was approached by my Church to develop a digital version of its membership form; a data-capture form in print that is handed out to new members for ease…
Creating more Family time with Stripe Webhook
Faced with the task of having to manually send out emails to new customers when they successfully pay for an affiliate product via Stripe, I decided on using a Webhook…
Creating more Family time with Azure Functions
In this piece, I share how I use Azure Functions to automate the process of generating and sending daily reports, thereby saving me some much needed family time. A mock…
Creating more Family time with NuGet Packages II
In part I, I shared the background story and practical walkthrough for my first custom NuGet package called BabaFunke.DataAccess – a simple generic repository framework for CRUD (Create, Read, Update, Delete) operations…
Creating more Family time with NuGet Packages
In this piece, I share why and how I created a NuGet Package to optimize some repetitive tasks thus affording me some much needed family time. As a dad, one…