Hello i'm ✨

M. AJI PERDANA

I'm a Fullstack Web Developer

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 and a changemaker.

About Me

Hi, I'm M.Aji Perdana šŸ‘‹, Welcome to my space!

thumbnail
Hire Me →

    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 Developer", "System Analyst"],
    }

    const aboutMe: string[] = [
      "šŸ‘€ I'm passionate about everything related to Typescript and Golang.",
      "🌱 I’m continuously learning and expanding my knowledge in the world of programming."
      "šŸ’» I'm focused on Frontend Web Development and using technologies
       like React, Angular, Next.js",
      "šŸ“± I enjoy Mobile Development with React Native and Flutter.",
      "āš™ļø 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)."
    ]

    const sayHello = async (): Promise<void> => {
      Logger.log
        (` 
          šŸš€ Hello World! I'm ${myTechJourney.name}
          from ${myTechJourney.location}
        `)
     }
          
    await sayHello()
  

Soon