Software Imagineer's blog

Ways to iterate an array in TypeScript

Wed Jul 26 2017

Quick overview of ways to iterate an array in TypeScript. Continue reading...

Java is slowing Android’s growth and Kotlin is not the answer

Sat Jul 22 2017

I am sitting in my study, it’s dark and completely silent, I am in the creative flow, typing away the last lines of code for my new Chromecast game. I hit build and strange sound fills the room. This strange sound might fool someone into thinking that I am about to make serious breakthrough in molecular physics. But in reality my Macbook Air is trying to build 200 unique lines of code wrapped in megabytes of Android libraries. My flow is gone, and I am left with flashbacks of Android development from five years ago. Continue reading...

Reading list #1

Sat Apr 01 2017

My top article finds this week:

Walking through the death valley of unfinished side projects

Sun Mar 26 2017

My side project game is at its all time low. Maybe I am using unhealthy comparison with myself during college years when I did not need to care about grownup stuff. But only shipping a tiny, two page app per year is sad. Strange part is that I am still constantly hacking on side projects, nothing has changed there. Where are those projects now? Oh, right, they have been abandoned before reaching “shippable” state. After some retrospective on previously successful and failed projects I think I have found why this is happening. Continue reading...

Incrementally migrating JavaScript AMD project to TypeScript

Sat Jan 21 2017

Asynchronous Module Definition (AMD) and RequireJS was my choice for Javascript code modularization for last four years. But enterprise web application I am working on is growing and it's harder and harder to manage the code base. I did some technical research and decided to migrate the project to TypeScript. Continue reading...