PinnedTop 10 things to make your linux terminal more productive10 Tools to make terminal more productiveMar 2, 20231Mar 2, 20231
[Jenkins] How to track the status of downstream jobs from parent job using cliThere is a use case to list down all the jobs triggered by the upstream in Jenkins, however it doesn’t track the downstream jobs. The…Mar 27Mar 27
[Process] What I learnt while refining a GitHub new feature issue and how TDD helped meThe process of refinement of tickets for new feature is very helpful and we followed the idea of TDD in breaking the feature into stories.Feb 26Feb 26
[Static Code Analysis] Enforce coding standards using semgrepAs a startup, and working with microservices, it’s challenging to maintain the coding standards across all the services.Jan 31Jan 31
[Open Source] Project Iza — written in GoA hobby project as a cli tool to do operations with database, cicd, artifactory tools using linux like commands.Dec 31, 2024Dec 31, 2024
Published inLevel Up Coding[Angular] Add dynamic data to your angular application running on GitHub pagesNOTE: No subscription? No problem. You can access the friend link here. :) You can also access all my friend links on my GitHub repo…Dec 2, 2024Dec 2, 2024
Published inLevel Up Coding[Angular] Deploy your angular app to GitHub pagesNOTE: No subscription? No problem. You can access the friend link here. :) You can also access all my friend links on my GitHub repo…Oct 28, 2024Oct 28, 2024
[Jenkins][Gerrit] Test your unmerged patchstet before submittingWe made a change in CI pipeline repo, and before merging we need to verify if everything is working as expected or not? How can we do it?Oct 14, 2024Oct 14, 2024
Published inLevel Up Coding[Auth] Secure your App using casdoor (Go+Angular)Authentication systems are hard to build. It is a good idea, to use the existing authentication and authorization systems.Oct 3, 20241Oct 3, 20241
Published inLevel Up Coding[Bazel] Part 2 — Monitor your bazel builds using buildbuddyArticles in the series:Sep 4, 2024Sep 4, 2024
Published inLevel Up Coding[Tunnel] Share your local web development globally using ngrokYou are developing a cool web app, and want to share it with your friends for feedback. If it’s only a front end app, you can use the…Aug 6, 2024Aug 6, 2024
Published inLevel Up Coding[NATS] 01 — Introduction to NATS — Messaging for your Go projectsNATS — Connective Technology for Adaptive Edge & Distributed SystemsJul 16, 2024Jul 16, 2024
[GitHub] 10 GitHub actions for your go project managementA list of github actions for your go projectJun 16, 2024Jun 16, 2024
[GitHub] Add ssh signing to your commitsIt would be nice, if we sign our commits. The process involves below steps.Jun 3, 2024Jun 3, 2024
[Go] Mistake while implementing BATCH APIFixing a mistake that is producing unexpected results not all the time using offset and limitMay 27, 2024May 27, 2024
Published inLevel Up Coding[Go] How to protect from Slowloris attack on server with demoUnderstanding slowloris attack — simple, yet efficient.May 13, 2024May 13, 2024
Published inLevel Up Coding[🌳 Green Software Series] 01 — Guide to green development and reduce carbon footprintSustainable development — To save our world from climate change, we have to contribute towards green software or sustainable development…Apr 16, 2024Apr 16, 2024
Published ingoismo[Go] Build Go container images using koBuild your Go application container images easy, fast, and secure by default using ko — open source CNCF sandbox project.Mar 28, 20241Mar 28, 20241
Published inLevel Up Coding[Golang] Build your go service fast and correct using Bazel build systemIntroduction to BazelMar 24, 2024Mar 24, 2024
Published inLevel Up Coding[Go] Detecting and fixing nil panics in golangIn the past, we have encountered nil panics in one of the services written in golang. This post is about on how to detect at early stage…Feb 25, 2024Feb 25, 2024