PSPeter shekiondoinclickpesa.hashnode.dev·Sep 12, 2022 · 5 min readHow to appropriately git stashImagine these scenarios You want to safely switch between branches without worrying about current untracked files or the state of the working directory. Well, you don't need to commit changes every time before switching between branches. Imagine te...00
PSPeter shekiondoinclickpesa.hashnode.dev·Aug 10, 2022 · 7 min readHow to implement logging in your REST service by using Elasticsearch: PART 2.BThis is the last section of this article series which explains how to implement logging in REST services using Elasticsearch. Before continuing with this section, I advise you to go through the previous sections first in case you did not go through t...00
PSPeter shekiondoinclickpesa.hashnode.dev·Jul 11, 2022 · 5 min readHow to implement logging in your REST service by using Elasticsearch - PART 2How to implement logging in your REST service by using Elasticsearch - PART 2 Note: This article is the second part of How to implement logging in your REST service by using Elasticsearch article series. Click the below link for part 1 of this serie...00
PSPeter shekiondoinclickpesa.hashnode.dev·May 30, 2022 · 4 min readHow to implement logging in your REST service by using ElasticsearchHow to implement logging in your REST service by using Elasticsearch This article consists of two sections. In part one we will focus on Logging as a service concept and introduction, in Part two, we will see how to set up, integrate Elasticsearch an...00
PSPeter shekiondoinclickpesa.hashnode.dev·May 2, 2022 · 2 min readAutomating code review on commitHOW TO AUTOMATE CODE REVIEWS ON COMMITS Imagine the hustle of spending hours on code review every day. Code review automation may save countless wasted efforts. This Article may walk you through steps on how to add automated code reviews that may be ...00