Added tags
This commit is contained in:
parent
d35a5058cd
commit
18c3fc888e
8
.vscode/template.code-snippets
vendored
8
.vscode/template.code-snippets
vendored
|
@ -3,13 +3,17 @@
|
||||||
"scope": "markdown",
|
"scope": "markdown",
|
||||||
"prefix": "note",
|
"prefix": "note",
|
||||||
"body": [
|
"body": [
|
||||||
|
"---",
|
||||||
|
"tags: $1",
|
||||||
|
"---",
|
||||||
|
"",
|
||||||
"# ${TM_FILENAME_BASE}",
|
"# ${TM_FILENAME_BASE}",
|
||||||
"",
|
"",
|
||||||
"$2",
|
"$3",
|
||||||
"",
|
"",
|
||||||
"## What led to learning this",
|
"## What led to learning this",
|
||||||
"",
|
"",
|
||||||
"- $1",
|
"- $2",
|
||||||
"",
|
"",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
tags: knowledge, database, nosql
|
||||||
|
---
|
||||||
|
|
||||||
# DynamoDB
|
# DynamoDB
|
||||||
|
|
||||||
It's a [[NoSQL]] [[Database]] from [[AWS]]
|
It's a [[NoSQL]] [[Database]] from [[AWS]]
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
tags: knowledge, frontend
|
||||||
|
---
|
||||||
|
|
||||||
# Lazy loading images in HTML
|
# Lazy loading images in HTML
|
||||||
|
|
||||||
To implement [[Lazy Loading]] to an `<img ... >` tag, add the attribute `loading=lazy`
|
To implement [[Lazy Loading]] to an `<img ... >` tag, add the attribute `loading=lazy`
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
tags: knowledge, web
|
||||||
|
---
|
||||||
|
|
||||||
# Open Graph Protocol
|
# Open Graph Protocol
|
||||||
|
|
||||||
This is a standard that uses websites to tell external websites how a link preview should look
|
This is a standard that uses websites to tell external websites how a link preview should look
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
tags: knowledge, frontend, from-podcast
|
||||||
|
---
|
||||||
|
|
||||||
# Perfectly centering pixels is tricky
|
# Perfectly centering pixels is tricky
|
||||||
|
|
||||||
To perfectly center a container (like a `<div>`) inside another container, both containers' sizes must have the same parity, in other words, both sizes must be either even or odd, in the direction of centering.
|
To perfectly center a container (like a `<div>`) inside another container, both containers' sizes must have the same parity, in other words, both sizes must be either even or odd, in the direction of centering.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
tags: tutorial, ipfs
|
||||||
|
---
|
||||||
|
|
||||||
# Share file with ipfs
|
# Share file with ipfs
|
||||||
|
|
||||||
**Warning:** Only tested serving the file, not downloading it
|
**Warning:** Only tested serving the file, not downloading it
|
||||||
|
|
Loading…
Reference in New Issue
Block a user