Flutter 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
Why 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
Simplicity 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
DDD — Documentation-Driven DevelopmentIs it just me, or is that illustration a bit extra?Jul 16Jul 16
The 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
Managing 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