When it’s it appropriate to comment code? I follow a simple set of rules: If the code is confusing - I try to refactor the code so that it’s not confusing anymore. If a refactoring is not …
Blog
Dagger Open JDK Version Mismatch
While working on a client project I recent received this error: An exception occurred: java.lang.IllegalArgumentException: not a valid name: <set-?>Provider Googling for the error didn't …
How To Fix: Jest Did Not Exit
I was recently doing some work on a Node.JS project and I decided to use Knex.js with Objection.js for my data access to PostgreSQL. Problem In usual fashion, I wrote some tests to validate the …
Fix: Deploying Docker Instances to AWS Elastic Beanstalk without Default VPC
File this under "I hope this helps someone else in the future". I was learning Docker and Kubernetes recently and I was trying to get my docker instance running on Amazon AWS Elastic Beanstalk on …
Flutter Just Might Work
I’ve been posting on twitter about how mobile developers should not ignore the Flutter technology and in response I received a lot of questions to why I’m stating this. I hope this post clarifies why …
What Blog Platform Should I Use?
In a very recent email I wrote about how you need to have a blog. The question that pops up next is usually … What blog platform should I use? Medium? Wordpress? Gatsby? Jekyll? Or something …