Blog

Invocable Apex Functions

By: Isaac ― February 12, 2023


Salesforce Invocable Apex Functions allow you to bring the full power of Apex into the world of Flows!

Tags: Basics, Apex

Category: Salesforce


Automate with Google API's

By: Isaac ― September 29, 2022


Google services opens a world of possibilities for automation! Read on to learn about authenticating with Python and a brief Google Sheet example.

Tags: Python

Category: Automation


Setup your Web-App for Continuous Integration

By: Isaac ― July 01, 2022


Building a production-level application is daunting. This post provides an outline suitable for most web applications allowing for continuous integration.

Tags: Basics, Server

Category: Flask


WordPress Debugging Tips and Tricks

By: Isaac ― May 21, 2022


Is your WordPress website broken and not sure where to start? Read on to get some tips and tricks for debugging your site!

Tags: Basics, Server, WordPress

Category: Cheat Sheets


Write better comments

By: Isaac ― April 16, 2022


Documenting software is crucial to ongoing maintenance and personal sanity. Some basic practices will help keep your code organized and sane.

Tags: Basics

Category: General