Join us on this journey through the challenges and intricacies of crafting fun gaming experiences!

-
Streamlining the User Experience
I recently launch my game and started paying a bit for ads on the Google Play Store and the Apple App Store. This has resulted in some new users trying out my game. The majority of users download the game but never create a user. I am not so concerned about the dropoff between app…
-
Code to Community
Creating an open source repo is very simple to do. There’s only a few configurations here and there to when setting up your github repo. I’ve found some challenges in creating a real release where someone could just put your library as a dependency in their build.gradle file. Here was my process of getting my…
-
EC2 WordPress Behind CloudFront
Running your own WordPress server with all sorts of shiny Plugins you can install seemed cool and fun to explore. Unfortunately running your WordPress server with WooCommerce behind a Load Balancer turned out to be more costly than expected. WooCommerce itself requires t2.large instance of EC2, which costs over $60 per month. I’ve tried using…