struct Dev {
name: &'static str,
role: &'static str,
langs: [&'static str; 4],
}
fn main() {
let me = Dev {
name: "Abhinav Rai",
role: "Software Engineer | Web3 + AI Dev",
langs: ["Java", "TypeScript", "Rust", "Python"],
};
println!("Hi, I'm {} \n{}", me.name, me.role);
println!("I am currently into: {}", me.langs.join(", "));
}
Pinned Loading
-
-
-
juspay/neurolink
juspay/neurolink PublicOne TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (connect any MCP server), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: po…
-
auto-ticket-router
auto-ticket-router PublicEnterprise client support ticket triage system built with Python (FastAPI), React, PostgreSQL, and Redis. Features a custom priority-queue algorithm for SLA-based routing.
TypeScript
-
-
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.

