Verma VarunPriority Queue/Heap in PythonPriority Queues are an efficient way to get the min or max element from a list with O(1) time v/s using a min() function that loops through…Oct 26Oct 26
Verma VarunPython programming tricks you should knowHere are some cool python programming tricks that you could enhance productivity at work or nail your next programming interview.Oct 26Oct 26
Verma VarunWriting MUnits with MulesoftI’ve always procrastinated writing MUnits for my projects. But once I invested time learning about it, I am in love with it and make sure…Oct 23, 2021Oct 23, 2021
Verma VarunSaving Postman response values in variablesPostman is an application used for API testing. It is an HTTP client that tests HTTP requests, utilizing a graphical user interface…Oct 23, 2021Oct 23, 2021
Verma VarunMust know Mac/Linux/Terminal grep tips to search content within filesgrep is a powerful tool to search content within files on your Mac (Terminal) or Linux systems. The following 3 are handy tips that every…Oct 3, 2021Oct 3, 2021
Verma VarunPostgreSQL user with SELECT only access to a VIEW without granting TABLE accessExternal systems (Tableau, Mode, etc) connecting to your data to run reports must definitely not have DDL access. In addition, reporting…Aug 9, 20211Aug 9, 20211
Verma VarunPython — Avoid this common mistake of writing functions with default parametersWriting functions with default arguments seems like a fairly straightforward task. Default the argument in the function definition and…Jun 26, 2021Jun 26, 2021
Verma VarunSelective logging in Anypoint Runtime to safeguard sensitive informationI recently got into a situation where I was logging payloads in Anypoint Runtime and realized that the payload contained sensitive…Feb 17, 2021Feb 17, 2021
Verma VarunAccess local PostgreSQL server remotely using ngrokIf you ever feel the need to host a database on a server and do not have the resources to do so, you can setup the database locally on a…Nov 7, 20201Nov 7, 20201
Verma VarunRemoving deleted branches cached in GitOver time as you create pull requests and move your changes from temporary branches over to the dev or master branch, a lot of branches…Nov 6, 2020Nov 6, 2020