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...
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...
Write and read an ArrayList object to a file in Java
Today, we will get to know how to write an ArrayList object to a file and then load the object back to the Java program...
Java Swing GUI – Make a Calculator (part 2) – Handle...
In the last article, we've already known how to use JFrame, JPanel and add components into your application. In this post, we'll learn how...