interface Developer {
name: string;
location: string;
currentProject: string;
interests: string[];
vision: string;
}
const adithya: Developer = {
name: "Adithya",
location: "Bengaluru, India",
currentProject: "PersonaBox - Create AI chats with custom personality",
interests: ["Backend Development", "Game Development", "AI Innovation"],
vision: "To build software that simplifies and enhances people's lives"
};
-
Vincere Technology
- Bengaluru
- a_d_i_.x
- in/adithya-s-088272287
- @Adi_1858
Highlights
- Pro
Pinned Loading
-
persona-box
persona-box PublicCreate and chat with custom AI personas using the big 5 personality traits. [UNDER DEVELOPMENT]
Go 1
-
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 1
-
Pandemonium
Pandemonium PublicA single-player first-person horror game - Available on Google Play Store.
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 2
If the problem persists, check the GitHub status page or contact support.




