Aditya Hastungkoro HadiFlutter Cheat: Adding Separators in Row/Column ItemsIn Jetpack Compose, adding separators between list items is straightforward with the Arrangement.spacedBy method. However, Flutter doesn't…Sep 26Sep 26
Aditya Hastungkoro HadiWhy Company Culture in Tech is Super ImportantImagine your company is a big party. The music, the vibe, and how people interact are all part of its culture. In the tech world, having a…Jul 31Jul 31
Aditya Hastungkoro HadiSimplicity is The Ultimate SophisticationIn programming, we often fall into the “awesome trap”. This phenomenon occurs when we quickly judge new tools, frameworks, or methodologies…Jul 25Jul 25
Aditya Hastungkoro HadiDDD — Documentation-Driven DevelopmentIs it just me, or is that illustration a bit extra?Jul 16Jul 16
Aditya Hastungkoro HadiThe Over-Modularization in Software DevelopmentOver-modularization happens when you break down your app into too many small, separate parts (modules), and it ends up causing more…Jul 161Jul 161
Aditya Hastungkoro HadiManaging One-Time UI Events in Flutter with CubitFlutter is a popular framework for building cross-platform mobile applications. For state management, one approach is using the Cubit…Jul 111Jul 111