Go to file
2021-02-17 15:18:53 +01:00
.vscode removed unhelpful linting rules 2020-10-18 20:08:42 -05:00
Drafts Moved drafts into a Draft folder, that's clearer for readers and me as the author 2021-02-17 15:18:53 +01:00
Configure ssh keys in Mikrotik.md New: Configure ssh-keys in Mikrotik 2020-09-30 19:59:22 -05:00
DynamoDB.md Removed "bullet point" in "What lead to learn this" section 2020-09-30 19:27:12 -05:00
INSERT ... RETURNING.md new: PostgreSQL WITH and INSERT ... RETURNING statements 2020-11-13 14:52:06 -05:00
Lazy loading images in HTML.md Removed "bullet point" in "What lead to learn this" section 2020-09-30 19:27:12 -05:00
Open Graph Protocol.md Removed "bullet point" in "What lead to learn this" section 2020-09-30 19:27:12 -05:00
Perfectly centering pixels is tricky.md Removed "bullet point" in "What lead to learn this" section 2020-09-30 19:27:12 -05:00
README.md README: explain this will become a blog, and link to docs repo 2021-02-17 15:08:31 +01:00
Share file with ipfs.md ipfs: Fix: identation and linting 2020-09-30 19:27:12 -05:00
Ssh poor-man's-vpn on android.md vpn-android: last command wasn't being executed 2020-11-02 12:09:36 -05:00
The WITH statement.md new: PostgreSQL WITH and INSERT ... RETURNING statements 2020-11-13 14:52:06 -05:00

Knowledge

I'm still experimenting with this, but I will eventually make a blog based on these articles.

I have more tutorials / explanations here https://github.com/madacol/docs. I will merged them in this repo someday

Usage

To read notes properly use Vscode with this extension Markdown Memo ext install svsool.markdown-memo

Vscode extensions for editing

Note: VSCode should recommend you to install them all when you open this project

Install all command

code --install-extension svsool.markdown-memo &
code --install-extension yzhang.markdown-all-in-one &
code --install-extension telesoho.vscode-markdown-paste-image &
code --install-extension davidanson.vscode-markdownlint &
code --install-extension gruntfuggly.auto-snippet &

Optional

  • Markdown Links ext install tchayen.markdown-links - provides a command to show the graph of links