“Kotlin Quick Reference” book
“Kotlin Quick Reference” book By Alvin Alexander. Last updated: March 2 2019 Table of Contents Kotlin Quick Reference It’s free It’s open source A caveat Contributing The Kindle version Downloads...
View ArticleHow can I tell what version of SBT my project is using?
How can I tell what version of SBT my project is using? alvin December 27, 2018 - 1:44pm Read more about How can I tell what version of SBT my project is using?Log in to post comments At the moment...
View ArticleA complicated build.sbt file for a multi-project build
A complicated build.sbt file for a multi-project build By Alvin Alexander. Last updated: January 1 2019 URL https://github.com/pbassiner/sbt-multi-project-example/blob/master/build.sbt Read more about...
View ArticleThe Scala community build project
The Scala community build project alvin February 9, 2019 - 4:56pm Read more about The Scala community build project Scala community build is an interesting project, which is described like this: “This...
View ArticleAndroid Dexter class: requesting permissions at runtime
Android Dexter class: requesting permissions at runtime URL https://github.com/Karumi/Dexter alvin February 26, 2019 - 7:53pm Read more about Android Dexter class: requesting permissions at runtime I...
View ArticleHow to create a Scala 3 (Dotty) project with SBT
How to create a Scala 3 (Dotty) project with SBT By Alvin Alexander. Last updated: September 28 2019 I can never remember how to create a Scala 3 (Dotty) project with SBT (in early 2019), so: # create...
View ArticleMy new `sbtmkdirs` command
My new `sbtmkdirs` command alvin August 28, 2019 - 12:03pm Read more about My new `sbtmkdirs` command Motivated by GraalVM, I rewrote my sbtmkdirs command using Scala. Here’s a link to the new Scala...
View ArticleHow to create a Dart project manually
How to create a Dart project manually alvin October 2, 2019 - 1:07pm Read more about How to create a Dart project manuallyLog in to post comments If you want to create a Dart project, probably the best...
View ArticleWhat do you do for a living?
What do you do for a living?By Alvin Alexander. Last updated: October 31 2019I went to a local coffee shop and a talkative man behind the counter asked what I do for work. I told him I’m currently...
View ArticleA small Scala 2 project converted to Dotty
A small Scala 2 project converted to DottyalvinJanuary 20, 2020 - 3:40pmRead more about A small Scala 2 project converted to DottyLog in to post commentsIf you want to see a somewhat larger example of...
View Article