Skip to content
View IndalAwalaikal's full-sized avatar

Highlights

  • Pro

Block or report IndalAwalaikal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IndalAwalaikal/README.md
Typing SVG



Profile Views GitHub followers


⚡ About Me

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)
}

🛠️ Technology Arsenal

◆ Core Languages

Go Python TypeScript JavaScript

◆ Frontend

React Next.js Vite TailwindCSS

◆ Databases

PostgreSQL MySQL MongoDB Redis

◆ DevOps & Tooling

Docker Git GitHub Actions Linux Postman


🚀 Featured Projects

Shipping ideas that solve real problems

📊 AdGoAdvisor

AI-Powered Advertising Analytics Platform

Intelligent ad optimization platform helping businesses maximize ROI through data-driven insights and AI-generated recommendations.

Stack: Go · REST API · MySQL

Highlights:

  • 📈 Real-time analytics dashboard
  • 🤖 AI-powered ad recommendations
  • ⚡ High-performance data processing

Repo Demo

🎓 Learning Management System

Comprehensive Educational Platform

Full-featured LMS for educators and students with interactive courses, real-time collaboration, and intelligent progress tracking.

Stack: Go · Python · React · TypeScript · MongoDB

Highlights:

  • 📚 Dynamic course management
  • 🤝 Real-time collaboration tools
  • 📊 Visual progress tracking

Repo Demo

🏢 Lakoo SaaS

Multi-Tenant Business Management Solution

Enterprise-grade SaaS platform with multi-tenancy, microservices architecture, and advanced automation for modern businesses.

Stack: Go · Microservices · Next.js · TypeScript · PostgreSQL · MongoDB

Highlights:

  • 🏗️ Multi-tenant architecture
  • 🔌 API Gateway integration
  • ☁️ Cloud-native & containerized

Repo Demo

🧠 LogicLeap Academy

Interactive Coding & Algorithm Learning Platform

Gamified platform for mastering algorithms and data structures with live code execution, challenges, and competitive leaderboards.

Stack: Python · Go · Vite · React · TypeScript · MySQL

Highlights:

  • 🎮 Gamified learning experience
  • ⚡ Real-time code execution
  • 🏆 Competitive leaderboards

Repo Demo


📊 GitHub Statistics

GitHub Stats Top Languages
GitHub Streak
Trophies

🎯 Core Expertise

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

📈 Contribution Graph

Activity Graph

🥥 Community

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. 🚀


🌐 Let's Connect



📍 Makassar, South Sulawesi, Indonesia  |  ⏰ WITA (UTC+8)  |  💬 Indonesian & English


"First, solve the problem. Then, write the code." — John Johnson

⭐ If my work helps you, consider starring some repos — it means a lot!

Pinned Loading

  1. Bible-Detector Bible-Detector Public

    Bible Detector v3.0 adalah platform Deep Learning tingkat lanjut yang dirancang untuk mendeteksi, mencari, dan menganalisis ayat-ayat Alkitab dari berbagai sumber (Teks, Gambar, dan Audio). Dilengk…

    Python

  2. logicleap-academy logicleap-academy Public

    Logicleap Academy adalah sebuah platform edukasi interaktif berbasis web yang dibangun untuk memfasilitasi proses pembelajaran bahasa Golang melalui materi, latihan, kuis interaktif, hingga permain…

    TypeScript

  3. INESA-AGROADVISOR INESA-AGROADVISOR Public

    Sistem Rekomendasi Pertanian Cerdas Berbasis IoT & AI Platform web full-stack untuk pertanian presisi — mencakup rekomendasi pupuk & pestisida berbasis AI, kontrol irigasi otomatis, monitoring sens…

    TypeScript

  4. LAKOO-SaaS-ERP LAKOO-SaaS-ERP Public

    Lakoo SaaS is a sophisticated, multi-tenant Enterprise Resource Planning (ERP) platform designed to streamline business operations for Small and Medium Enterprises (SMEs). The system focuses on dig…

    TypeScript

  5. Learning-Management-System Learning-Management-System Public

    This repository contains the source code and implementation of a Learning Management System (LMS) developed using the MERN stack (MongoDB, Express.js, React, Node.js) along with Tailwind CSS and Da…

    JavaScript

  6. Self-Healing-CI-CD Self-Healing-CI-CD Public

    Sistem Self-Healing CI/CD Berbasis Agen AI Otonom dengan Model Context Protocol (MCP) Analisis Komparatif Efektivitas dan Efisiensi Agen AI Otonom Berbasis MCP melalui Mekanisme Self-Healing terhad…

    Python