Python Zip Single FileZipping files in Python is easy, but I had trouble finding good examples. Below is a simple example for creating a zip file from a single…Apr 24, 2019Apr 24, 2019
Google Analytics: Stop using ClientID from iFrameI ran into a problem recently where Google Analytics (analytics.js) was loaded in an iFrame header of an application, setting up the _ga…Mar 22, 2019Mar 22, 2019
JUnit: Selectively Ignore LoggingLogs in testing are not so great. They muddy the console when you have an error, forcing you to scroll down to where you can see the…Mar 13, 2019Mar 13, 2019
ObjectMapper Unit Testing configured Mapper FeaturesJackson ObjectMapper comes with extendable MapperFeatures. When I first jumped into using these, I found no obvious methods on the…Feb 18, 20191Feb 18, 20191
Spring Boot: Include Transient fields in Jackson SerializationIf this is your first foray into Spring Boot with Hibernate, you may notice that you are not getting all the properties serialized from…Apr 16, 20182Apr 16, 20182
Spring JPA One-to-Many Query Examples with Property ExpressionsIn this article, I will explain some of the ways you can build out your Spring JPA repositories.Feb 12, 20182Feb 12, 20182