Knowledge Base

Latest KB Articles & Resources

How to create image thumbnails with Python

Includes sample script

What is TensorFlow?

Google's powerful open-source platform for machine learning.

What is Laravel? A Quick Start Guide

The development of web applications and websites has become increasingly simple in recent years. Even the most technologically challenged among us have becom...

Jekyll Liquid Cheat Sheet

Advanced output: Filters Output markup takes filters. Filters are simple methods. The first parameter is always the output of the left side of the filter....

What Is Pseudocode? A Quick Start Guide

If you’re a programmer, you know that writing code can often be a time-consuming and error-riddled process. Figuring out how to make your program or web appl...

What Is PHP? A Quick Start Guide

PHP is an open-source, server-side scripting and programming language that’s primarily used for web development. The bulk of the core WordPress software is w...

What Is MongoDB? A Quick Start Guide

This tutorial introduces you to the MongoDB database. You’ll discover how to install the software, manipulate data, and apply the data design techniques to y...

What Is GitHub? A Quick Start Guide

At a high level, GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their...

Jekyll Useful Liquid

Escaping double curly braces inside a markdown code block in Jekyll You can use {% raw %} to ensure content is unmodified by Jekyll: {% raw %} ...

Passing post variables to includes in Jekyll

How to pass liquid variables defined in your post or pages layout into your site includes.

Vim number increment shortcut

VIM shortcut to increase a number

GP Tables

List of GP tables

SOP Tables

SOP Tables Commonly Used Tables: SOP10100 – Unposted/Work Transactions (header) – one record per unposted sales transaction SOP10200 – Unposted/Work ...

POP Tables

POP Tables Commonly Used Tables: POP00101 – Buyer Master POP10100 – Purchase Order Work (header) POP10110 – Purchase Order Line Work (line detail) POP10150 ...

Favorite Linux Commands

My favorite linux commands Hashing Get hash from string echo -n dogswoof23221 | sha256sum certutil -hashfile z:\desktop\lsr.exe SHA512 Get-File...