How to build a mobile app like Audible
A bit about Audiobook apps Audiobooks are one of a kind in the e-learning space. They are very effective in making the listener understand the book through an audio medium. Most people nowadays have very…
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 appearanceCocoaPods 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/SwiftPostgres 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 FeaturesWe 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 indexThe 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