How to use Gson -> fromJson() to convert the specified JSON into an Object of...
As many of you know already Gson is a great Java library that can be used to convert Java Objects into their JSON representation. It works also in reverse order deserializing the specified JSONObject...
View ArticleGonzales WordPress Plugin – Remove unwanted CSS and JS Loading for Better...
On Crunchify, we have published number of different WordPress Optimization articles. Speed Optimization is one of our goal at Crunchify and we would do anything to optimize site speed. Faster site...
View ArticleJava Collections – hashCode() and equals() – How to Override equals() and...
equals() and hashCode() in Java are two fundamental method which is declared in Object class and part or core Java library. If you have any one of below concerns in Java then you are at right place....
View ArticleHow to Deregister YARPP and Contact Form 7 CSS Style Sheet? WordPress...
On Crunchify we have been always looking for better way to Optimization site. So far we have been published numerous articles related to how to stop loading below scripts and CSS files. Stop loading...
View ArticleBest way to Compare String Arrays, Integer Arrays and Strings in Java –...
java.util.* package contains so many utilities like collection framework, event model, date facility, time facility and so on. Java doesn’t provide simple compare utility for primitive types like...
View ArticleHow to use Google Analytics for Site Up-Down Status Monitoring – Pingdom...
Google Analytics for site up down status? Yes. It’s not the best solution but I like it. As many of now know that – Pingdom recently announced the closure of free service plan and new starter plan...
View ArticleHow to Generate Random Number in Java with Some Variations?
In Java, there is a method random() in the Math class, which returns a double value between 0.0 and 1.0. In the class Random there is a method nextInt(int n) , which returns a random value in the...
View ArticleHow to fix Spring MVC MailSender and SimpleMailMessage import missing Error?
I love working on Java and Spring MVC a lot. I have developed numerous personal applications which are hosted on Google Cloud platform and working very well so far my custom requirements. In addition...
View ArticleHow to Factory Reset The Google Home?
I simply love Google Home. Since first day I have been using it for turning on-off my living room light. Simply say: Hey Google, Turn on my lights. Hey Google, Turn off lights. Google Home is also the...
View ArticleSpring Framework 4.3.4 @Order Annotation Tutorial – Sort Order for an...
Web MVC framework – Spring is the best web controller framework and configuration model for Java based programming enterprise application. We do have more than 40 Spring MVC tutorials on Crunchify so...
View ArticleJoin the team: Crunchify is looking for new contributors
Crunchify is growing fast, and we’re looking to expand our team. We are searching for two new contributors to add to our growing need and planning. At this time, we are looking at India and US based...
View ArticleLinux and Curl: How to use Bash to Read a File Line by Line and Execute Curl...
Linux Curl command is very amazing. It’s very simple command which is use to send or get data from and to any server. Server would be any server like end point URL, ftp endpoint, etc. In this tutorial...
View ArticleHow to Setup, Configure JAVA_HOME and JRE_HOME Environment Variables on Windows?
In order to run Java application you need to have first installed Java on your Mac or Windows laptop or desktop. It’s absolutely required to complete Java setup right way for your production &...
View ArticleEver wondered difference between Dynamic Web Module 3.0 and 3.1? How to Setup...
You must have seen hundreds of time Dynamic Web Module option in Eclipse. Do you know purpose of this option and what exactly it is for? Sometime back we have written an article on How to fix “Cannot...
View ArticleHow to redirect WordPress Category Pages to Another Category? Fix using Regex...
Recently in Google Search Console I’ve started seeing lots of HTTP 404 errors related to /services/ category. I used to have different dedicated blog http://crunchify.com/services/. Last month, I’ve...
View ArticleHow to Display WordPress Dashboard only in Single Column Layout?
WordPress is pretty amazing with lots of optimization and customization. On Crunchify we have performed number of WordPress optimization so far and this one is very simple one. What if you want to...
View ArticleHow to Merge/Concat Multiple JSONObjects in Java? Best way to Combine two...
In Java – What is the best way to combine / merge multiple JSONObjects? JSONObject is an unordered collection of name/value pairs and widely used in Java Enterprise applications for data transfer...
View ArticleLooking for Managed Discourse Forum Hosting Solution? DiscourseHosting.com is...
There is no doubt Discourse is the best Forum open source software available out there for us. Almost started a 4 years ago, Discourse.org became very popular among all vibrant technical communities....
View ArticleHow to fix java.lang.ClassNotFoundException:...
How to fix HTTP Status 404 Error while running Spring MVC project? I have been running Spring MVC projects since last ~8 years and created numerous professional and personal project in Java and Spring...
View ArticleJava8 StringJoiner, String.join() and Collectors.joining() Tutorial with all...
Java Developer Platform 8 (Java8) is around since almost 3 years. We have published more than 10 different tutorials on Crunchify with all different abilities and handy utilities. Moving from one...
View Article