Planning your environmentWhen you design any backend server system from scratch you think about following thing primarilyAug 12, 2023Aug 12, 2023
Quick go to Notes Before System Design Interview/Discussion — From Alex xu bookHello,Jul 26, 2023Jul 26, 2023
Docker container Vs Virtual Machine(VM) Key differencesBoth vm and docker help replicate development environment, and manage dependencies and configurations better.Apr 4, 2023Apr 4, 2023
Before Pushing Clojure code to gitlab?When you write a snippet of code in Clojure and want to test’s everything works use following handy cheatsheet before pushing your code to…Apr 16, 2021Apr 16, 2021
ssh to your AWS VM’s Easily..!Generally, when you need to connect to AWS VM boxes you use the commandDec 24, 2019Dec 24, 2019
Kafka hands-on Guide to using publish-subscribe based messaging system (PART I)Kafka is in general publish-subscribe based messaging system. Producers publish messages and consumers consume or pull that data.Jul 27, 20191Jul 27, 20191
Kafka hands-on Guide to using publish-subscribe based messaging system (PART II)The previous article covers the basic concepts of Kafka you should know before starting on coding.Jul 27, 2019Jul 27, 2019
API Blueprint + Gitlab integration Better way to document your API’s…API blueprint is simple and accessible to everyone. Great documentation help to better understand the architecture decisions. Help to…Jul 7, 20191Jul 7, 20191
gRPC: concepts with ExamplegRPC is a high-performance RPC (Remote Procedure call) framework created by Google. It runs on top of HTTP2.Jun 10, 20193Jun 10, 20193
Protocol BufferYou’ve probably heard of JSON and XML as ways to serialize data. JSON and XML are great for frontend Like them for Back-end server to…Mar 12, 2019Mar 12, 2019
Datadog: Monitoring and analysisI am analyzing Datadog monitors nowadays. I would like to share insight which will help you to understand the basics of it.Mar 12, 2019Mar 12, 2019
Kotlin 1.3 coming soon..!The main Kotlin event, KotlinConf, is started..! For those who can’t make it to the conference this year.. don’t worry.. here is…Oct 5, 2018Oct 5, 2018
Debug your app in Android (Part 2)In previous article i have explained about enabling debugging option in Android phone. Today we will see using that device How to set debug…Aug 28, 2018Aug 28, 2018
Debug your app in Android (Part 1)In my previous article i have explained What is debugging? and example of debugging where we need to debug our app.Aug 26, 20181Aug 26, 20181
Debugging Checklist..It is a painful thing, To look at your own trouble and know That you yourself and no one else has made it… Sophocles AjaxAug 26, 2018Aug 26, 2018
Ch 2 : Fundamental principles- To code better, faster, stronger..There are certain tips and tricks that apply at all level of software development, processes that are virtually universal. In previous…Aug 23, 2018Aug 23, 2018
Shortcut to Opening project from the Command Line..!One thing we spend a lot of time doing in class is opening new files in our .idea Editor.Aug 20, 2018Aug 20, 2018
How to Support different screen sizes in AndroidAndroid devices come in all shapes and sizes, so your app’s layout needs to be flexible. By supporting as many screens as possible, your…Aug 19, 2018Aug 19, 2018