Using ModelMapper in Grails

Using ModelMapper in Grails for mapping domain object to DTO/POGO/POJO object.  ModelMapper does good job mapping faster and effectively. However I come to know via author of library, ModelMapper faces issue …

Apple Mail.app Plugin Development

I used to receive an emails about How to: Apple Mail.app plugin development? then responded with enough details to begin their journey.  Then I thought create an article around Apple Mail.app plugin …

PHP Configuration 101 (php.ini)

PHP: Hypertext Preprocessor is a widely-used general-purpose server side scripting language that is suited for Web development and CLI. Many popular frameworks and products written in PHP like WordPress, …