Best of Windows — July 2021
- 1
- 2
Hashnode·5y
Why software engineers choose Linux over Windows for programming
Most software engineers choose Linux over Windows for programming. I was a big fan of Windows OS, and have been using it for years. Since I started programming I found that a Linux distro (such as Ubuntu, Manjaro, and Arch) is the best Operating System to start with.
- 3
DEV·5y
14 VS Code Shortcuts to Supercharge Your Productivity
Software engineers tend to be extremely efficient beings. Our goal is to optimize everything, not just the code. We don't want to spend 10 seconds looking for something on the GUI. Why would we, when we can do it in 0,1s by using the powerful keyboard shortcuts? Let me share with you the shortcuts I use every day. I bet you don't know many of them!
- 4
Fedora Magazine·5y
Command line quick tips: wc, sort, sed and tr
Linux is the best-known and most-used open source operating system. Linux is software that sits underneath all of the other software on a computer, receiving requests from those programs and replaying these requests to the computer's hardware. Let’s have a look at some command line utilities which come in handy when you’re the guy that likes to stick with the terminal.