19 Commits

Author SHA1 Message Date
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
Daniel Lombardi
44f1251199 Fixed wording on How to Improve API Performance?- Caching - Update README.md (#68)
Changed "We can `cache` frequently accessed data into a cache." to "We
can `store` frequently accessed data into a cache."
2023-12-26 20:20:34 -08:00
Daniel Lombardi
a219053f42 fixed order of diagram and text, text was pointing to diagram "below" when diagram was above (#69)
fixed order of diagram and text, text was pointing to diagram "below",
when diagram was above
2023-12-26 20:20:06 -08:00
Sahn Lam
2d5e68b169 Nix -> Nx (#64)
This fixes #61
2023-11-28 22:51:38 -08:00
Julian Li
e6cee803a5 Add GitHub trending badge in readme (#42)
[trendshift.io](https://trendshift.io/) captures the daily Github
Trending data and generates a nice dynamic badge based on the highest
achieved rank. This PR embeds the badge in the readme file, and
hopefully, It helps to motivate contributors and attract more users.
2023-10-25 21:44:53 -07:00
石秉修(PING-HSIU SHIH)
c5e23c23f1 fix stackoverflow.jpg image typo (#39)
I saw stackoverflow image has a typo "wha" it might be "what"
2023-10-25 18:38:28 -07:00
Dallin Christensen
75f473ec3d Made grammatical changes (#10)
Changed "Separate functional teams need to speak the same language The
dedicated functional teams are only responsible for their own components
and services. " to "Separate functional teams need to speak the same
language and the dedicated functional teams are only responsible for
their own components and services. "

Also changed "Microservices increase system complexity We have separate
services to serve different functions of the system." to "Microservices
increase system complexity and we have separate services to serve
different functions of the system."

#36 - Relevant Issue
2023-10-25 16:48:16 -07:00
Sahn Lam
9734b76131 Improve "REST vs GraphQL" (#44)
- Update REST vs GraphQL text
- Fix typos and errors in diagram
2023-10-25 16:41:35 -07:00
DevScript
787a615c9a gRPC: move text above gRPC diagram (#25)
Update README.md  to move text above the gRPC diagram.

---------

Co-authored-by: PrakashB <prakash.bhandari@bigtincan.com>
2023-10-22 15:59:44 -07:00
Bolaji Olajide
56956d352b typo: update reasons for reverse proxy (#22)
fix typo in section about reverse proxy

---------

Co-authored-by: Sahn Lam <slam@users.noreply.github.com>
2023-10-22 15:59:11 -07:00
Haoger
edcbc0443f fix indentation of How does Docker work? section (#26) 2023-10-22 10:58:19 -07:00
umutbozdag
542d4c1c0d fix wrong naming in How does gRPC work? section (#28) 2023-10-22 10:56:50 -07:00
Lucas Berti
a8ed39557c Fixing text to match stackoverflow.jpg's orientation (#17) 2023-10-20 20:55:50 -07:00
Stephan van Stekelenburg
101db2c1c3 link to w3c clarification for further reading (#11)
as the title suggests ;-)
2023-10-20 09:02:12 -07:00
Reg Chiu
695ba488e1 Add ordered lists number for 6 common load-balancing algorithms (#6) 2023-10-18 10:17:09 -07:00
Alastair
377a1d1d13 Fixing spelling and typos in README (#4)
Some small spelling errors and typos remained in the README.

This PR uses `aspell` to find and correct the straightforward errors.
This PR does not attempt to fix spelling and capitalization of all
trademarks and technical terms.

Co-authored-by: alastairp <alastair.penney@fuseuniversal.com>
2023-10-17 09:02:12 -07:00
աӄա
e30e906dc5 remove empty point in disney hotstar case study (#3)
as titled
2023-10-17 09:01:39 -07:00
ByteByteGoHq
e9950b7702 Update README.md 2023-10-15 23:00:51 -07:00
ByteByteGoHq
57625a285d first commit 2023-10-15 18:49:24 -07:00