package main
import "fmt"
type Developer struct {
Name string
Role string
Education string
Location string
Community string
Website string
Stack []string
Focus []string
}
func main() {
me := Developer{
Name: "Indal Awalaikal",
Role: "Full-Stack & Backend Developer",
Education: "Teknik Informatika & Komputer" +
" @ Universitas Negeri Makassar",
Location: "Makassar, Indonesia",
Community: "COCONUT Computer Club" +
" (BPH & Backend Developer)",
Website: "https://indalawalaikal.my.id",
Stack: []string{
"Go (Gin/Fiber)", "Python (FastAPI)",
"TypeScript", "React/Next.js",
"PostgreSQL", "Docker",
},
Focus: []string{
"Scalable Backend & Microservices",
"AI Agent & LLM Orchestration",
"Full-Stack SaaS Platforms",
"Clean Architecture & TDD",
},
}
fmt.Printf("Hi, I'm %s!\n", me.Name)
fmt.Printf("%s\n", me.Role)
fmt.Printf("%s\n", me.Website)
} |
|
Detailed Technology Breakdown
| Layer | Technologies |
|---|---|
| Backend | Go (Gin/Fiber) · Python (FastAPI/Flask) · Node.js · Express.js · REST API · gRPC |
| Frontend | React · Next.js · Vite · TypeScript · Tailwind CSS · Framer Motion |
| Database | PostgreSQL · MySQL · MongoDB · Redis · Query Optimization |
| DevOps | Docker · NGINX · GitHub Actions · CI/CD · Linux · AWS |
| AI/ML | LangGraph · Gemini API · Groq · Multi-LLM Orchestration |
| Practices | Clean Architecture · SOLID · DDD · TDD · Microservices |
|
AI-powered DevOps platform with multi-LLM orchestration (OpenAI, Claude, Gemini, DeepSeek, Groq) using LangGraph for automated root-cause diagnosis and system self-healing.
|
Smart agriculture platform integrating Gemini & Groq API for intelligent crop cultivation recommendations, irrigation scheduling, and weather analytics.
|
|
Enterprise resource planning SaaS with AI recommendation systems, inventory management, and smart financial reporting for SMEs.
|
Gamified learning platform for algorithm mastery with interactive code editors, visual learning, progress tracking, and competitive leaderboards.
|
|
Full MERN stack LMS supporting dynamic course management, multimedia learning, secure auth, and subscription systems.
|
Full-stack event registration (e-CO) and open-class enrollment (e-Clas) systems with real-time slot tracking and admin dashboards.
|
More Projects
| Project | Description | Stack | Link |
|---|---|---|---|
| EduSpace | Solar system educational game with HTML5 Canvas | HTML5 CSS3 JavaScript Canvas |
Live |
| Cocopen | Member recruitment & online exam system for COCONUT | Next.js Go MySQL |
Repo |
| Certificate | Issuer | Level | Verify | |
|---|---|---|---|---|
| Software Engineering | TestDome | Advanced |
Link | |
| Go Programming Language | TestDome | Advanced |
Link | |
| Diploma in Scalable Python Web Dev | Alison | Advanced |
Link | |
| NGINX, PHP, MySQL, SSL | Alison | Intermediate |
Link | |
| MySQL Database Design | Alison | Beginner |
Link | |
| Frontend Development Advanced | MySkill Academy | Advanced |
— |
Proud member of COCONUT Computer Club — a collaborative tech community in Makassar building the next generation of developers.
"Together we build. Together we grow."