At my current project we did some aspect-oriented programming for adding logging framework. Project we worked on is a cordova based ios application. Most of the project is html and angular-js application which parts of it as native. To ensure we don’t have logging logic scattered across the code we...

I am new to Objective-C and still understanding some of the basics. While trying to debug an issue at work with a colleague, I had to take a deeper dive in how synthesize really work. After reading through apple docs and other blogs here are few of my understandings. Basics...

Background: We are trying to rebuild an old application, earlier written as PL/SQL stored procedures, and now an RoR web application. The application having some highly sensitive data which has to be migrated to be used with the new one. Now the old system was pretty basic and usually errors...