Completed Project:
Tag: Unit
Kotlin Learning Path – Unit 2
To write Kotlin code, you need to setup a development environment. In this video, I’ll show you what you need. Here’s what you’ll see in the video: * How to install the JDK, and the Kotlin command line compiler for MacOS using Homebrew * How to download and install IntelliJ for MacOS * How to […]
Unit Testing a Node js Application with the Jasmine Testing Framework
Great applications not only look good and perform well, they also have few bugs. In the process of developing and deploying an application, it is just as critical to write test scenarios as it is to write attractive and amazing code. In this video tutorial, we see how to use the Jasmine testing framework to […]