Published inShogun TeamFaktory Tutorial with Workers in GoHere at Shogun, we’re always working very hard to use the best tools to deliver the best user experiences. We’ve been using Faktory in the…Nov 20, 2020Nov 20, 2020
Docker, Elasticsearch and Rails tutorialThis article supposes you already have a dockerized Rails environment for development if you don't this tutorial is a great one to get…Jun 15, 2018A response icon2Jun 15, 2018A response icon2
A place for your business logic in RailsIt’s a well spread knowledge that Controller shouldn’t have too much business logic, actually it’s better if you keep any kind of business…May 17, 2017A response icon2May 17, 2017A response icon2
Masks in Android's Edit Text fieldsYou don't need to create a custom EditText view class to add masks in Android EditText fields.Sep 20, 2016A response icon12Sep 20, 2016A response icon12
Fixing NullPointerException when trying to bind RatingBar rating valueAndroid Data Binding Library is useful but sometimes you have some problems with it… this post is about one of them.Aug 31, 2016Aug 31, 2016
Different Android string values for debug and productionYou may need to have a different string value for development and another for the release version of your Android App, maybe a URL or a…Jan 18, 2016A response icon1Jan 18, 2016A response icon1
Mobile push notifications on RailsYou may already know that Mobile is Eating the World if you don't believe that, just take a look at you Google Analytics even here in…Jun 9, 2015A response icon2Jun 9, 2015A response icon2
C3.js: D3.js based chart libraryD3.js is awesome, just look at all the samples they have. I have to admit that I can't understand some of them, and I can't even conceive…May 9, 2015A response icon1May 9, 2015A response icon1
Nginx proxy_pass ssl connections using default portsIn development use nginx as a proxy pass to serve your development application in SSL and with the default portsApr 28, 2015Apr 28, 2015
Search Replace Project with VIMRecently I've had to change all occurrences of be_true to be_truthy and here is a way to do that with VIMApr 15, 2015Apr 15, 2015