Posts by Year

2024

Back to Top ↑

2023

A Guide to Testing Frameworks in Python

2 minute read

Testing is crucial in software development for maintaining code quality. Python supports various testing types: Unit Testing, Integration Testing, and End-to...

cruel summer

less than 1 minute read

I’m kinda embarrassed that I like this song so much

TDD Example Using Python - A Simple Introduction

15 minute read

Test-Driven Development (TDD) is more than just a bug-prevention technique; it’s a philosophy of software craftsmanship that ensures precision and quality in...

Test if a value is numeric in python

2 minute read

This post explains how to test if a value is numeric. It is strange to me that there is not a built in method for this. And if there is, I would rather use...

Hipster Ipsum

1 minute read

I was today years old when I discovered hipster ipsum as a better way than Lorem Ipsum as a means to generate filler text.

Create Favicons

less than 1 minute read

If you have a need to create favicons, I highly recommend realfavicongenerator. Easy to create an image, and then export in multiple formats.

union-find

2 minute read

These are notes from a great course on algorithms.

python logging with loguru

less than 1 minute read

Loguru is a library which aims to bring enjoyable logging in Python.

Mac Startup

less than 1 minute read

This post explains the areas to check for controlling what gets launched on startup on your mac.

How to create pypi badge

less than 1 minute read

To create a pypi badge for your github readme, navigate to: badge.fury.io.

Reset branch to origin

less than 1 minute read

In order to reset a branch to the remote/origin version:

Allow new machine to push to github repos

less than 1 minute read

When I have a new machine that I am going to use to edit code and pull/push to/from github, I need to add an SSH key to use from that machine for authenticat...

Create semantic links on mac

less than 1 minute read

Create Link Sometimes you want to have a “shortcut”. I often create a shortcut (semantic link) for ~/code to a location where i keep source code

statman-stopwatch

less than 1 minute read

Back in my younger days, I developed a set of metric collectors for java, influenced by Code Hale / Drop Wizard. Over the years, I have developed random set...

How to setup git username / email

less than 1 minute read

When working with a git repository, commits have a name and email attached to them. This post explains how to update these values.

Back to Top ↑

2022

Cowan, TN

4 minute read

Exploring Cowan, Tennessee

Back to Top ↑

2021

Back to Top ↑

2020

test top 10

1 minute read

# 1 my first item Biodiesel paleo hashtag ennui lyft, ti...

Back to Top ↑

2019

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

teamsnap culture

less than 1 minute read

A large portion of my parenting-life has been in kids sports. I have been in the role of parent of athletes, volunteer, coach in both rec and travel program...

Back to Top ↑

2018

Jason’s Smoker Recipes

20 minute read

I have been grilling and smoking for over a decade. I got my first Traeger smoker in 2014. This document is a collection of my smoking notes that I have co...

Back to Top ↑

2016

Top 5 Iconic Songs from the Grunge Era

1 minute read

The 90s were my generation for music. This was my transition from hair metal and mediocre pop to a new sound, full of an energy that I had not experienced b...

Back to Top ↑

2014

Back to Top ↑

2013

Serializing a POJO to xml or json using JAXB

7 minute read

Background I originally wrote this series back in 2013 on a wiki. At that point in my career, I had spent several years working on java based projects, spec...

Create a ‘Hello World’ jersey project

4 minute read

Background I originally wrote this series back in 2013 on a wiki. At that point in my career, I had spent several years working on java based projects, spec...

Back to Top ↑

2011

Back to Top ↑

2010

Post: Link Permalink

less than 1 minute read

This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.

Post: Quote

less than 1 minute read

Only one thing is impossible for God: To find any sense in any copyright law on the planet. Mark Twain

Post: Notice

1 minute read

A notice displays information that explains nearby content. Often used to call attention to a particular detail.

Post: Chat

2 minute read

Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.

Post: Standard

4 minute read

All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing...

Post: Modified Date

less than 1 minute read

This post has been updated and should show a modified date if used in a layout.

Back to Top ↑