Mallim

Author posts

Something on android

in Android 1 min read

Rosie is an Android framework to create applications following the principles of Clean Architecture. Looks interesting before I know Kotlin...

CORS Testing Tool

in Tool 1 min read

This is my first migration post from my previous blog space (https://mallimxf3.blogspot.sg/) test-cors.org - looks like a good tool for testing CORS besides Postman

Swagger Alternative?

in Tool 1 min read

apiDoc looks familiar to Swagger but seems like a good alternative if don't want Swagger style. Take note that this tool runs only on nodejs.

Mybatis Single Column Mystic

in Mybatis 1 min read

Scenario Encountered In the associated java interface In the mybatis xml Upon selecting a non-existing id, the following error occurs: attempted to return null from a method with a primitive return type Solution In Java to ensure you are able to get the Null back and handle it ...

Redmine in a war

in Jruby 1 min read

Steps Taken To Re-Install Redmine with the Recompiled JRuby and to a war file Hope this will help someone else : Perform gem install rmagick4j Perform gem install jruby-openssl Check through Redmine's Generic Installation Guide (http://www.redmine.org/projects/redmine/wiki/Redmi ...

Some Useful Extensions for Backbone/Marionette

in Backbone 1 min read

Backbone-form https://github.com/powmedia/backbone-forms This is the simplest tutorial I can find for Backbone.Marionette http://davidsulc.com/blog/2012/04/15/a-simple-backbone-marionette-tutorial/ Backbone.Marionette Boilerplate (hope somebody may find it useful) https://github. ...