font for code. It’s a fork of the popular Source Code Pro but with programming ligatures. Ligatures are special icons that replace common special character combos used in code. github.com/i-tu/Hasklig
10 Git Tricks to Save Your Time and Sanity
10 Git Tricks to Save Your Time and Sanity
dev.to/jacobherrington/10-git-tricks-to-save-your-time-and-sanity-289h
How to delete ALL node_modules folders on your machine
How to delete ALL node_modules folders on your machine and free up HD space
For Mac/linux/windows:
dev.to/trilon/how-to-delete-all-nodemodules-folders-on-your-machine-43dh
About Codewars · Codewars/codewars.com Wiki
Codewars is a community of developers, who are called Code Warriors (or just warriors), that train on improving their development skills. Think of it like a coding dojo – where developers train with each other and help each other get better through practice.
github.com/Codewars/codewars.com/wiki/About-Codewars
A guide to Web scraping without getting blocked
A guide to Web scraping without getting blocked dev.to/daolf/a-guide-to-web-scraping-without-getting-blocked-5e7e
Why SvelteJS may be the best framework for new web devs – DEV Community
Design Systems (Part I: Foundations) – DEV Community
Angular + Redux — The lesson we’ve learned for you – Supercharge’s Digital Product Development Guide – Medium
Starting a React/Redux Project with TypeScript
Setup private SSH key for WebStorm and other IDEs in Windows
I had a problem pushing commits to Bitbucket inside Webstorm “no access” or similar error when trying to push.
I usually use Sourcetree together with Putty Pageant loaded with the putty specific SSH file format ppk. So the solution was to convert the private putty ppk file into OpenSSH file format using PuTTygen.
Then save that file into %userprofile%\.ssh\id_rsa
(id_rsa is the open ssh file name, no extension).
It made it possible for Webstorm to push to Bitbucket.
Follow these steps to convert from ppk to OpenSSH:
- Run the puTTygen program.
- Click Load.
- Select your private key that ends in .ppk and then click Open.
- Click the Conversions menu option.
- Click Export OpenSSH key.