Compare commits

...

2 commits

Author SHA1 Message Date
Ivan
b9b384bb64
Merge 41bfff495b into 294aef8fde 2026-02-23 09:29:51 -08:00
Ivan Allen Macabontoc
41bfff495b Added uilding Your Own JWT Decoder in JavaScript: No Third-Party Libraries Needed (UNCATEGORIZE) 2026-01-14 11:37:28 +08:00

View file

@ -457,6 +457,7 @@ It's a great way to learn.
* [**JavaScript**: _JavaScript Algorithms and Data Structures_](https://github.com/trekhleb/javascript-algorithms)
* [**JavaScript**: _Build a ride hailing app with React Native_](https://pusher.com/tutorials/ride-hailing-react-native)
* [**JavaScript**: _Build Your Own AdBlocker in (Literally) 10 Minutes_](https://levelup.gitconnected.com/building-your-own-adblocker-in-literally-10-minutes-1eec093b04cd)
* [**JavaScript**: _Building Your Own JWT Decoder in JavaScript: No Third-Party Libraries Needed_](https://ivan-devx.vercel.app/blogs/jwt-parser)
* [**Kotlin**: _Build Your Own Cache_](https://github.com/kezhenxu94/cache-lite)
* [**Lua**: _Building a CDN from Scratch to Learn about CDN_](https://github.com/leandromoreira/cdn-up-and-running)
* [**Nim**: _Writing a Redis Protocol Parser_](https://xmonader.github.io/nimdays/day12_resp.html)