All documentations that you will need to read them like a hero.
The most important tools in Software engineering is git. You will need git as source controller at anywhere.
There are important command you can learn them super fast.
Read more in Git.
Read more about .files or dotfiles
as configuration files.
Make .gitignore
file and write all your files and directories that you want to
ignore them.
You can learn markdown syntax with official markdown documentations.
You can write markdown files in vscode as your code documentations and preview them as a presentation in your editor.
Read this extension for your vscode.
Shortcut to markdown preview is:
- Linux and Windows:
ctrl + shift + v
- MacOS:
cmd + shift + v
Vim is a text editor. You can install it in any platforms like Windows, Linux and MacOS and everywhere.
In overall, vim has special keybinds and key shortcuts. Yes you can install vim keybinds in your favorite text editor like, intelliJ, vscode, xcode and etc.
At first view, VIM keybinds are little bit difficult. Read more about vim keybind.
I don't know all vim keybinds completely, but necessary items shown in following:
Vim has three mode:
- Visual mode: At this mode you can select texts
- Insert mode: At this mode you can change and manipulate texts
- Command mode: At this mode you can use command of vim
Learn more about code and text navigation with your keyboard without using arrow keys.
Main titles:
- Sketching
- Prototyping
- System design
- Colors
- Color variations
- Color palettes
- Color Tonal
- Typography
- Components
- Material UI version 2.0 and version 3.0
- Carbon UI
- Fluent UI 2.0
- Next UI 2.0