-
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.
-
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)
-
May 11, 2019
•
Nazmul Idris
This tutorial showcases the differences between using Java and Kotlin in
Android 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.