We argue that recommendations and search are two sides of the same coin. Both rank content for a user based on “relevance.” The only difference is whether a keyword query is provided. Read this article to find out more.
If you run a Swarm Mode cluster or even one Docker engine, you've likely wondered how to keep track of all that's happening. Read for tips on monitoring your containers.
An API stylebook is now available for API designers to use, complete with helpful techniques cobbled together from 12 API design guides. Read on to find out more!
This tutorial with screenshots will teach you how to run multiple instances of the popular config management software ZookeeperRunner on your local machine.
This article compares Hazelcast to the Amazon Web Services ElastiCache Memcached Engine. Cost, Features, Node Management, Fault Tolerance, Monitoring, and Performance are all evaluated.
Thread dumps are vital artifacts to diagnose CPU spikes, deadlocks, memory problems, unresponsive applications, poor response times, and other system problems.
Using rake db:seed, which is already built into Rails, may seem preferable to using a custom rake task like rake dev:prime. However there's a time and place for both.
You may want to create applications for a specific device. Before you break out your IDE and start tinkering with hardware, let’s take a quick tour of Bluetooth, Wi-Fi, NFC and mobile data to learn how these technologies work, and which applications each one is best suited for.
Threads are great. Threads can reduce latency. But sometimes even the best of us weave a tangled web. Here's an amusing solution ... you might even be tickled.