Read more about the article SEO Cheat Sheet #3: Long-Tail Keyword Crash Course
SEO Cheat Sheet #3: Long-Tail Keyword Crash Course

SEO Cheat Sheet #3: Long-Tail Keyword Crash Course

Long-tail keywords are a search query involving three or more keywords which are focused and hence less competitive and which should result in driving high-conversion traffic to a website. By…

Continue ReadingSEO Cheat Sheet #3: Long-Tail Keyword Crash Course
Read more about the article SEO Cheat Sheet #2: Page Speed & Image Optimization
People and search engine bots don't like to wait around for your server to respond to a request. People won't wait and you'll end up with a high bounce rate and that means no visitors for you :-(

SEO Cheat Sheet #2: Page Speed & Image Optimization

In the article entitled "On Page SEO Checklist 2018 : A Comprehensive Guide on ‘How To Make Your Website SEO Friendly’" two of the nine numbered items pertain to making…

Continue ReadingSEO Cheat Sheet #2: Page Speed & Image Optimization
Read more about the article SEO Cheat Sheet #1: “Which are the best SEO strategies?”
Opinion pertaining to examples of several advanced search engine optimization strategies.

SEO Cheat Sheet #1: “Which are the best SEO strategies?”

This post on Quora entitled "Which are the best SEO strategies?" is a pretty good example of some of the search engine optimization strategies one can execute in order to…

Continue ReadingSEO Cheat Sheet #1: “Which are the best SEO strategies?”
Read more about the article An Infinispan Distributed Cache Example in Groovy Language
An Infinispan Distributed Cache example written in the Groovy scripting language and using the infinispan-core and infinispan-commons 12.0.2.Final dependencies.

An Infinispan Distributed Cache Example in Groovy Language

We cover an Infinispan Distributed Cache example which is written in the Groovy scripting language and can be run without manually installing any dependencies.

Continue ReadingAn Infinispan Distributed Cache Example in Groovy Language

CMR + Infinispan = Lightning Fast Data Acquisition

In this article we look at some performance gains that are achieved in Spark using the CMR API configured with the JBoss Infinispan distributed cache. We have two examples to…

Continue ReadingCMR + Infinispan = Lightning Fast Data Acquisition

Inconsistent module descriptor problem

The problem: Using Grape produces the following exception when trying to grab a dependency: java.text.ParseException: inconsistent module descriptor file found in -- for example: @Grab(group='com.coherentlogic.fred.client', module='fred-client-core', version='0.9.13') The solution: Ensure…

Continue ReadingInconsistent module descriptor problem

Java WebStart application fails due to “access denied (“java.lang.RuntimePermission” “accessDeclaredMembers”)”

In the JNLP file look for the following entry: <security> <j2ee-application-client-permissions/> </security> This needs to be changed to: <security> <all-permissions/> </security> and the application should load.

Continue ReadingJava WebStart application fails due to “access denied (“java.lang.RuntimePermission” “accessDeclaredMembers”)”