mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
chore: update roadmap content json (#7990)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3c7761cbe8
commit
e11ce51b09
@@ -1852,8 +1852,18 @@
|
|||||||
},
|
},
|
||||||
"vjMqqFsTxSjaiYxmliwLi": {
|
"vjMqqFsTxSjaiYxmliwLi": {
|
||||||
"title": "Endianess",
|
"title": "Endianess",
|
||||||
"description": "Endianess is the order in which bytes are stored in memory. The two most common types of endianess are big endian and little endian. Big endian stores the most significant byte first, while little endian stores the least significant byte first.\n\nVisit the following resources to learn more:",
|
"description": "Endianness is the order in which bytes are stored in memory. The two most common types of endianness are big endian and little endian. Big endian stores the most significant byte first, while little endian stores the least significant byte first.\n\nVisit the following resources to learn more:",
|
||||||
"links": [
|
"links": [
|
||||||
|
{
|
||||||
|
"title": "Endianness",
|
||||||
|
"url": "https://developer.mozilla.org/en-US/docs/Glossary/Endianness",
|
||||||
|
"type": "article"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Big-Endian vs Little-Endian Explained with Examples",
|
||||||
|
"url": "https://www.freecodecamp.org/news/what-is-endianness-big-endian-vs-little-endian/",
|
||||||
|
"type": "article"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Big Endian vs Little Endian.mp4",
|
"title": "Big Endian vs Little Endian.mp4",
|
||||||
"url": "https://www.youtube.com/watch?v=JrNF0KRAlyo",
|
"url": "https://www.youtube.com/watch?v=JrNF0KRAlyo",
|
||||||
|
Reference in New Issue
Block a user