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"
};
🔒
I use helix btw
-
Vincere Technology
- Bengaluru
- a_d_i_.x
- in/adithya-s-088272287
- @Adi_1858
Highlights
- Pro
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 1
-
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
-
Pandemonium
Pandemonium PublicA single-player first-person horror game - Available on Google Play Store.
C# 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.




