Test driven development
-
Introduction to creating IntelliJ IDEA plugins
Nov 20, 2020 β’ Nazmul Idris
Introduction to creating plugins using JetBrains Plugin SDK covering these topics: PicoContainer, Services, plugin.xml, actions, extension points, extensions, testing, and the intellij-plugin-verifier. This is a companion of the Advanced guide to creating IntelliJ IDEA plugins. -
TypeScript starter project w/ Webpack 4, Karma, Jasmine
Jul 6, 2019 β’ Nazmul Idris
This tutorial showcases a starter project for people who want to use TypeScript w/ a stater project already setup to deploy to browsers using Webpack 4, and w/ testing infrastructure configured (via Jasmine and Karma) -
Java vs Kotlin for Android development
May 11, 2019 β’ Nazmul Idris
This tutorial showcases the differences between using Java and Kotlin in Android development -
Kotlin and Test Driven Development
Oct 21, 2018 β’ Nazmul Idris
This tutorial is an exploration of doing test driven development using Kotlin. This tutorial focuses on JUnit, MockK, AssertJ, and Roboelectric for Android.