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 …
Your First Test: The Launch Test
I get it. Your application (mobile app or web app) doesn’t have tests and … well … you’re scared anytime you make changes. Why? … well … because you’re not sure if you broke anything when you …
Android MVVM with DataBinding – Removing Logic from Your Views with BindingAdapters
One of the things that's great about MVVM (I’m using data binding in my implementation) is the lack of the boilerplate that you have to deal with. When working with the MVP pattern you are forced to …