Admob eCPM in IndiaFor those who do not know me, I built a multi-lingual crosswords app (Indic Crosswords) for Indians and I sometimes blog about it. You can…Oct 22, 2021Oct 22, 2021
Daily crosswords in KannadaHappy to announce that we, at Indic Crosswords, started publishing daily crosswords in Kannada from Feb 23 2021 🎉 🎉 🎉.Mar 1, 2021Mar 1, 2021
Every millisecond counts!Recently, I was working on a pet project (pluckdp), which helps ruby coders test / improve their design pattern skills.Mar 27, 20162Mar 27, 20162
Hiccups with highlightjsToday, I was searching for code highlighters to use in one of my projects. I came across highlightjs but I ran into few hiccups while…Feb 16, 2016Feb 16, 2016
Uglifying a fileWhen you want to uglify a single file instead of going through the rails assets precompilation process, you can use the below commandJul 17, 2015Jul 17, 2015
CORS and finding the origin detailsWhen you allow access from different origins and if you would like to know from which origin the request is from, you can get that…Jul 17, 2015Jul 17, 2015
Mysql — Some useful commandsCommands in the below snippet: (This will keep growing)Jul 17, 2015Jul 17, 2015
Pattern to load JS libraries asynchronouslySometimes, you want the external js files to be loaded asynchronously such that their loading time doesn’t impact the user experience of…Jul 17, 2015Jul 17, 2015
Post receive (server side) git hookOn git repo hosting server, if an action has to be performed whenever someone pushes changes, we can place the script in post-receive git…Jul 17, 2015Jul 17, 2015
Snippet to halt the filter chainreturning false from a before_action filter doesn’t stop the filter chain. We should either render or redirect to prevent further filters…Jul 17, 2015Jul 17, 2015