Systems | Development | Analytics | API | Testing

10 Best SEO Friendly WordPress Themes

Themes make the entirety of WordPress. You can’t find a WordPress site without an instance of theming applied. The most popular theme of all time, Avada, has made over 12 Million dollars from selling at the initial price of $60! We’re not here to throw some internet facts on you for fun (although these are worth your time!). We looked around for the best & rare WordPress themes that boost your SEO, and make our Lord Google happy.

Womply: Helping small businesses compete through API management

Editor's note: Today we hear from Brad Plothow and Mihir Sambhus from Womply, a software-as-a-service company that makes CRM, email marketing, and reputation management software for small businesses. The company recently developed APIs to help small businesses use data to gain a clearer picture of their markets—and how to compete in them.

OctoPerf 11.6 - Automatic SLAs and Other Quality of Life Features

In December, we updated OctoPerf to use the latest JMeter version. Although, as a minor version, it doesn’t bring a lot of new features, it is always better to stay up to date with the latest bugfixes. We had to implement a small change in OctoPerf because JMeter now properly enforces the cache control headers in every situation. To avoid any confusion, cache control headers have now been disabled by default in OctoPerf.

Is your BI software visionary?

It’s recently been announced that we've made the Gartner Magic Quadrant for the seventh time. What’s most exciting is that this year we're in the visionary quadrant. This means that Yellowfin is now recognized for being an innovator in the BI space. We bring products to market that other people follow and that have something different to offer customers of BI software.

Day in the Life of a Cloudera Data Platform Admin

Cloudera Data Platform (CDP) on Public Cloud makes being an admin for a big data platform even easier thanks to SDX. Watch me spend a day at a temp position for Aperture Cybertronics as their Data Admin. I'll quickly deploy clusters, grants users access, and change performance settings such as autoscaling for the Aperture Cybertornics' staff.

Infrastructure as Code without Infrastructure

Infrastructure as Code (IaC) is a powerful process – replacing manual, error prone and expensive operations with automated, consistent and quick provisioning of resources. In many cases, IaC is dependent on existing infrastructure, typically including a configuration management system. Chef, Puppet and SaltStack are all commonly referenced players in this market, each requiring resources to be in place and having their own difficulties in setup and maintenance.

Decoupling Ruby: Delegation vs Dependency Injection

We've all worked with tightly-coupled code. If a butterfly flaps its wings in China, the unit tests break. Maintaining a system like this is...unpleasant. In this article, Jonathan Miles dives into the origins of tight-coupling. He demonstrates how you can use dependency injection (DI) to decouple code. Then he introduces a novel decoupling technique based on delegation that can be useful when DI is not an option.

An Introduction to PHP-FPM Tuning

PHP-FPM (or Fast Process Manager) offers several advantages over mod_php, with two of the most notable being that it is more flexible to configure and currently the preferred mode of running PHP by many in the community. However, if you're using your package manager's default configuration settings, then you're likely not getting the most out of it.