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?Category: Development
Integrating 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 AppHow 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?iOS – 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/SwiftAwesome PostgreSQL Features
Postgres is our favorite database system. We’ve used Postgres with over 20 projects now and we still get amazed by how many hidden and great features Postgres has. No wonder, Postgres is world’s most advanced…
READ MORE Awesome PostgreSQL FeaturesUsing Redis as a secondary index
We recently set out to build a bus booking website for one of our clients. We decided to use PHP 7 (Laravel), PostgreSQL 9.6, Redis 3.0, Beanstalkd as the primary architectural components. While we used…
READ MORE Using Redis as a secondary indexEnvironment based Properties in Spring Boot
The adoption of Spring Boot in both small and large scale software proved that convention over configuration is the chosen approach for many developers. Spring Boot provides sane defaults and has allowed us to rapidly…
READ MORE Environment based Properties in Spring Boot