Ghost / Development Syntax coloring and line numbers in Ghost Pro This article will discuss the Prism.js library and actions I took to get syntax coloring, and line numbers to work for code snippets on my Ghost Pro blog.
Security / WiFi Pineapple Setting up the WiFi Pineapple NANO What is a WiFi Pineapple, how does it work and what makes it such a powerful pentesting tool? This article covers that and how to set one up in Windows 10.
Ghost / Tips & Tricks Ghost Pro tips and tricks In this blog post, I will collect the tips and tricks I found while working with Ghost Pro as a blogging platform. This is a living document in which entries will be added over time.
Cryptocurrency Getting started with Cryptocurrency How do I get started in the world of cryptocurrency? This post provides a step-by-step guide to obtaining your first Bitcoin on the Kraken Exchange.
Ghost / Google Setup Google Analytics with Ghost Pro This article explains how to setup Google Analytics for a website. It mainly focuses on Ghost Pro, but the principles will work for other platforms as well.
Development / C# / Mathematics ASCII Mandelbrot animation Years ago I got an animated Mandelbrot fractal zoom working on a mainframe terminal. This article describes how to do that for a console application in C#.
Development / C# / .NET Accessing Google's API via .NET Recently I have been exploring Google's API to access their Drive functionality using the .NET 4.5 framework with C#. I'd like to share a few of my findings and maybe help a few people along the way.