Recently as I was writing code for one of the project, I had the need for Generating a Randome String of certain length. This is second time I encountered this and had to lookup how to do this. I am sharing the code snippet as a reference to myself ...
Setting up Python development environment - Pyenv, VirtualEnv, Conda Python support two major versions right now Python 2 and Python 3. If you are starting new project, it is recommended that you start with Python 3. There are however cases where ...
The following are VS Code Extensions that I have installed for my development work Auto Import Automatically finds, parses and provides code actions and code completions for all available imports. Works with Typescript and TSX Go Rich Go Language su...
When building javascript/typescript applications (Node,React,Angular ...), you invariably end up using various NPM packages. The following is list of NPM packages that I found useful in my development. I will keep updating this list as I discover/u...
I am writing this blog in hope that someone else who is trying to do the same can some hours of their time and not go through the frustration I went through. In hindsight, it was right there but I couldn't see it until I had the right tools to debug...
I recently switched to a brand new MacBook Pro to use for personal use. I use my laptop as my development machine. The following is steps I took to setup my development environment. Configure Computer Setting up computer name The default computer ...