App Development

Jobs To Be Done Now.com

Hello once again— if you found your way here, thank you for reading… In this blog post, we will discuss the challenges Entrepreneurs, Startups, and Innovators face. One of the major obstacles they encounter is not only coming up with a great idea but also ensuring that idea meets a genuine and practical market need—meaning, do customers want your product? This challenge is something that I can relate to, as I have always found myself with various product/service ideas and concepts yet constantly doubting their practicality from a customer’s perspective. It’s a common problem that many Entrepreneurs, Startups, and Innovators...

Continue reading...

Application Layered Security

In an IT organization, you have Layered Security which is layers of controls within your system. Think of it as an onion with multiple layers. At each layer, the controls prevent attackers from getting to the core.  Building an application, you will also need these same types of layers of control. As a Web Application developer, I build layers of controls into applications, for example; the development application layers for security I would include are: The end-user layer: Write front-end code JS to sanitize strings and data, and validation where needed Adding Authentication using Multi Factor-Auth (MFA) Back-end controller authenitcaiton...

Continue reading...

My Developer Notes

Sometimes, when working on applications, you’re going back and forth, reading through documentation and writing code. Here I capture how I like to document/video capture my development work. I think it’s a good idea to capture it in a video format because you can see all the little parts that don’t get captured if it was written out. This is my Process and Developer notes: Google APIs with Laravel (Gmail Service) Part 1 This is my Process and Developer notes: Google APIs with Laravel (Gmail Service) Part 2

Continue reading...

Google’s Gmail API Mapping HTTP Request to PHP Class/Methods

I wanted to document how I could map the HTTP request reference to the actual class/methods. The Gmail Developers API gives you the HTTP request; however, the documentation in Google’s API PHP docs doesn’t do enough to tell you which request maps to what file class/methods. It takes a bit of reading and fumbling through the docs to get a good understanding. Helpful resources: Gmail API Summary: https://developers.google.com/gmail/api/reference/rest PHP Reference: PHP Classes: https://developers.google.com/resources/api-libraries/documentation/gmail/v1/php/latest/index.html Google APIs Client Library for PHP – https://github.com/googleapis/google-api-php-client Other Languages – https://developers.google.com/api-client-library

Continue reading...

LeadShield Application

Overview: LeadShield was founded in 2019, because there were no automated solutions on the market that made it simple and painless to clean your email list in near real-time, without having to be a programmer or hiring a very expensive one. The Story Behind This App The idea behind LeadShield actually came from Brandon Shelton, which he pitched to me, and I was blown away that there wasn’t already a tool(s) on the market that solved this issue. At the time, Brandon was in Marketing/Sales working with other SaaS companies. He needed a way to clean his email campaign list...

Continue reading...