Blog

Generative AI with Google's MakerSuite

By: Isaac ― June 13, 2023


Join us as we explore the basics of generative AI with Google's MakerSuite!

Tags: AI

Category: Automation


Mini Reactive JS

By: Isaac ― May 29, 2023


Learn how simple it is to make a mini, reactive JavaScript library from scratch!

Tags: Basics, JavaScript

Category: Object-Oriented


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