Technical Debt is inevitable, only you can reduce the interest to be paid
https://levelup.gitconnected.com/how-to-use-technical-debt-in-your-favor-98bae475ba68
Mikamai developers blog
Technical Debt is inevitable, only you can reduce the interest to be paid
https://levelup.gitconnected.com/how-to-use-technical-debt-in-your-favor-98bae475ba68
Thoughtbot announced an alternative to Active Admin and RailsAdmin.
Two-factor authentication is great until you lose the device. Here is a pull request for adding recovery info on http://twofactorauth.org
Google changed how it crawls the web, so old best practices are no longer valid https://yoast.com/wordpress-robots-txt-example/
If you have a WordPress Multisite (or WordPress Network) with the ThreeWP Broadcast plugin and you would like to move your assets on Amazon S3 you certanly have to deal with with one annoying problem.
The problem is, whenever you broadcast a new blog entry on other sites, the copy_attachment() method doesn’t work, no attachments are copied on the broadcasted posts.
This gist has a solution: https://gist.github.com/jbckmn/9652508
With this little hack S3 hosted images are broadcasted correctly.
With the release of OSX Yosemite, Ruby 1.8.7 is definitely gone from the default system configuration. I decided to make a clean install of Yosemite and since then I faced an issue while trying to install ruby 1.8.7 via RVM. The problem was a dependency on gcc46 which could not be resolved. Continue reading “Install Ruby 1.8.7 on OSX Yosemite”
RubyDay is the most important conference held in Italy for the developers interested in Ruby and Ruby on Rails. Mikamai supports RubyDay since its first edition and for our developers it’s a chance to be inspired, meet new people and hang out with old friends… Continue reading “Italian Ruby Day – 2014”
During a meeting last week, I was discussing with a colleague about Swift courses, in his view it’s too early to attend a Swift course because nobody has mastered it completely yet. I think it’s better, in the beginning, to build your knowledge with online resources. But besides the iBook and the official documentation released by Apple*, what are some good resources to start learning Swift? Continue reading “Learn Apple’s Swift Language: free online resources”