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
Header Banner

Typing SVG


       



Profile Views   GitHub followers


About Me

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

Quick Facts
Education Teknik Informatika & Komputer, UNM
Community COCONUT Computer Club — BPH & Backend Dev
Conference IDSECCONF 2025 Local Committee
Location Makassar, WITA (UTC+8)
Languages Indonesian & English

Technology Arsenal

Languages
Frameworks
Infrastructure
Tools



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

Featured Projects

High-performance applications, AI platforms, and SaaS solutions

AgentOps AI

Autonomous DevOps Self-Healing Platform

Source Code

AI-powered DevOps platform with multi-LLM orchestration (OpenAI, Claude, Gemini, DeepSeek, Groq) using LangGraph for automated root-cause diagnosis and system self-healing.

Next.js TypeScript FastAPI LangGraph Tailwind

AgroAdvisor

Smart Agriculture & AI Advisory Platform

Live Demo

Smart agriculture platform integrating Gemini & Groq API for intelligent crop cultivation recommendations, irrigation scheduling, and weather analytics.

Next.js Golang Python MySQL Gemini API

LAKOO SaaS

ERP Platform for UMKM

Source Code Live

Enterprise resource planning SaaS with AI recommendation systems, inventory management, and smart financial reporting for SMEs.

Vite.js Golang Python Docker Railway

LogicLeap Academy

Interactive Coding & Algorithm Platform

Live Demo

Gamified learning platform for algorithm mastery with interactive code editors, visual learning, progress tracking, and competitive leaderboards.

React TypeScript Vite Tailwind Framer Motion

LearnLMS

Full-Stack Learning Management System

Source Code Live

Full MERN stack LMS supporting dynamic course management, multimedia learning, secure auth, and subscription systems.

MongoDB Express.js React Node.js Tailwind

COCONUT Club Suite

Event & Open-Class Management Platform

e-CO Live e-Clas Live

Full-stack event registration (e-CO) and open-class enrollment (e-Clas) systems with real-time slot tracking and admin dashboards.

React TypeScript Golang MySQL

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

Certifications

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

GitHub Analytics

GitHub Stats   GitHub Streak


Activity Graph

github-snake

Leadership & Community

COCONUT Computer Club

Executive Board Member (BPH) leading organizational strategy & community growth

COCONUT Computer Club

R&D Backend Developer building internal systems with Go, Python, React & Next.js

IDSECCONF 2025

Local Committee Member for IDSECCONF × COCONUT cybersecurity conference


Proud member of COCONUT Computer Club — a collaborative tech community in Makassar building 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

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