Berhembusnya Udara
Information Systems Student | Backend Developer Enthusiast (Golang & Fiber) | AI Agent Developer with LLM Integration
About Me
I operate under the alias Berhembusnya Udara in the digital realm, but in person, I am known as Abdi Kuncung. Somehow I wrote “tntpl” (representing Tantipala, Sadewa's pseudonym in his place of exile where he worked as a cowherd) on some of my previous works.
My journey in technology is driven by a curiosity for how systems work behind the scenes. As an Information Systems student, I am constantly exploring the intersection of business requirements and technical implementation.
My core expertise lies in Backend Development, where I craft efficient, scalable solutions using Golang and Fiber. Recently, I have expanded my horizons into AI Agent Development, integrating LLMs to build intelligent systems that can perceive, reason, and act.
package main
import (
"github.com/gofiber/fiber/v2"
)
func main() {
app := fiber.New()
app.Get("/", func(c *fiber.Ctx) error {
return c.SendString("Hello, World!")
})
app.Listen(":3000")
}Portfolio
Selected Projects
MFCD
Full Stack Web Application built with Golang Fiber and MariaDB. Built for a local company to make their website more interactive and seamless. Combining two different websites into one website to make website management more efficient and reduce operational costs.
POR System
Point of Rental System (Point of Sale System for Rental Business) built with Golang Fiber and MariaDB. Integrated with payment with Midtrans Payment Gateway. Ongoing ...
Customer Service Chatbots Integrated with Rental Point of Sale Systems
LLM-Based AI Agent Model Intelligent System Using n8n for Customer Service Chatbots Integrated with Rental Point of Sale Systems. Ongoing ...