Search across 94 posts, 14 explainers, and 55 topics
Imagine this: It’s 9 AM, your nightly scheduled CI/CD pipeline has failed again, and you’re...
[Read More]
How to Exclude a Single Module from `sbt test` in a Multi-Module Scala Project
When working with multi-module Scala projects, there are scenarios where you need to exclude specific...
[Read More]
Github Actions for Android
CI/CD is a development practice that delivers software to the end user with speed and...
[Read More]
Pairing matrix for agile teams
I work in an agile team which follows extreme programming practices like pairing programming. But...
[Read More]
How to integrate GraphQL with Sitecore using JSS
This blog contains step by step instructions on how you can integrate GraphQL with Sitecore....
[Read More]
Flutter under the hood
This blog is intended to provide an overview of Flutter architecture and how it executes...
[Read More]
Monitoring individual queue in sidekiq
The default interface of sidekiq allows you to see the number of processed and failed jobs...
[Read More]
Why aren’t you using binstubs yet?
If you have been using bundle exec to run any executable gem and tired of...
[Read More]
Offline Mode Of Android Apps
I presented this talk in droid con London 2017. Here are the slides for download....
[Read More]
My upcoming talk in DroidConUK
I am very excited to be joining DroidConUK to share my learnings on Offline Mode...
[Read More]
Integrating Sherlock with android apps
Its always a challenge for an app tester to report crashes to the developers. Because...
[Read More]
Why your android application needs awareness api
Google introduced android awareness api in I/O 16. It offers a lot of awesome features...
[Read More]
Java custom annotations
We use a lot of java annotations in our day to day coding. Ever thought...
[Read More]
Prevent push on red build with the help of gocd_pre_push
An agile team delivers their software as and when they are ready with a small...
[Read More]
Conway's Game Of Life
Conway’s game of life is a zero players game. It is played on a rectangular...
[Read More]
Notify when android device network status changes
There are a lot of applications in the play store that notifies you when your...
[Read More]
Observer Design Pattern
What is Observer Design Pattern?
[Read More]
Filter Design Pattern
What Is Filter Design Pattern?
[Read More]