mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Add Rate Limiter section to README
Added a new section for Rate Limiter with relevant resources.
This commit is contained in:
parent
294aef8fde
commit
6ee1db2227
1 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ It's a great way to learn.
|
|||
* [Physics Engine](#build-your-own-physics-engine)
|
||||
* [Processor](#build-your-own-processor)
|
||||
* [Programming Language](#build-your-own-programming-language)
|
||||
* [Rate Limiter](#build-your-own-rate-limiter)
|
||||
* [Regex Engine](#build-your-own-regex-engine)
|
||||
* [Search Engine](#build-your-own-search-engine)
|
||||
* [Shell](#build-your-own-shell)
|
||||
|
|
@ -352,6 +353,12 @@ It's a great way to learn.
|
|||
* [**Swift**: _Building a LISP from scratch with Swift_](https://www.uraimo.com/2017/02/05/building-a-lisp-from-scratch-with-swift/)
|
||||
* [**TypeScript**: _Build your own WebAssembly Compiler_](https://blog.scottlogic.com/2019/05/17/webassembly-compiler.html)
|
||||
|
||||
#### Build your own `Rate Limiter`
|
||||
|
||||
* [**Go**: *Let's Create a Simple Load Balancer*](https://kasvith.me/posts/lets-create-a-simple-lb-go/)
|
||||
* [**Go**: *Building a Production Rate Limiter from Scratch in Go*](https://dev.to/young_gao/building-a-production-rate-limiter-from-scratch-in-go-52b6)
|
||||
* [**Python**: *Rate-Limiting Strategies and Techniques*](https://flask-limiter.readthedocs.io/en/stable/strategies.html)
|
||||
|
||||
#### Build your own `Regex Engine`
|
||||
|
||||
* [**C**: _A Regular Expression Matcher_](https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html)
|
||||
|
|
|
|||
Loading…
Reference in a new issue