const shishir = {
role: "Full Stack Developer & AI Builder",
location: "Nepal π³π΅",
currentlyBuilding: ["RAG-powered AI applications", "SOC tooling & detection workflows"],
learning: ["AI system design", "Go", "Scalable backend architectures"],
askMeAbout: ["MERN Stack", "Next.js", "AI-powered apps", "System Design"],
funFact: "I turn random ideas into production-ready apps overnight β‘"
};|
AI-Powered Ecommerce Intelligent shopping with RAG-based product recommendations and smart discovery
|
Customer Care AI System Autonomous real-time AI support platform with context-aware LLM responses
|
AI Code Editor Cursor-inspired in-browser AI editor with intelligent completions & refactoring
|
βοΈ Snake animation setup
Create .github/workflows/snake.yml in your profile repo:
name: Generate Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: shishirkhatiwada
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


