From 76f1b15084ac591a61e1ac662ffa5f03134458c5 Mon Sep 17 00:00:00 2001 From: rohanpatel2002 Date: Thu, 14 May 2026 11:28:31 +0530 Subject: [PATCH] style: improvement of the bento grid --- src/routes/index.tsx | 148 ++++++++++++++++++++++++++++++++----------- 1 file changed, 112 insertions(+), 36 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 37ace96..fcabc7d 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -281,69 +281,145 @@ function Index() {

[ STACK ]

-
- {/* Featured: Go */} + {/* Flawless 4x3 Bento Box layout */} +
+ + {/* Slot 1: Go / Core Engine (2 cols x 2 rows) */} -
- Go + {/* Subtle architectural background texture */} +
+ +
+
+ Go +
+ + [ CORE ENGINE ] +
-
-

Go / Backend

-

Building high-performance, concurrent systems and APIs.

+ +
+

Go & Backend Systems

+

+ Building highly concurrent system components, robust deployment gates, and resilient API contracts engineered to perform predictably under load. +

- {/* Featured: React */} + {/* Slot 2: React & TypeScript (2 cols x 1 row) */} + +
+
+ Frontend Architecture + +
+
+

React & TypeScript

+

+ Type-safe, highly modular interactive user interfaces built with custom design systems, smooth motion layouts, and state predictability. +

+
+ + + {/* Slot 3: AI Integration (1 col x 1 row) */} -

React & TypeScript

-

Type-safe, component-driven frontend architecture.

+
+ 🤖 + LLMs / RAG +
+
+

AI Integration

+

+ Embedding pipelines, LangChain agents, and structured outputs with high-fidelity semantic validation. +

+
- {/* AI/ML */} + {/* Slot 4: Databases (1 col x 1 row) */} - 🤖 - AI / LLM +
+ 🗄️ + Persistence +
+
+

Databases

+

+ Postgres, Redis, MongoDB, and pgvector optimized for low-latency relational and semantic retrievals. +

+
- {/* Python */} + {/* Slot 5: Python (1 col x 1 row) */} - PY +
+ PY + Scripting +
+
+

Python Engine

+

+ Django REST interfaces, data parsing automation, and rapid exploratory backend pipelines. +

+
- {/* Database */} + {/* Slot 6: DevOps (1 col x 1 row) */} -
-

Databases

-

Postgres, MongoDB, Redis

+
+ + Infra +
+
+

DevOps & CI

+

+ Docker containerization, Git governance workflows, and custom active deployment safety gates. +

+
+ + + {/* Slot 7: Ecosystem Arsenal Track (2 cols x 1 row) */} + + [ RUNTIMES & PROTOCOLS ] +
+ {["Node.js", "Supabase", "REST APIs", "gRPC", "SQL", "Postman", "Linux", "CI/CD"].map((item) => ( + + {item} + + ))}
- 🗄️
- {/* Others - mini cards */} - {["Node.js", "Django", "Supabase", "Git", "Docker"].map((item) => ( - - {item} - - ))}