Add character encodings post
This commit is contained in:
@ -1,4 +1,14 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"title": "Character Encodings",
|
||||||
|
"description": "Covers the basics of character encodings and explains ASCII vs Unicode",
|
||||||
|
"url": "/guides/character-encodings",
|
||||||
|
"fileName": "character-encodings",
|
||||||
|
"featured": true,
|
||||||
|
"author": "kamranahmedse",
|
||||||
|
"updatedAt": "2020-05-14T20:59:14.191Z",
|
||||||
|
"createdAt": "2020-05-14T20:59:14.191Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Unfamiliar Codebase",
|
"title": "Unfamiliar Codebase",
|
||||||
"description": "Tips on getting getting familiar with an unfamiliar codebase",
|
"description": "Tips on getting getting familiar with an unfamiliar codebase",
|
||||||
|
3
content/guides/character-encodings.md
Normal file
3
content/guides/character-encodings.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[](/guides/character-encodings.png)
|
||||||
|
|
||||||
|
Here is the [original tweet](https://twitter.com/kamranahmedse/status/1259631582362689537) where this image was posted.
|
BIN
public/guides/character-encodings.png
Normal file
BIN
public/guides/character-encodings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
@ -31,11 +31,23 @@
|
|||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://roadmap.sh/guides/why-build-it-and-they-will-come-wont-work-anymore</loc>
|
<loc>https://roadmap.sh/guides/character-encodings</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<lastmod>2020-05-14T20:59:14.191Z</lastmod>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://roadmap.sh/guides/unfamiliar-codebase</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<lastmod>2020-05-04T20:59:14.191Z</lastmod>
|
<lastmod>2020-05-04T20:59:14.191Z</lastmod>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://roadmap.sh/guides/why-build-it-and-they-will-come-wont-work-anymore</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<lastmod>2020-05-04T12:59:14.191Z</lastmod>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://roadmap.sh/guides/dhcp-in-one-picture</loc>
|
<loc>https://roadmap.sh/guides/dhcp-in-one-picture</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
|
Reference in New Issue
Block a user