Software Consultant & Developer. Passionate about writing clean solid code. Has a fascination with computer graphics and computational/discrete geometry.
SendGrid doesn't have the clearest documentation for actions other than mail sends. Here's how to create or update SendGrid contact info with custom fields.
Map concatenation in Scala results in information loss if keys match. This poses a problem when combining Maps of Iterables, so here's a method to fix that.
GridLayoutManager for RecyclerView is limited, so it would be nice if Android had something like flexbox. Good news: it does! Here's how you can utilize it.