srcchevron_righttech_stack.json
// stack manifest
1{
2"identity": {
3"name": "roshan-aryan-majhi",
4"role": "Full Stack Software Engineer",
5"version": "01.04.23@latest"
6},
7"technical_stack": {
8// User Interface & Experience
9"frontend": [
"React""Next.js""Nuxt.js""TanStack Start""Svelte / SvelteKit""Electron.js""TypeScript""JavaScript (ES6+)""Tailwind CSS""Framer Motion""HTML5 / CSS3""State Management (Redux, Zustand, Pinia)"
10],
11// Scalable Core Logic
12"backend": [
"Node.js""Express""Hono""Laravel""Spring Boot""Java Programming"".NET Framework"
13],
14// Persistence & Integrity
15"databases_and_storage": [
"PostgreSQL""MySQL""MongoDB""Redis""Supabase""Minio (Distributed Storage)"
16],
17// Monorepos, Lifecycle & Workspace Control
18"architecture_and_tooling": [
"Monorepos (NX / Turborepo)""RESTful APIs""Git / GitHub""GitHub Actions""Vite""Bun""pnpm""Yarn""NPM"
19],
20// DevOps & Production Control
21"devops_and_cloud": [
"Docker""Kubernetes (Fundamentals)""CI/CD Pipelines""GitHub Actions""Cloudflare""AWS (Beginner)"
22],
23},
24"currently_learning": [
"Vitest / Storybook (UI Testing)""Kubernetes""AWS""Svelte/SvelteKit"
25],
26"scripts": {
27"deploy": "git push --production",
28"test": "vitest --coverage",
29"analyze": "bundle-analyzer"
30}
31}