What's good, welcome to my digital space!





I'm Rafli Dewanto, a Final-Year Computer Science Student at Gunadarma University, currently working with Next.js for Front-End Web Development and Go for Back-End Web Development. I'm passionate about building and designing beautiful user interfaces and creating efficient, scalable, and maintainable software solutions. Feel free to explore some of my coding endeavors on GitHub or follow me on LinkedIn.
Projects
Luminary
AI research assistant.
View Project
CakeVille
Cake online store.
View Project
Go Blueprint
Go Clean Architecture Blueprint.
View Project
CMS Template
CMS template for Next.js project.
View Project
Dishcovery Recipe App
Dishcovery Where every bite tells a story.
View Project
Writing
Race Condition & Mutual Exclusion di Go
Race condition itu kejadian di mana dua atau lebih goroutine (kayak thread ringan) ngakses dan ubah data yang sama di waktu yang overlapping
Read Post
Create & Publish Go Package
Lo pernah gak sih ngerjain project Go, terus ngerasa kayak, “Anjir ini logic udah pernah gue bikin deh di project lain…” tapi tetep lo tulis ulang?
Read Post
Goroutine and its patterns (Worker Pool)
Kalau lu baru belajar Go, pasti sering banget denger kata "goroutine". Jadi, goroutine itu kayak "lightweight thread" di Go
Read Post
Go Clean Architecture
Di bidang software engineering, arsitektur aplikasi memainkan peran penting dalam mendefinisikan struktur aplikasi yang scalable.
Read Post
Tanstack Query Data fetching & Mutation in Next.js
Data fetching yang tepat dan state management sangat penting untuk membangun aplikasi dalam pengembangan web.
Read Post