mourya venkatinLevel Up CodingTransaction Management in Golang via ClosuresOne of the most familiar and essential topics in Database Management is Atomicity. It's a property of the database that guarantees either…Oct 29, 20221Oct 29, 20221
mourya venkatDeep dive on goroutine leaks and best practices to avoid themOne of the fantastic things about Go is the ease with which we can execute concurrent tasks using goroutines and channels. But using…Sep 17, 20211Sep 17, 20211
mourya venkatinLevel Up CodingDependent & Searchable Selections in Django Model Admin is now a cakewalkWe all know Django is an awesome framework that provides a default admin interface based on the models. The default functionalities that…Aug 26, 20211Aug 26, 20211
mourya venkatGo: A beginners guide to Record UDF’s in AerospikeThings I try to cover in this articleJul 17, 20211Jul 17, 20211
mourya venkatinLevel Up CodingGolang: Optimizing Docker Image Size from 2.4 GB to 100 MB using Docker Multi-Stage Build Process.Out of hundreds of optimizations that a developer thinks of, reducing the docker image size will be given the least priority. So did we.Apr 24, 20212Apr 24, 20212
mourya venkatinLevel Up CodingA Short Note on Cascading Failures in MicroServices ArchitectureIf there is one big transition that took place in the past decade or so in terms of application development style and deployment patterns…Dec 25, 2020Dec 25, 2020
mourya venkatinLevel Up CodingEffects of Docker Image Size on AutoScaling w.r.t Single and Multi-Node Kube ClusterWhen you ask a developer what are two key things that are required for better performance of an application, the answer will surely beDec 12, 2020Dec 12, 2020
mourya venkatinLevel Up CodingGo: The moment when CPU Context switching blindfolded usWorking for an E-commerce company with a pretty huge customer base, the very primary thing that we always keep in our mind while we code…Dec 5, 20201Dec 5, 20201
mourya venkatinLevel Up CodingGolang: Tracking 1% request timeouts with Sumologic complex log parsingIntroductionNov 16, 2020Nov 16, 2020
mourya venkatinLevel Up CodingInternals of Protocol BuffersWith a rapid transition from Monolithic application development to Microservices based application development, communication between…Oct 17, 2020Oct 17, 2020