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/SwiftCategory: Development
Awesome 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