A passionate Web Developer who loves building modern apps with Laravel, Next.js, React, and TailwindCSS.
š Download Resumefunction helloWorld() {
console.log("Hello, World! š©āš»");
}
const stack = ["Laravel","Next.js", "React", "TailwindCSS", "Node.js"];
stack.forEach((tech) => {
console.log("š Mastering " + tech);
});
const aboutMe = {
name: "Nanda Wahyudi S.Kom",
role: "Fullstack Web Developer",
experience: "4+ years of professional experience in web development",
passions: ["Coding š»", "Design šØ", "Problem Solving š"],
currentlyLearning: ["Next.js 15", "React.js", "TailwindCSS","Laravel","MYSQL"],
funFact: "I love turning complex problems into simple, beautiful, and intuitive designs.",
hobbies: ["Reading š", "Gaming š®"],
};
console.log("š About Me Loaded:", aboutMe);
