Life's random bits By b1thunt3r (aka Ishan Jain)…

Author: Ishan jain (b1thunt3r)

Microsoft Edge: Chromium Edition

Microsoft Edge: Chromium Edition

In December 2018, along came another announcement from Microsoft. Microsoft announced it would stop development on EdgeHTML, and replace it with the Chromium for Edge browser.
Getting Started: Docker

Getting Started: Docker

There are several ways to start using Docker. You can either install it on your local workstation or use one of several Cloud services to run Docker. There are even online courses of Docker that provides you with the while environment needed to learn and experiment with. For now I am only going to concentrate on installation on local workstations. These g...
Docker: Introduction

Docker: Introduction

Short answer: A tool that helps to maximize the utilization of system resources, by containing applications in their own environment.
Get the User Directory in C#

Get the User Directory in C#

Sometimes you just need to save some files to the user directory, and the path needs to be cross-platform.
Docker Cheat Sheet

Docker Cheat Sheet

A little cheat sheet for Docker, when you just remember a specific command.
Mouse is more low level then keyboard in Windows 10

Mouse is more low level then keyboard in Windows 10

I have been using VM in my daily work for as long as I can remember. Before Multiple Desktops was first class citizen in Windows 10, I used to use VirtualWin. The problem with combining VirualWin and VM, was that I had to go out of VM in order to switch desktop.
Visual Studio as Daily Driver

Visual Studio as Daily Driver

As an ongoing effort, I wanted to have a more versatile/cross-platform development environment. And with VS Code released for all major platforms, I saw a good opportunity to maybe switch to an IDE that I could use on both Windows and Linux, and still be able to code C#.