Happy New Year to everyone. I know it’s late and I have not blogged a single post since August 2017. This is my first post of this year, so Happy New Year 2018! I own a website named CodersB.com where I showcase the apps I create at home. CodersB doesn’t have a logo, so thought…
Read more Logo for CodersB
I’m an Application Architect who is in pursuit to become an Enterprise Architect. While looking for an opportunity to learn and grow in career, I came across the Open Group Enterprise Architecture certificate program (TOGAF). I was preparing for this exam on and off for several months until I decided to focus dedicatedly for the…
Read more Enterprise Architect
Me and my wife have finally completed the reminder app. It is called Finish. Thanks to my wife for helping me in learning a new programming language and working with me on this app. We published it for free. It neither has ads nor In-App purchases. It is now available on iOS App Store. About the…
Read more Finish
It has been 2 months since I blogged. What was I doing all these days ?? Remember? I wanted to create a reminder app and posted a mock up design ? Yes, I was totally focusing on it and nearing to complete the initial version. I have named it as Finish. I will tell more…
Read more What’s happening?
I wanted to create an iOS app which I have described in this post. Being a C# programer, it was so hard to learn Objective C, especially with the unusual syntax. Look at what it takes to create an instance of a class in Objective-C. ClassName *instanceName = [[ClassName alloc] init]; Seriously? Allocate and Initialize? Do…
Read more Swift – A new programming language
I decided to create a reminder app for IOS. This is not a unique idea, but I just wanted to create an app and learn a language required for it. It is so regretful that I haven’t learnt anything new for the past few years. I don’t want to be stagnated with the knowledge that…
Read more Reminder App