The Importance of Validating the Gradle Wrapper
Protecting your projects from malicious gradle wrappers is straight-forward if you know what to look out for. Find out what your are guarding against and how to protect your projects.
Using Google Forms for Jekyll Comments, Revisited
Displaying comments on your blog for free using Google Forms is now even easier!
Testing Code Tabs
Testing the jdvp-codetabs-commonmark plugin's functionality
Android Library UI Tests & Firebase Test Lab
Firebase Test Lab generally requires 2 .apk files for testing, how can we test library module UI tests in Test Lab?
Switching AspectJ Plugins in Android
The previous AOP Plugins I have used in Android have had various issues with maintainability. Discover why I switched and which plugin I switched to
Jekyll & GitHub Actions
The standard GitHub Pages process imposes limitations on which Jekyll plugins we can use. Let's avoid this issue using GitHub Actions instead.
Using Google Forms for Jekyll Comments
Display comments on your Jekyll blog using Google Forms for free.
Increasing Android Lint Terminal Results
When running lint via ./gradlew lint in terminal, typically only the first 3 results are shown. Find out how to display the rest in this article.