Basics

Using AI responsibly for developers

By: Isaac ― February 17, 2024


How can developers use AI responsibly and ethically? This article explores the risks of using AI and how to use it responsibly.

Tags: Basics, AI

Category: General


Learn how to fine-tune GPT-3.5 Turbo

By: Isaac ― August 29, 2023


Learn how to fine-tune GPT-3.5 Turbo to always respond with JSON output - super useful when integrating AI into tools and APIs.

Tags: Basics, AI

Category: General


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


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