All object in java are inherited from Object class, this Object has two methods hashCode() and equals(Object obj). We normally do not care about why
Year: 2017
To install and start tomcat server is a really straight forward, but to run it securely needs some extra configuration. In this article I am
In this article, I am going to write some basic Ubuntu operations which we need day today. I am gonna describe everything like a list
In this article, I am going to write more about software testing. The quality control of a software product is carried out in different software
Upgrade Nodejs The default installed version of Nodjs in Ubuntu 16.04 is 4.x and I could not upgrade it to the latest 6.x from normal
Git, the most popular source control system, is one of the important concept every programmer should know nowadays. In my initial career, I stated used
In my previous article, I have introduced on how can we begin with installation and configuration, and this article more focused on further Cassandra management.
One of the top uses of Rapi is to use it as a motion detector device by using camera module. It is not that complicated,
Hello guys, today, I am gonna share with you guys something different from programming, however, would be an interesting. Yes, Raspberry Pi is a computer,
Why Testing? Testing is necessary to deliver a good quality product. Nobody is perfect and the development phase of a software is prone to error.