PinnedPublished inMindOrks5 tips for failing in engineering InfrastructureEach tip is capable of bringing a cultural change in your infrastructure team.Aug 6, 2020Aug 6, 2020
Published inMindOrks5 Helpful utilities present in Go toolchainI bet you would have never come across such a complete toolchain in any language or framework. There are so many utilities that Go…Sep 15, 2019Sep 15, 2019
Published inBetter PracticesAutomate monitoring of inactive cache clustersMonitor cache clusters in AWS to make sure they don’t eat up your resources.May 2, 2019May 2, 2019
Published inMindOrksBuilding WebHook is easy — using AWS Lambda and API GatewayWebhooks are an integral part of any company’s infrastructure. They can do varied type of work and help in improving communication between…Apr 26, 20192Apr 26, 20192
Published inMindOrksCreate projects independent of $GOPATH using Go ModulesIf you are developing in Go, long before the release of Go 1.11, you must have a terrible experience as I had to deal with $GOPATH. For…Mar 19, 20198Mar 19, 20198
Published inMindOrksSynchronizing states using Mutex vs Channel in GoThis is one of my article which made me explore the whole Google in pursuit of which methods is best to make synchronization work well in…Nov 19, 20182Nov 19, 20182
Published inAndroidPubCommunicate between fragments and activity using LiveDataThis article is split into two parts — I. Communication between fragments II. Communication between an activity and fragmentNov 17, 20184Nov 17, 20184
Published inAndroIDIOTSAndroid Tools Attributes and Sample Data — Must know helpers!Every year at I/O (Google’s biggest developer conference event), Google reveals some new capabilities with extensive quality features to…Sep 24, 20183Sep 24, 20183
Published inMindOrksThe different ways to handle Nullable type in KotlinWe all know how Kotlin handles the “Billion Dollar Mistake” present in Java, improving the way we handle Null Pointer Exceptions (NPE)…Sep 14, 20182Sep 14, 20182
Published inMindOrksUnderstanding styling in React NativeIn this article, I will talk about the two most popular ways of styling React Native Apps — StyleSheet and styled-components. We will look…Sep 3, 20182Sep 3, 20182