Real Vim's power Why Vim is a better option than others code editors? 🤔 Answering this question is really easy: Terminal Power TL;DR Use Linux's background processes along side Vim to improve your workflow. 😎 Terminal power 🦾 As a Vim user your first super power is the terminal! If you're
Fundamentals of Typescript Typescript is an essential resource for large applications because typescript ensures the code quality and the correct implementation and use of different components, also, it provides static testing to your code raising errors as soon you forget to type the complete set of properties/parameters/attributes in your code. Typescript
How to enable Natural Scrolling on your recently installed Linux Whell this is simple, and anoying, well I use to work in Mac and I love the natural scrolling because it feels Natural, right, so, when I install my new Linux, I always get bothered with this issue, and I end to delay the simple fix, until I decide google
No more git push -u Hello in this short post I will show you how to avoid to set up the upstream branch when you're doing a git push. when you create a new branch and you should to push your changes you should to set up the upstream with: git push -u
Possible missing firmware for module ... If you got that annoying messages in your arch Linux, I have good news for you, you could get ride off that warnings by installing an Aur package https://aur.archlinux.org/packages/mkinitcpio-firmware with this Aur package you will install the missing firmware required from your kernel. I installed