root@anish-server :~#
Starting backend services...
Loading API endpoints...
Connecting to databases...
Initializing microservices...
Brewing coffee...
Portfolio ready!
Loading...
anish@engineer: ~/portfolio
bash api.log db.sql

System Logs

about.json skills.json experience.json
Lines: 45 Size: 2.1KB
contact.json - API Response
{
  "contact": {
    "name": "Anish Karki",
    "role": "Backend Developer || ML Engineer",
    "email": "[email protected]",
    "location": {
      "country": "Nepal",
      "city": "Pokhara",
      "timezone": "UTC+5:45"
    },
    "social": {
      "github": "https://github.com/GitWitAnish",
      "linkedin": "https://www.linkedin.com/in/anish-karki-/",
      "instagram": "_anishkarki"
    },
    "response_guaranteed": "within_24_hours"
  }
}