
Expectations Are Rising. Can Your Customer Experienc...
In today’s connected world, managing customers and creating new, positive experiences is a challenge for organisations of all shapes and sizes. Successful companies understand that an initial sale is only the beginning of the customer relationship...
We are surrounded by more "hidden" applications of big data, analytics, sensors, and business intelligence than we probably know—and in places where we might not imagine it. Here are 10 ways this behind-the-scenes tech is redefining how the world ...
The solution doesn’t require writing a specific directive or adding any additional attributes or decoration to my page content - a short timeout (like, 1ms short) inside of which Prism.highlightElement(elem) is called. // Content is my service, ...
Introduction PostgreSQL 9.4 was released on 12/18/2014. More information about the release is available on the official PostgreSQL documentation.This article is written to provide an easy migration solution from PostgreSQL 9.3 to 9.4 for Debian s...
Answer 1 In Ruby, nil in an object (a single instance of the class NilClass) so methods can be called on it. nil? is a standard method in Ruby that can be called on all objects and returns true for the nil object and false for anything else. emp...
JavaScript can be a nightmare to debug: Some errors it gives can be very difficult to understand at first, and the line numbers given aren’t always helpful either. Wouldn’t it be useful to have a list where you could look to find out what they m...
In your application controller file app/controllers/application_controller.rb include the following private method: class ApplicationController < ActionController::Base private # Overwriting the sign_out redirect path method de...
Intro Machine learning is a type of artificial intelligence (AI) that provides computers with the ability to learn without being explicitly programmed. Machine learning focuses on the development of computer programs that can teach themselves t...
The map method takes an enumerable object and a block, and runs the block for each element, outputting each returned value from the block (the original object is unchanged unless you use map!): [1, 2, 3].map { |n| n * n } #=> [1, 4, 9] Array ...
Setting up PHP extensions php_curl and php_apc on windows 7 If you're using windows 64-bit OS, download the 64-bit TS VC9 compiled DLL files i.e. php_apc.dlland php_curl.dll, and store them in the PHP extensions directory. Enable these extensi...
Install PHP-FPM To install PHP-FPM, open terminal and type in these commands. We will configure the details of nginx and php details in the next step: sudo apt-get install php5-fpm Configure php We need to make one small change in the php conf...
Big data is a term that describes the large volume of data – both structured and unstructured – that inundates a business on a day-to-day basis. But it’s not the amount of data that’s important. It’s what organizations do with the data that matter...