Node.js Backend Engineer | Microservices | Event-Driven | Graphql
class Pranav {
name = "Pranav S";
location = "Kochi, Kerala, India";
role = "Backend Engineer";
focus = "Node.js β’ TypeScript β’ Scalable Systems";
stack = [
"NestJS", "TypeScript", "PostgreSQL", "Graphql",
"NextJs", "React", "ReactNative", "Drizzle"
] as const;
currentlyExploring = "bunJs Hono and ReactNative";
experience = [
"IODatalabs (GoCXM) β Production microservices (2024β2025)",
"Freelance β Payment gateways, Stayhopper, custom tools",
"Kerala Police Cyberdome β MongoDB β Elasticsearch migration"
] as const;
openSource = ["fastnet", "netx-tunnel", "safex-store"] as const;
lookingFor = "Backend roles β’ Contract β’ Freelance β’ Interesting problems";
contact = {
email: "pranavs.engineer@gmail.com",
github: "github.com/prnv404",
linkedin: "linkedin.com/in/pranav-s-2263a9352",
};
vibe = "Ships reliable code. Slightly over-engineers on purpose.";
hireMe() {
return `Hey! I'm currently open to work β ${this.contact.email}`;
}
}
const me = new Pranav();
console.log(me.hireMe());




