Android Things: Serial Debug Console for Linux

  • Post Category:IoT

Long story short I bricked the NXP Pico i.MX7D board that came with my Android Things starter kit. DON'T EVER FLASH A PRODUCTION IMAGE TO IT. Unsurprisingly, all attempts to…

Continue Reading Android Things: Serial Debug Console for Linux

Using Jackson to Remove Empty JSON Fields

  • Post Category:Java

I recently had a use case for cleaning out a JSON object and removing empty values. This was related to merging JSON where an empty key-value pair or place in…

Continue Reading Using Jackson to Remove Empty JSON Fields

FIQL (Feed Item Query Language) Cheat Sheet

  • Post Category:Development

Official Draft: https://tools.ietf.org/html/draft-nottingham-atompub-fiql-00 Equals: == Not equals: != Less than: =lt= Less than or equal to: =le= Greater than: =gt= Greater than or equal to: =ge= AND: ; OR: ,…

Continue Reading FIQL (Feed Item Query Language) Cheat Sheet

Creating a JAR the Old Fashioned Way

  • Post Category:Java

I used Java a lot when I was studying CS in college but I must have been asleep for the non coding stuff because I have a number of knowledge…

Continue Reading Creating a JAR the Old Fashioned Way