Customizing CSS in your Jekyll theme

Jekyll has an extensive theme system that allows you to customize the look and feel of your site. Themes usually come pre-packaged with their own styles and templates. However, these styles can easily be overridden by your site’s content. The...
Python: Recursive Functions
To the uninitiated, recursive functions may seem like stuff of magic. Truth be told, my first attempt at cracking them was mostly fruitless and quite frustrating. The trick is to keep at them and to keep practicing. When you finally...
Intro to Relational Databases
Introduction: Data and Tables