Skip to content

Instantly share code, notes, and snippets.

View victorsharamet's full-sized avatar
❤️
JavaScript

Victor Sharamet victorsharamet

❤️
JavaScript
View GitHub Profile
@victorsharamet
victorsharamet / gist:2efd8c351b4c4000ed0c28b6880fed3f
Created June 10, 2022 13:52
Typing keyboard practice resources for programmer
1. Keybr.com
A free online typing tutorial with historical statistics of all your typing practice
2. Typing.io
Typing.io is the most famous typing practice website for programmers so far, and it supports both Free Plan and Mechanical Plan.
3. Agilefingers.com
AgileFingers is a course that teaches you how to master touch typing. Fast typing exercises are divided into lessons, texts, and games.
4. Speedcoder.net
1) pug = html
span.text = <span class="text"></span>
.block = <div class="block"></div>
2) Передать содержимое блока
// обычно делают так
.block Текст внутри блока = <div class="block">Текст внутри блока</div>
// а можно еще так
.block
| Текст внутри блока