Recent Posts

  • JSON File Reading and Writing
  • Short term storage with JSON and Java
  • March 12, 2019, 9:38 p.m.
  • It is sometimes necessary to implement a short term storage solution to move data to and from memory in a piece of software. There are certainly libraries available like Redis that allow for similar, albeit more cumbersome, functionality by utilizing the memory o...

  • Continue reading
  • Adventures in Merge Sorting with Parallelism
  • Some parallel algorithms aren't actually faster
  • Feb. 19, 2019, 9:14 p.m.
  • I was recently tasked with implementing a parallel version of a common sorting algorithm, specifically MergeSort. When I first started thinking about how to tackle this problem I thought it would be a simple task. Naively, I assumed that I...

  • Continue reading
  • Fixing the Actual Problem
  • To provide real value don't just use bandages
  • Feb. 12, 2019, 9 p.m.
  • As Software Engineers, we are often tasked with implementing specific requirements that have been gathered from our customers. During this "requirements gathering" stage the customer may request certain "fixes" to troublesome workflows she encounters when using our software on a daily basis. F...

  • Continue reading
  • Iterative Refactoring
  • The process of improving code quality cyclically
  • Sept. 4, 2016, 5:18 p.m.
  • When working with legacy code one is often presented with functions or even classes with little to no organization. Occasionally functions can even be 2,000 or more lines long! When presented with this situation it can seem like there is little hope of ever achieving proper code quality. Whi...

  • Continue reading
  • Submitting a Python Module to PYPI
  • The process of getting a Python module ready for install via pip
  • Feb. 15, 2015, 6:21 p.m.
  • I recently created a small Python module called Backgroundr. Backgroundr allows for the simple creation of wallpaper images for your computer with custom colors and text. My plan, with Backgroundr, is to turn it into a w...

  • Continue reading

Categories