
Hello, I'm Ayi Akbar
FullStack Web Developer & DevOps Enthusiast
I love to write code and share my experiences through my blog.
Latest Projects



Latest Articles

In this article, we built a simple CRUD API using Go, GORM, and the Fiber web framework, following Clean Architecture principles. We covered setting up the project, defining models, services, repositories, routes, and testing endpoints. This lays a solid foundation for building scalable and well-structured Go applications.

In this guide, I'll show you how to implement an efficient i18n system in a Next.js application using next-intl. The result? A modern application ready to welcome global users.

Learn how to set up a clean Go project using GORM and Fiber, complete with PostgreSQL integration and clean architecture structure. A perfect starting point for building scalable Go applications with database support.