Taking a Look at Modern Alternatives to Microsoft Notepad

Notepad has been an excellent lightweight tool since the beginning of Windows. But lately, it hasn’t changed much to match the new Fluent Design language of Windows 10. However, there are some excellent third-party alternatives to Notepad. Since version 2004 (the May 2020 Update) of Windows 10, we have been able to uninstall Notepad easily. So you can get rid of Notepad altogether if you are satisfied with the following third-party alternatives: ...

June 29, 2020 · 2 min · Vikas Kumar
Laptop

WSL and Visual Studio Code Are Making Windows Better

Many developers would agree that Windows is not known for being developer-friendly unless you are developing for the Windows ecosystem. Linux distributions, on the other hand, are very good for development, especially considering that most of your builds will run on Linux-based servers. ...

February 17, 2020 · 2 min · Vikas Kumar
Linux Subsystem

Is Windows Subsystem for Linux Any Use?

I was a long-term user of Arch Linux, but recently I decided to switch to Windows. Why? Because I needed to do some media editing, and I had heard about WSL, which promised a more comfortable life for developers on Windows. Installation So I installed a new SSD and started the Windows 10 installation process. The installation went smoothly. Then I opened PowerShell to activate the feature and downloaded Ubuntu from the Windows Store. Finally, I launched Bash and installed git, nodejs, npm, yarn, python, and pip. I was excited to try it all out with Microsoft’s own Visual Studio Code, as it was the only editor that officially supported WSL. ...

March 21, 2019 · 2 min · Vikas Kumar