Quantcast
Channel: Crunchify
Browsing all 1037 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

In Java8 How to join List of Objects? Collectors.joining Concatenates the...

Collectors.joining() Concatenates the input Elements, separated by the Delimiter with provided Prefix and Suffix values. Yesterday I’ve published an article on StringJoiner(), String.join() which...

View Article


Image may be NSFW.
Clik here to view.

How to redeem Google Cloud Platform (GCP) Credit in Admin Console?

Couple of weeks back I’ve attended Google Next 17 at SFO and it was mind blowing event. So much Google announced on those 3 days and I can’t wait to explore new ideas and development work on Google...

View Article


Image may be NSFW.
Clik here to view.

How to Create Your Own Non-Blocking, Fixed Size Queue in Java? Same as...

If you don’t want to use Google Guava’s EvictingQueue external dependency in your Java Enterprise Project then you should consider creating your own non-blocking, fixed size queue. Basically we want...

View Article

Image may be NSFW.
Clik here to view.

Why all WordPress Site Should Use Content Delivery Network (CDN) – CDN77...

How To Increase Your Website Speed With CDN77? It’s been almost 6 years I started blogging on Crunchify.com. My journey starts long back in 2008 where I started exploring WordPress Plugins and started...

View Article

Image may be NSFW.
Clik here to view.

How to Load WordPress Fonts locally rather making call to Google’s...

How to Add Custom Fonts in WordPress I wanted to write article on Google Fonts loading locally since long time and finally yesterday night I did changes on my site the way fonts loads on Crunchify. So...

View Article


Image may be NSFW.
Clik here to view.

How to get your WordPress Article Featured on Google Search Result Page...

Just imagine your blog post as Google Featured Snippets in Search Result. It's that cool? Oh yeah, it is. As a blogger you should feel proud about your blog post, as for billions of folks your article...

View Article

Image may be NSFW.
Clik here to view.

In Java How to Get Random Element from ArrayList and ThreadLocalRandom Usage

Java is pretty amazing. Sometimes during mock testing you may need to generate Random number like Integer or Double or Long or String from ArrayList. In this tutorial we will create Company ArrayList...

View Article

Image may be NSFW.
Clik here to view.

WordPress Genesis Framework genesis_after_content_sidebar_wrap Hook – How to...

In order for you to become successful on online blogging business, there are lots of consideration we have to do. Choosing best WordPress hosting and selection best WordPress theme are the main two...

View Article


Image may be NSFW.
Clik here to view.

How to Access Github Content with Basic OAuth Authentication in Java?...

Sometime back I’ve written an article on How to Read GitHub File Contents using HttpURLConnection. In that tutorial we have created a simple “InputStreamToString” conversion utility which we will use...

View Article


Image may be NSFW.
Clik here to view.

How to Move a WordPress Site Over to HTTPS / SSL? Handy Checklist and...

Handy Checklist and Complete Guide Moving over to HTTPS (How to Migrate from HTTP to HTTPS) Hello dear Cruncher!! Today we enabled HTTPS site-wide on Crunchify. It was something I wanted to do since...

View Article

Image may be NSFW.
Clik here to view.

Java: How to Get Random Key-Value Element From HashMap

Is there a way to get the value of a HashMap randomly in Java? Of Course, below is a simple Java Code which represents the same. Also, at the end of program there is a bonus code to Shuffle complete...

View Article

Image may be NSFW.
Clik here to view.

Java: Producer Consumer Example – Handle Concurrent Read/Write

The producer-consumer problem (also known as the bounded-buffer problem) is a classic Java Example of a multi-process synchronization problem. The problem describes two processes, the producer and the...

View Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Google Adsense Revenue Drops after Moving WordPress Site over to HTTPS / SSL

Moving site from http to https results in much lower earnings. As you may have noticed on our recent blog post on How to move WordPress site over to HTTPS, Crunchify moved over to HTTPS and enabled OV...

View Article

Image may be NSFW.
Clik here to view.

How to Secure WordPress Login Page (wp-admin) with additional Strong Password...

How to password protect wordpress login and admin page? Securing a WordPress site is one of the essential part and eventually the key to success. You don’t want your site to be hacked or reached to...

View Article


Image may be NSFW.
Clik here to view.

How to Setup Google Search Console (Webmaster Tools) for WordPress Blog for...

How to Set Up Google Search Console (Webmaster Tools) right way? Are you new to WordPress site? Have you setup a brand new website on WordPress CMS platform? Have you imported all new old blog posts...

View Article

Image may be NSFW.
Clik here to view.

How to Setup / Install Google Analytics on a WordPress Blog for First Time?...

An Introduction To Google Analytics For WordPress Google Analysis is an essential part of my blogging career and success so far. There are number of different metrics you could check everyday. Here...

View Article


Image may be NSFW.
Clik here to view.

How to Iterate Through Map and List in Java? Example attached (Total 5...

Do you want to iterate through java.util.Map and java.util.List in Java 8 using latest JDK8? I recently came across the same while working on my production application. Topic looks very simple but...

View Article

Image may be NSFW.
Clik here to view.

How to Fix WordPress Plugin Security Vulnerability and Prevent Executing...

Getting Rid of Unwanted Backslashes in WordPress Form Input WordPress security is a key to success for your WordPress Plugin. Everybody should take security concerns very carefully. In addition to...

View Article

Image may be NSFW.
Clik here to view.

How to Create First WordPress Plugin? Step-by-Step Guided Tour with Sample Code

How To Create A WordPress Plugin and Getting Started with WordPress Plugin Development? Are you a new WordPress developer? Have you started working on WordPress recently? Are you looking to create new...

View Article
Browsing all 1037 articles
Browse latest View live