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...
Why JavaScript is a good starting-point for beginner
Why Javascript you should learn JavaScript
JavasScript has recently become the most popular programming language in the world. Not just using for Web development like...
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...
getElementByID and getElementsByTagName in DOM manipulation
DOM manipulation is a skill set that every web developer must know about. With DOM manipulation, we can access the DOM and change 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...
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...
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...
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...
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...
Understanding the for each (Enhanced for loop) in Java
The normal for loop make you feel sick? You want to write your code that looks like a “pro” or want to show your...