BuanaFood – Food Ordering Landing Page

Design to Code 09 October 2021
BuanaFood – Food Ordering Landing Page

Role: Front-End Developer

I developed a responsive landing page for a food ordering platform using HTML, CSS, JavaScript, and Bootstrap. The design was fully implemented from scratch based on visual mockups (Design to Code).

✅ Mobile-friendly & responsive layout

✅ Interactive navigation and sections

✅ Clean and modern UI with consistent typography and spacing

✅ Built without any CMS or frameworks – pure front-end

📚 Sharing Knowledge

Using Context in Go: Cancellation, Timeout, and Deadlines Explained

As your Go applications become more concurrent and complex, you’ll need a...

27 April 2025
Synchronizing Goroutines in Go: Using sync.Mutex and sync.Once

When you write concurrent programs in Go, multiple goroutines may try to access...

28 April 2025
Working with Collections in Go: Arrays, Slices, and Maps Explained

When building applications in Go, it’s common to work with groups of data....

17 April 2025