We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba674f1 commit 8cb1029Copy full SHA for 8cb1029
1 file changed
src/collections/projects.json
@@ -1,7 +1,13 @@
1
[
2
+ {
3
+ "name": "Custom Rate Limiter",
4
+ "description": "A multi-layered, configurable rate limiter built with Spring Boot.",
5
+ "image": "/assets/images/projects/ratelimiter.png",
6
+ "url": "https://github.com/coderGtm/ratelimiter",
7
+ },
8
{
9
"name": "Yantra Launcher",
- "description": "Best CLI Launcher for Android.",
10
+ "description": "A minimal CLI based Android app Launcher with 50k+ users.",
11
"image": "/assets/images/projects/yantra-launcher.png",
12
"url": "https://github.com/coderGtm/yantra-app-launcher"
13
},
0 commit comments