Hritik ChaudharyAttaching and Configuring Data Disk to a Linux VM on AzureAttaching a new diskMar 21Mar 21
Hritik ChaudharySetup Kubernetes Cloud as a Dynamic Agent in JenkinsIf you want to host Jenkins on Azure Kubernetes Services (AKS) refer…Mar 51Mar 51
Hritik ChaudharyinThe StartupSelf Hosted GitHub runners in Azure Kubernetes ServicesSetup GitHub Action Runner in AKSFeb 261Feb 261
Hritik ChaudharyinThe StartupHosting Jenkins on Azure Kubernetes Services (AKS)Hosting Jenkins on a Kubernetes Cluster is beneficial for Kubernetes-based deployments and dynamic container-based scalable Jenkins agents.Feb 192Feb 192
Hritik ChaudharyI Made My First Open Source Contribution and Here’s How You Can Do It TooI have always been a fan of open-source software, not just because they are free to use, but also because they are more secure, robust, and…May 21, 2023May 21, 2023
Hritik ChaudharyGenerate custom JRE from JDK using jlinkFor around 20 years the JDK shipped with a JRE, which was just a subset of it. Finally, with Java 11, Oracle and the OpenJDK team decided…Nov 17, 2021Nov 17, 2021
Hritik ChaudharyThe difference between JAVA_OPTS and CATALINA_OPTS in Tomcat?Setting up tomcat got me wondering what is the difference between CATALINA_OPTS and JAVA_OPTS. As most of you know that catalina.sh have…Nov 16, 20211Nov 16, 20211
Hritik ChaudharyinThe StartupMerge Two Sorted Arrays Without Extra Space Efficiently[O(1)] [Gap Method][Detailed & Simplified]In this post I am going to explain a method which is more efficient than the Insertion sort one. The time complexity of this method is…Nov 12, 20204Nov 12, 20204
Hritik ChaudharyinThe StartupMerge Two Sorted Arrays Without Using Extra Space [O(1)][Based on Insertion Sort][Simple Approach]If we were allowed to use extra space then we can simply copy the elements of arr1[] (size n) and arr2[] (size m) into a new array arr3[]…Nov 9, 20201Nov 9, 20201
Hritik ChaudharyHow to edit built-in snippets in Sublime Text [Quick Guide][Super Easy Method]If you want to edit built-in snippets of Sublime Text like for loop and vector etc. just follow these simple steps-Nov 1, 2020Nov 1, 2020