flutter

Introduction of fetching_state package

This package is inspired by the Union type provided by freezed package. But sometimes, it could be too complicating or you join...
flutter

Flutter Hooks – scratching the surface

With previous experience working with React, moving to Flutter, hooks are things that I feel missing the most. Hooks help a lot...
flutter

Flutter – The use of Selector in Provider package

When it comes to state management in Flutter, most of the time people prefer to use Provider.  A package that is most...
flutter

Make a gradient button in Flutter

Gradient is coming back as a trend in UI design, I once have to create a button with a gradient background. Thanks...

Create a bar chart with react hooks and SVG

The post today is about making a dynamic bar chart with random auto-generated data. React with hooks and the use of SVG...

ReactJS – making a simple todo App with React Hooks

Finally , react hooks are officially released. I would give a huge change in the way we write react application. We don't...

Android: Todo app – part 2, customize layout for single item

In the last article, we made a simple todo app, but there's nothing more than just add tasks to the list without...

Create a simple Todo app in Android

Today, we're gonna make a simple Todo app for Android using Android Studio 3. At first, this app only allows the...

Solving the Google practice code question

Applying for a Coop position in Google without any hope that they will get back to me. It was a rainy morning...

Java -Abstract keyword – why and how

As learning Java, we knew how to deal with Inheritance where all the subclasses will represent the spirit of the superclass. They inherited...