Unit testing in Javascript with mocha.js
It is common knowledge that lots of developers do not like to write unit tests for their software because it’s a lot of additional work that feels like it should be optional. However, the utility of unit testing over meticulous eye-balling and manual... Read more
Share this post:
Jetpack Components to Simplify Developing Android Navigation
Back in May 2018, Google announced the Android Jetpack. Jetpack components are a collection of libraries that are individually adoptable and built to work together while taking advantage of Kotlin language features that make you more productive. Read more
Share this post:
Introduction to Ruby Class Inheritance
Understanding class inheritance in Ruby Ruby is an object-oriented programming language, and like most object-oriented programming languages, Ruby uses classes for the purpose of data abstraction, encapsulation, polymorphism, and inheritance. The... Read more
Share this post: