Mahesh SawaikerGolang Replace type code with classHuman beings naturally like to categorize things, this is modelled in the computer world with use of a type. All types being essentially…May 3, 20231May 3, 20231
Mahesh SawaikerArgo cd command line (cli)Argo cd is probably one of the first continuous delivery tool that is native to kubernetes. By native, it means it run as an operator and…Dec 15, 2022Dec 15, 2022
Mahesh SawaikerGet AQL query from jfrog cli commandAQL is a query format that is supported by artifactory. See more about it here. Jfrog cli is a command line tool written in GO. More about…Jul 12, 2019Jul 12, 2019
Mahesh SawaikerConda multi variant buildsWe often need to build a packages for multiple combinations of dependencies or platforms. For example its common to build python packages…Dec 31, 20181Dec 31, 20181
Mahesh SawaikerHow to set up Stanford NER (Named Entity Recognizer) code in eclipse.The Stanford NER project is for recognizing named entities in text. More information about the project can be found here.Oct 18, 2018Oct 18, 2018
Mahesh SawaikerGroovy script to build all components from component inventory: Part 2This is second part of the article https://medium.com/@MaheshSawaiker/component-inventory-for-your-ci-builds-part-1-9c67d85645ef. In case…Sep 27, 2018Sep 27, 2018
Mahesh SawaikerArtifactory query language (AQL). How to write a not match query with $nmatchJFrog Artifactory is probably the most widely used archiving system currently used in most CI-CD environments. We often need to query…Sep 24, 20182Sep 24, 20182
Mahesh SawaikerDrag drop in angular 4 and ngrx/store integration using native DOM events.I have used angular 4 for this example, but in general it uses angular with typescript. One can easily adapt the code for angular 2 and…Sep 20, 2018Sep 20, 2018
Mahesh SawaikerComponent inventory for your CI builds: Part 1Every code written is useful only when it is deployed and made available to the customer. The job is often the focus of someone called a…Sep 17, 2018Sep 17, 2018