Blog
How to use Parse to quickly build apps
If you are in the development world, you would know how important it is to build apps quickly. The time to market determines if you will become successful or not. Meet Parse, an open-source platform…
READ MORE How to use Parse to quickly build appsHow to Build Apps Like Groupon?
The biggest challenge for any small business is to reach their audience by filtering the noise made by big brands. If you have started your own business, you must know how hard it is to…
READ MORE How to Build Apps Like Groupon?Acceptance Testing Select2 and CKEditor in CodeCeption
In the previous article about CodeCeption, we learned about writing the test cases with CodeCeption, its installation and basics of doing acceptance testing. This post will explore two of the most used JavaScript driven HTML…
READ MORE Acceptance Testing Select2 and CKEditor in CodeCeptionIntegrating CCAvenue in an Android App
We recently made an Android app and a web-app for our client (Kabra Express) with CCAvenue as the payment gateway. Kabra Express is one of the largest travel company in Gujarat and has operations throughout…
READ MORE Integrating CCAvenue in an Android AppAcceptance Testing with CodeCeption
Introduction At CitrusLeaf, we always believe that testing is as important as development in a software’s lifecycle. That’s why we start every project by writing test-cases before we start its development. As soon each module…
READ MORE Acceptance Testing with CodeCeptionHow to Optimize Landing Page to Increase Conversions?
Almost every business, in today’s time, requires a web presence. This web presence can be further enhanced by having a great landing (or start) page as it’s the first thing your visitors get to see.…
READ MORE How to Optimize Landing Page to Increase Conversions?How to Choose the Right Tech-stack for your Project?
Recently, one client (an early age startup) asked me whether we work on MEAN stack or not? Here’s how the conversation happened: Me: We do work on MEAN stack. However, do you have any specific…
READ MORE How to Choose the Right Tech-stack for your Project?Rebuilding BreakPoint Analysis
Overview Tennis is a fantastic game. We’ve seen some of the greatest tennis players of our time like Roger Federer and Rafael Nadal who have changed the very definition of performance. One thing that is…
READ MORE Rebuilding BreakPoint AnalysisiOS – Resizing the ScrollView on keyboard appearance
While building an iOS app recently, we struggled a bit to resize the scroll view on keyboard appearance. Since the solution is not so straight, we decided to document it for everyone else to use.…
READ MORE iOS – Resizing the ScrollView on keyboard appearanceWorking with CocoaPods in iOS/Swift
CocoaPods manages library dependencies for your Xcode projects. https://cocoapods.org/ It’s one of the largest dependencies providers to millions of iOS developers worldwide. Installation There are 2 ways to install CocoaPods : Mac App: download from…
READ MORE Working with CocoaPods in iOS/Swift