Windows

Let's Talk About Fonts (Part 1)

Val Paliy

Let’s face it - as developers we look at code 90% of our time we spend in front of the monitor. While there tons of fonts available for our favorite text editors, both free and paid, I have found one font in particular to be extremely enjoyable for programming productivity and code readability (and believe me - I’ve tried a few).

That is - JetBrains Mono, a free and open source font from the very same company that brought us tools like WebStorm and PyCharm.

What Have I Been Up To Recently?

Val Paliy

If you’ve been following my blog you might have noticed that I haven’t written anything in quite some time. “So, what’s up?”, you might ask.

Well, long story short - lots of things have happened March through May, 2021. Most of them unpleasant to say the least and personal, so I’d rather not disclose the details. However, I’ve also done a few things related to Information Technologies.

GNU on Windows (GoW) - Linux Commands on Windows

Val Paliy

For a long time the only way to launch Linux commands in Windows was with Cygwin. But Cygwin is rather bulky and can take a long time to download if you are on a slower Internet connection. This cross-platform development challenge has made many programmers seek lightweight alternatives for Linux compatibility on Windows.

As I’ve mentioned before, I love Linux for its stability and reliability. So I was looking for a simpler way to execute Linux commands in Windows, and found it! This development environment setup is perfect for programmers who need system administration tools across different operating systems.