Notes on software, side projects, and things learned while making them.

CS:GO Chicken Defusal - Tales Of An Unfinished Project

Most of the times when I'm not programming, I'm playing games. I have been playing Counter-Strike (CS) for a long time, and Counter-Strike: Source (CS:S) is my most played game on Steam, with a total of 1866 hours on record. When Counter-Strike: Global Offensive (CS:GO) came out…

Read article

React Native: Some Thoughts - Part 2

In my last post, I talked a little bit about React Native. Today, I'm here for a little rant about what I don't like about RN (or the reasons I will probably not use it again). These reasons may be somewhat biased towards how HTML and CSS work on the Web, but it reflects my opin…

Read article

React Native: Some Thoughts

A few days ago, I started using Facebook's React Native. I had an idea for an app, and decided to give RN a try. I installed it, and tried to run the "example application", and could not figure out how to open the Developer's Menu in the Android Emulator to reload the code. Look…

Read article