by root | Oct 31, 2016 | Code quality, Process, Product, Testing
“A stitch in time saves Nine”, after reading below article you will get to know in what context I am using this proverb. Most organizations develop software with a mindset that QA will be testing the product and detecting all bugs present in the...
by root | Oct 26, 2016 | Development, Embedded
Need for Custom Bootloader Like every software, embedded firmware written can have bugs, especially in cases where we are doing rapid development. The extra challenge in the field of IoT is that the devices on which firmware is installed can be anywhere in the world,...
by root | Oct 18, 2016 | Development, Ruby on Rails
Activity feed on any socializing platform shows the updates/news and as it says, activities of your friends and people whose activities you are authorized to view. Anything – a news feed, chat message, a connection request or a notification is an activity feed....
by root | Oct 17, 2016 | Database, Development, Product
I am adding the complete process on how to use oplogs as an incremental backup for MongoDB. Although it is a little hacky way as there is no direct solution to this issue (like we have bin logs in PostgreSQL). Oplogs vs Journal Journals are low-level logs that are...
by root | Oct 9, 2016 | Development, iOS, Mobile
Notifications in iOS are two types: 1) Remote Notifications 2) Local Notifications Local Notifications are scheduled by an app and delivered on the same device. When you create a local notification, you must specify when the system should deliver the notification. No...