package main
import "fmt"
type Developer struct {
Name string
Role string
Location string
University string
Community string
Languages []string
Timezone string
Focus []string
}
func main() {
indal := Developer{
Name: "Indal Awalaikal",
Role: "Backend Engineer & Full-Stack Developer",
Location: "Makassar, South Sulawesi, Indonesia 🇮🇩",
University: "Universitas Negeri Makassar",
Community: "COCONUT Computer Club",
Languages: []string{"Indonesian", "English"},
Timezone: "WITA (UTC+8)",
Focus: []string{
"Scalable Backend Systems",
"Clean Architecture",
"API Design & Microservices",
"Open Source Contribution",
},
}
fmt.Printf("👋 Hi, I'm %s!\n", indal.Name)
fmt.Printf("🚀 %s\n", indal.Role)
fmt.Printf("📍 %s\n", indal.Location)
}Shipping ideas that solve real problems
Intelligent ad optimization platform helping businesses maximize ROI through data-driven insights and AI-generated recommendations. Stack: Highlights:
|
Full-featured LMS for educators and students with interactive courses, real-time collaboration, and intelligent progress tracking. Stack: Highlights:
|
Enterprise-grade SaaS platform with multi-tenancy, microservices architecture, and advanced automation for modern businesses. Stack: Highlights:
|
Gamified platform for mastering algorithms and data structures with live code execution, challenges, and competitive leaderboards. Stack: Highlights:
|
| Domain | Skills & Technologies |
|---|---|
| 🔧 Backend Engineering | Go · Python · REST APIs · gRPC · Microservices · System Design |
| 🎨 Frontend Development | React · Next.js · Vite · TypeScript · Tailwind CSS |
| 💾 Database & Storage | PostgreSQL · MySQL · MongoDB · Redis · Query Optimization |
| 🚢 DevOps & Delivery | Docker · GitHub Actions · CI/CD · Linux · Nginx |
| 🏛️ Architecture & Principles | Clean Architecture · SOLID · DDD · Design Patterns · TDD |
Proud active member of COCONUT Computer Club — a collaborative tech community in Makassar dedicated to building innovative projects, fostering knowledge sharing, and growing the next generation of developers.
Together we build. Together we grow. 🚀