Files
system-design-101/data/guides/top-8-standards-every-developer-should-know.md
Kamran Ahmed ee4b7305a2 Adds ByteByteGo guides and links (#106)
This PR adds all the guides from [Visual
Guides](https://bytebytego.com/guides/) section on bytebytego to the
repository with proper links.

- [x] Markdown files for guides and categories are placed inside
`data/guides` and `data/categories`
- [x] Guide links in readme are auto-generated using
`scripts/readme.ts`. Everytime you run the script `npm run
update-readme`, it reads the categories and guides from the above
mentioned folders, generate production links for guides and categories
and populate the table of content in the readme. This ensures that any
future guides and categories will automatically get added to the readme.
- [x] Sorting inside the readme matches the actual category and guides
sorting on production
2025-03-31 22:16:44 -07:00

1.8 KiB

title, description, image, createdAt, draft, categories, tags
title description image createdAt draft categories tags
Top 8 Standards Every Developer Should Know Explore the top 8 essential standards every developer should know. https://assets.bytebytego.com/diagrams/0015-8-standards-developers-should-know.png 2024-03-01 false
software-development
Software Standards
Web Development

TCP/IP

Developed by the IETF organization, the TCP/IP protocol is the foundation of the Internet and one of the best-known networking standards.

HTTP

The IETF has also developed the HTTP protocol, which is essential for all web developers.

SQL

Structured Query Language (SQL) is a domain-specific language used to manage data.

OAuth

OAuth (Open Authorization) is an open standard for access delegation commonly used to grant websites or applications limited access to user information without exposing their passwords.

HTML/CSS

With HTML, web pages are rendered uniformly across browsers, which reduces development effort spent on compatibility issues.HTML tags.

CSS standards are often used in conjunction with HTML.

ECMAScript

ECMAScript is a standardized scripting language specification that serves as the foundation for several programming languages, the most well-known being JavaScript.

ISO Date

It is common for developers to have problems with inconsistent time formats on a daily basis. ISO 8601 is a date and time format standard developed by the ISO (International Organization for Standardization) to provide a common format for exchanging date and time data across borders, cultures, and industries.

OpenAPI

OpenAPI, also known as the OpenAPI Specification (OAS), is a standardized format for describing and documenting RESTful APIs.