Implementation of load balancer — Consistent hashingIn this series, I want to cover about some popular load balancer algorithms. I will explain how they work, and most importantly, how it…Oct 2, 2022Oct 2, 2022
Published inBetter ProgrammingHow to Write an Express-like API Using Bun.jsWorking with the new runtimeAug 10, 2022Aug 10, 2022
Shark: A Flutter server rendering frameworkRecently, I was developing a Flutter server rendering framework called shark.Aug 2, 20211Aug 2, 20211
Pass objects between Android activitiesIf you are an android developer, you must know passing object between objects is painful sometimes, it requires some boilerplate code.Jul 16, 2021Jul 16, 2021
Write a controller on FlutterWe all have seen the Controller class on a different widget, like ListView, VideoPlayer… It is used for controlling(modify) properties…Jul 9, 20211Jul 9, 20211
A Flutter Progress bar indicatorRecently, my app needs a progress indicator like this to control volume for my audio player.Jun 20, 2021Jun 20, 2021
How Sequence Work Compare to List Under The Hood In KotlinToday, I am gonna talk about Sequence in Kotlin and how it works under the wood. As Sequence, what we mainly talk about is the operator…May 3, 20211May 3, 20211
Controller Pattern on FlutterI am Jimmy lau, I am an Android developer. Flutter got popular this day so my company decided to do a little project on Flutter. I started…Dec 26, 2020Dec 26, 2020
Zoom, Drag & Rotate ImageView For AndroidI made a small android package for imageView on Android . Basically, if you want zoom, drag & rotate gestures on your imageView, you can…May 12, 2020May 12, 2020