Skip to content

Commit aca3ae9

Browse files
committed
Add new projects: JWT-Keys Generator and 0http-bun; comment out SaaS/PaaS section
1 parent 0a9e199 commit aca3ae9

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

index.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h3>Simpler and foundational building blocks</h3>
298298
</p>
299299
</div>
300300
</div>
301-
<h2>SaaS/PaaS Solutions</h2>
301+
<!-- <h2>SaaS/PaaS Solutions</h2>
302302
<div class="projects">
303303
<div class="project">
304304
<span class="project-avatar">
@@ -363,7 +363,7 @@ <h3>CSP Generator</h3>
363363
<i> Evaluate and refine CSP rules to defend against XSS, data leaks, and emerging web threats. </i>
364364
</p>
365365
</div>
366-
</div>
366+
</div> -->
367367

368368
<h2>Trending projects</h2>
369369
<div class="projects">
@@ -381,6 +381,25 @@ <h3>restana</h3>
381381
build scalable and maintainable APIs.
382382
</p>
383383
</div>
384+
<div class="project">
385+
<span class="project-avatar">
386+
<img src="projects/jwt-keys-generator.svg" width="250" />
387+
</span>
388+
<h3>JWT-Keys Generator</h3>
389+
<img
390+
alt="GitHub Repo stars"
391+
src="https://img.shields.io/github/stars/BackendStack21/jwt-keys-generator-api"
392+
/>
393+
<a href="https://github.com/BackendStack21/jwt-keys-generator-api">View on GitHub</a>
394+
<p>
395+
A Reliable, Free JWT Signing/Verification Key Generator Using OpenSSL.
396+
<br /><br />
397+
<i>
398+
Generate JWT signing and verification keys effortlessly with our trusted, user-friendly tool backed by
399+
OpenSSL.
400+
</i>
401+
</p>
402+
</div>
384403

385404
<div class="project">
386405
<span class="project-avatar">
@@ -407,6 +426,19 @@ <h3>0http</h3>
407426
require low latency and performance.
408427
</p>
409428
</div>
429+
<div class="project">
430+
<span class="project-avatar">
431+
<img src="projects/0http-logo.svg" width="250" />
432+
</span>
433+
<h3>0http-bun</h3>
434+
<img alt="npm" src="https://img.shields.io/npm/dw/0http-bun" />
435+
<a href="https://github.com/BackendStack21/0http-bun">View on GitHub</a>
436+
<p>
437+
A high-performance, minimalist HTTP framework for <a href="https://bun.sh/">Bun</a>, inspired by
438+
<a href="https://github.com/BackendStack21/0http">0http</a>. Built specifically to leverage Bun's native
439+
performance capabilities with a developer-friendly API.
440+
</p>
441+
</div>
410442
<div class="project">
411443
<span class="project-avatar">
412444
<img src="projects/keycloak-backend-logo.svg" width="250" />

0 commit comments

Comments
 (0)