interface Developer {
name: string;
location: string;
currentProject: string;
interests: string[];
vision: string;
}
const adithya: Developer = {
name: "Adithya",
location: "Bengaluru, India",
currentProject: "Pasta At Night - A PSX style horror/comedy game for PC",
interests: ["Backend Development", "Game Development", "AI Innovation"],
vision: "To build software that simplifies and enhances people's lives"
};
🔒
I use helix btw
Pinned Loading
-
-
testapi-cli
testapi-cli PublicA nodejs CLI tool to create and manage mock API endpoints. Test API interactions quickly by setting up mock endpoints with responses from the terminal.
TypeScript 2
-
Pandemonium
Pandemonium PublicA single-player first-person horror game - Available on Google Play Store. 500+ Downloads!
C# 3
-
golang-http-server
golang-http-server PublicA minimal HTTP server implemented using Go’s net/http package. Implemented to understand how handlers, middlewares, concurrency, and context propagation work in Go.
Go 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




