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

Connect to Me

I am currently open for opportunities in Backend and Web Development. Of course, I am also open to opportunities to design small-scale (as a micro service) to medium-scale AI agent workflows. Have a project in mind or want to discuss the future of tech?