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...
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...
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...
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...
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...
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 Swing GUI – Make a Calculator (part 1) – JFrame,...
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...
Set up a localhost and make a web page using MAMP...
By the current time, MAMP had released a version for Windows. This helps Windows users have one more option set up an Apache localhost...
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...