~$ npx ekansh # OR pnpx ekansh@latest - A light CLI to get started ASAP
export const ekansh = {
pronouns: "He" | "Him",
code: ["🚀 JavaScript", "🔥 TypeScript", "🐍 Python", "⚙️ Rust", "🎯 Dart"],
bio: "🌟 Self-Taught FullStack Sorcerer from India",
askMeAbout: ["💻 Web Dev", "🔧 Tech", "🛠️ DevOps", "🔙 Backend"],
technologies: {
backEnd: {
js: ["Node.js", "Fastify", "Express"],
python: ["Flask", "FastAPI", "Django"],
go: ["Gin", "GORM"],
rust: ["Rocket"]
},
frontEnd: {
js: ["React", "Next.js", "Svelte", "SvelteKit"],
},
devOps: ["☁️ GCP", "☁️ AWS", "🐳 Docker", "🔒 Nginx"],
databases: ["📦 MongoDB", "🔍 MySQL", "📂 SQLite", "🐘 PostgreSQL"],
misc: ["🔥 Firebase", "⚡ Socket.IO", "🤖 Selenium"]
},
architecture: ["🌐 Serverless Architecture", "🚀 Progressive Web Applications", "🌈 Single Page Applications"],
currentFocus: "🎯 Elevating my DevOps Wizardry",
};