Fullstack Developer at PT.LSKK and PUSTEKHAN ITB, Bandung City, West Java, Indonesia.
// Welcome to My Tech Space!
package main
import (
"fmt"
"strings"
)
type Profile struct {
Name string
Location string
CurrentRole string
Passion []string
TechQuotes []string
}
func main() {
myTechJourney := &Profile{
Name: "M. Aji Perdana",
Location: "Indonesia",
CurrentRole: "Software Engineer",
Passion: []string{"Frontend Web", "Backend", "Machine Learning", "Cloud Computing", "IOT"},
}
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.",
}
myTechJourney.TechQuotes = techQuotes
SayHello(myTechJourney)
}
func SayHello(journey *Profile) {
fmt.Printf("🚀 Hello World!, I'm %s from %s", journey.Name, journey.Location)
fmt.Printf("I'm a %s with a passtion for %s", journey.CurrentRole, strings.Join(journey.Passion, ", "))
}- 👀 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! 🚀