At my previous company (let's call it company A), the project source code was huge—just cloning it was 40GB, and after compiling and building, it reached nearly 100GB.
Simply put, a Dispatcher decides which thread a Coroutine will run on. It could be the main thread, a background thread, or it could push the Coroutine into a thread pool.
In a recent project, I had full control over the app's UI/UX. So, I wanted to improve the Bottom Navigation Bar, making it more colorful instead of using Flutter's default Bottom Navigation Bar.
What would you do if you wanted to charge your iPhone but only had a type C cable?
In this article, I'll go straight to explaining how to use the @Inject, @Provides, and @Binds annotations.
Last week, my team lead gave a seminar about Flask. Oh, I found this framework builds APIs quickly and simply, true to the spirit of Python.
The Singleton pattern is probably the simplest design pattern that almost everyone knows. It helps create a single instance of a class.
After some time working and moving through a few companies, I realized that each place has a different workflow with Git. This article introduces the Git workflow that I think is proper and is also being used at my current company.
On a beautiful day, March 29, 2019, while happily and enthusiastically working overtime, I suddenly discovered a bug related to date display on the Front-end.