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...

How to use $_GET and $_POST arrays in PHP

GET and POST are two essential methods when a web communicates with the server. These methods determine whether the web is posting data to...
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...

Java Swing GUI – Make a Calculator (part 2) – Handle button event with...

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...
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 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...

Set up a localhost and make a web page using MAMP and PHP

By the current time, MAMP had released a version for Windows. This helps Windows users have one more option set up an Apache localhost...

Overriding equals() method in Java

Comparing is something that you would do a lot in programming. It's easy in Java to compare primitive variable using double equals...

Java Swing GUI – Make a Calculator (part 1) – JFrame, JPanel and components

Tired of seeing your hundred lines of code just running in the console? Wanting to make something cool, a real desktop app?. If that's...

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...