How to use Hamcrest assertThat() Matchers to Create JUnit testcases in Java –...
How to use Hamcrest for testing? Sometime back I’ve written a Hello World JUnit Article with all details. In this tutorial we will go over steps on how to use Hamcrest to create JUnit for your Java...
View ArticleWhat is Notion? Beginner’s guide to get started with Notion App
I am sure you guys are using so many productivity app daily and over last years, specially in this COVID-19 pandemic. Personally I used so far Google Calendar, Apple Notes, Reminder apps, Google...
View ArticleAnsible: How to Refresh Host Inventory at Runtime and Add a Pause while...
On Crunchify, we have published so number of tutorials on Ansible and this one is going to focus on How to Refresh Host Inventory at Runtime and Add a Pause while Executing Tasks. Let’s consider this...
View ArticleIn Java how to check if Socket is Alive, Connection is Active on specific...
This is a very simple free Java Utility which tells you if you could establish a socket connection to different hosts on specific ports. Feel free to use it in production environment. In Java...
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 ArticleWhat is Lock(), UnLock(), ReentrantLock(), TryLock() and How it’s different...
In this tutorial we will go over Lock(), UnLock(), ReentrantLock(), TryLock() and how it’s different from Synchronized Block in Java. If you have also below questions then you are at right place....
View ArticleIn Java how to find list of Countries and Sort it in Alphabetical Order?
In Java how to find list of Countries? If you have any of below questions then you are at right place. Best way to get a list of countries in Java?How to get countries list alphabetically arranged...
View ArticleJava FutureTask example with Callable and Runnable
Let’s get started on Java FutureTask example. This class provides a base implementation of Future, with methods to start and cancel a computation, query to see if the computation is complete, and...
View ArticleCraft – The Best Modern Note-Taking App in the Market
It’s no wonder, there is so much competition in the market for the best note taking application. It’s definitely a Notion or Evernote alternative. Let me start by saying this. As a Mac user, I have...
View ArticleHow we have created new section called “Guides” without any Custom Post Type...
We are working on Creating new dedicated section called Guides on Crunchify which provides list of all Productivity tips and tricks. We thought of creating new Custom Post Type (CPT) using a plugin...
View ArticleHow to Include Custom Post Types (CPT) in WordPress Archive? Show in Category...
Have you recently created WordPress Custom Post Type? But your newly published Custom Posts are not appearing in your WordPress Archive page? i.e. Category and Tag archive page? Same thing happened to...
View ArticleHow to enable YARPP for WordPress Custom Post Type?
How to add support for a Custom Post Type on Yet Another Related Post Plugin? WordPress Custom Post Type + (YARPP). As you may have noticed, sometime back we have added section called Guides on...
View ArticleHow to add Genesis Scripts Support on WordPress Custom Post Type?
Genesis WordPress framework comes with lots of great features. We are using GenesisWP Framework since more than 10 years and it’s been awesome journey. Recently we have enabled new Custom Post Type...
View ArticleIn Java How to Convert Map / HashMap to JSONObject? [4 Different Ways]
Converting Objects from one form to another is a common request. There are 4 different ways to convert Java Map/HashMap to JSONObject. We will go over details on how to convert HashMap to JSONObject...
View ArticleSimple Java Thread Example: Creating and Starting Threads
What are Threads? A thread — sometimes known as an execution context or a lightweight process–is a single sequential flow of control within a process. As a sequential flow of control, a thread must...
View ArticleHow to Include Google Custom Search Engine (CSE) to WordPress Site without...
Significance of Search Functionality and Why we should use Google Custom Search on WordPress? Google or Bing? No doubt about it. Google is the best search engine and Search pioneer in the globe. There...
View ArticleHow to install Ansible on Linux Ubuntu OS?
Let’s get started on how to install Ansible on Linux Ubuntu and macOS. What is Ansible? Ansible is an all in one IT solution. It’s an IT orchestration engine which automates configuration management,...
View ArticleHow to Read config.properties value using Spring MVC ‘singleton’ Scope in Java?
Sometime back I have written a tutorial on how to read config file in tradition way. But what if you want to load it as a Spring MVC framework? It is most common that you may need to access some of...
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 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 Article