Java 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 ArticleJava14 Synchronous HttpClient Example – Overview and Simple Tutorial – send()
Java recently released Java 14 JDK. In this tutorial we will go over Overview and Simple Java Synchronous HttpClient Client Tutorial. If you have any of below questions then you are at right place....
View ArticleJava Asynchronous HttpClient Overview and Tutorial – sendAsync()
Java is very powerful. Every release brings so many new APIs and functionalities to core Java SDK. In this tutorial we will go over Java Asynchronous HttpClient Example and details. Here is a tutorial...
View ArticleIntroducing Self-Serve Advertising Platform on Crunchify
Visit: https://orders.crunchify.com/ I still remember when I started Crunchify as a hobby in 2012. It’s been fun and interesting journey. Posting my learning and basic Java Tutorials and WordPress...
View ArticleWordPress: How to disable loading Atomic Block’s FontAwesome CSS if not in use?
Genesis WordPress theme is no doubt is the best WordPress theme out there. Sometime last year in 2019 it was acquired by WPEngine. Around the same time frame WPEngine bought ArrayThemes.com and...
View ArticleAnsible – How to Grep (ps -few) and Kill any linux process running on Remote...
Ansible is pretty amazing system admin tool. We have published number of articles on Ansible in last few weeks on how to copy files on remote host, How to Execute Commands on remote Hosts, how to...
View ArticleEscape Character Utility for URL and JSON data – Feel free to use in your...
What is escape character in Java? Mainly escape characters are the characters which replaces existing character with new & provided character which works best without throwing any error at...
View ArticleIntelliJ IDEA – Top 5 Themes
IntelliJ IDEA became one of my favorite Java Editor in last year. So many built in functionalities, themes and plugins to enhance workflow made me switch from Eclipse IDE to IntelliJ. For my day to...
View ArticleJava Hashmap – containsKey(Object key) and containsValue(Object value) –...
There are few concepts and technologies which comes by default with each and every programing language and Collection is one of them. Java Collection is a very big field. It comes with so many...
View ArticleWhat’s new in Java 15 – Text Blocks Examples
What is Text Blocks in Java? Do you want to insert HTML text, Simple multiline Text String to your Java code? Well, Text Blocks in Java 15 is a solution to that. No need for you to worry about Escape...
View ArticleHow to Implement Selection Sort Algorithm in Java – Detailed Explanation
Are you a Computer Science Graduate? Are you preparing for an Interview? Want to become a master in Data Structure? Well, Sorting algorithms are the most frequently asked questions in Java interview...
View ArticleHow to Implement your own InetAddress.isReachable(String address, int port,...
In Java there are multiple ways to check ping and port check. You could use system default’s ping command, Java’s native method InetAddress utility, HttpURLConnection and some more. In production or...
View ArticleHow to add beautiful Link Underline Animation with simple CSS? (4 different...
Have you ever wondered how to add beautiful Link Underline Animation with simple CSS? Do you have any of below questions? How to Animating Link UnderlinesHow to Animated Multiline Link Underlines with...
View ArticleMemcached Java Client Tutorial using net.spy.spymemcached Library
Few days back I’ve written an article on how to setup and start MemCached Server locally on you Mac OS with few simple steps. There are three different ways to create Memcached Java Client....
View ArticleIn Java How to Set and Get Thread Priority? Get Thread ID, Count, Class,...
In Java multithreading programming, sometimes you may need to set Thread priority in order for it to execute before another thread. You can set and get Thread priority programmatically using...
View ArticleHow to change Logo URL Link for any WordPress themes? (including Genesis Themes)
Modify WordPress Logo link At Crunchify, we are publishing only high quality tutorials and code snippets which just works without any changes. Recently we also launched Premium services and also...
View ArticleHow to change Easy Digital Download Checkout form Label and Text? Works with...
WordPress is a full of surprises. There isn’t anything you couldn’t do with WordPress API and powerful customization options. As you may have noticed on Crunchify we have Premium and Digital download...
View ArticleIn Java how to join Arrays? 3 ways: Apache Commons ArrayUtils, Java 8 Streams...
In this tutorial we will go over different ways we can join Java Arrays. If you have any of below questions then you are at right place: How can I concatenate two arrays in Java?How to Merge Two...
View Article9 Essential WordPress resources you may have missed
We know you’re busy. Even with every social media, web, and RSS tool at your disposal, you can occasionally miss out on some of the week’s most insightful content. Never fear. I’ve taken a moment to...
View ArticleIn Java How to convert Negative number to Positive with Simple Math operation?
In this tutorial we will go over how do you turn a negative value into a positive value? Simple method is to multiply negative number with Minus One to Convert a Positive Number. In this tutorial we...
View Article