From 41bfff495bc24eebf486b37ea4c4edf818de06ec Mon Sep 17 00:00:00 2001 From: Ivan Allen Macabontoc Date: Wed, 14 Jan 2026 11:37:28 +0800 Subject: [PATCH] Added uilding Your Own JWT Decoder in JavaScript: No Third-Party Libraries Needed (UNCATEGORIZE) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd679f7..aff163d 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,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)