Blog
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/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