Software Developer at PT.LSKK, Bandung, West Java
// Welcome to My Tech Space!
interface IProfile {
name: string;
location: string;
currentRole: string;
passions: string[];
}
const myTechJourney: IProfile = {
name: "M. Aji Perdana",
location: `${"Lampung" && "Bandung" ? "Indonesia" : "Earth"}`,
currentRole: "Full-Stack Web Developer",
passions: ["Frontend Web", "Backend", "Machine Learning", "Cloud Computing"],
}
const techQuotes: string[] = [
"constantly_learning ? Developer : Expanding_horizons;",
"while (true) { keep_coding(); }",
"if (debugging_is_hard) { ask_stackoverflow(); }",
"Life begins at 'git init'.",
"The best error message is the one that never shows up.",
"Work hard and stay curious.",
"Here, we're not just coding; we're creating possibilities and shaping tomorrow.",
"Every line of code is a step towards a better, smarter, and more connected world.",
"Remember, you're not just a developer; you're a visionary, a creator, a changemaker.",
]
const sayHello: () => void = (): void => {
Logger.log(`π Hello World! I'm ${myTechJourney.name} from ${myTechJourney.location}.`)
Logger.log(`I'm a ${myTechJourney.currentRole} with a passion for ${myTechJourney.passions.join(", ")}.`)
}
await sayHello()
- π I'm passionate about everything related to Typescript & Golang.
- π± Iβm continuously learning and expanding my knowledge in the world of programming.
- π» I'm focused on Frontend Web Development using technologies like React, Angular, Next.js, etc.
- π± I enjoy Mobile Development with React Native.
- βοΈ In the backend, I'm into building REST APIs and Microservices using Nest.js, Golang, Java Spring Boot, MongoDB, PostgreSQL, RabbitMQ, MQTT (for IoT connectivity).
- π§ Exploring the exciting world of Machine Learning using TensorFlow and PyTorch.
Let's connect and create something amazing together! π