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 …
How about backing up Full WordPress site to Dropbox? Of course, try WordPress Backup to Dropbox Plugin
Are you a WordPress developer? Professional WordPress blogger? Well, you must have thought about backing up complete site at some point. How to automatically Backup WordPress Sites to …
How to Setup Discourse.org Forum on Linux [Linode] correct way – Tested and Verified Steps
At Crunchify, we have our own community forum: https://ask.crunchify.com. On ask.crunchify.com community forum, we are using Discourse as our forum software. Setting up forum should …
How to Load WordPress Fonts locally rather making call to Google’s fonts.gstatic.com API or TypeKit API?
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 …
How to Use Google Forms as a WordPress Contact Form? Stop Paying Monthly/Yearly Fee
Last week on Crunchify we moved all contact forms to Google Forms. There is no more hassle to optimize/tune Wufoo or Contact Form 7 or other WP Forms. So far the response is amazing. I loved …
Why all WordPress Site Should Use Content Delivery Network (CDN) – CDN77 Review and WordPress Speedup Guide
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 …
Build RESTful Service in Java using JAX-RS and Jersey (Celsius to Fahrenheit & Fahrenheit to Celsius)
Do you have one of the below query/question? RESTful Service: Representational State Transfer (REST) has gained widespread acceptance across the Web as a simpler alternative to SOAP and Web …
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 …
Read Article about How to redeem Google Cloud Platform (GCP) Credit in Admin Console? →
JSON Manipulation in Java – Examples
Let's fun begin with Manipulating JSON Objects and Array with Java. If you want to learn fundamental about JSON, you can read more here. We will use this input data for this post …