Now a days , Almost every mobile app includes some sort of network hits to perform its functionality and there are many alternatives available to perform network operations.Networking libraries are one of the best option for this.Now the question arises which library we should use.The confusion is mainly with two popular and most used libraries […]
How 2015 unfolded on Google Search Another year has come and gone, and as we look into the Global Google Search trends for the year that was, we are given an interesting insight on how events that occur on one end of the world, is reflected on the other end. In November 2015, there were […]
Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it’s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to […]
Application SecurityTechnology
The basic principle of CSRF vulnerability Whenever we are accessing an application, the browser is sending a request to the server and the server responds to the request by sending some data to the browser called response. This two-way communication continues as we continue using the application. When we login to the application, the login […]
I have been working on different MTAs since the last couple of years. This time, the Exim4 use-case which I encountered was to sends emails using premium Email Service Provider. Use-case: We were supposed to send thousands of emails like auto-reply emails or newsletters from our dedicated server(Ec2 machines) inside the private subnet. I chose to […]
Every new version of Grails brings some enhancements, and challenges on developer side too. Starting Grails 2.3.x, we had to change our approach to use debugger with our application, and with Grails 3.x coming out, we need to change approach to use debugger again. As Grails now uses Spring Boot and Gradle, we have to […]
Digital AnalyticsIndustry Buzz
SOURCE: Google Search Data July’13 – June’15 1) Do You Know when it comes to Travel, especially Planning and research on Google a) Consumers prefer mobile devices for Awareness & Evaluation of Travel Destinations b) For consideration & final purchase they still prefer Large Screen devices like Desktops & Laptops For more interesting insights regarding […]
Bug Reporting Bug Reporting is the activity of posting a bug to the development team to fix it. Bug reporting in independent software testing can be done using a simple spread sheet or using a bug tracking tool. While reporting a bug don’t forget to fill up following fields – Bug ID (Auto generated in […]
App thinning is a concept for modern day interactive apps where there are a lot of resources. The App Store and OS install the app according to the device, with a minimal footprint. This helps in making the app which occupies less space, are easy to download and make use of all features. Faster downloads […]