Sat.Mar 07, 2015 - Fri.Mar 13, 2015

article thumbnail

Observations on the Importance of Cloud-based Analytics

All Things Distributed

'Cloud computing is enabling amazing new innovations both in consumer and enterprise products, as it became the new normal for organizations of all sizes. So many exciting new areas are being empowered by cloud that it is fascinating to watch. AWS is enabling innovations in areas such as healthcare, automotive, life sciences, retail, media, energy, robotics that it is mind boggling and humbling.

Analytics 136
article thumbnail

What your site costs users

Tim Kadlec

As our understanding of performance on the web improves, we are starting to shift from the traditional metrics we’ve focused on. Things like load time and page weight are rightfully being given less focus as we move to more mature metrics like SpeedIndex that provide a better understanding of perceived performance. But that doesn’t mean we can dismiss page weight altogether.

Metrics 58
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Make A Gallery-Like Image Grid Using Ionic Framework

The Polyglot Developer

I recently started making an application with Ionic Framework that made heavy use of images both remotely and locally. During this time, my goal was to present the images in a grid that looks good for all device sizes and orientations. One might think this would be an easy task because Ionic offers both grids and a responsive class, however, trivial was far from the case.

article thumbnail

Data Mining Problems in Retail

Highly Scalable

Retail is one of the most important business domains for data science and data mining applications because of its prolific data and numerous optimization problems such as optimal prices, discounts, recommendations, and stock levels that can be solved using data analysis methods. The rise of omni-channel retail that integrates marketing, customer relationship management, and inventory management across all online and offline channels has produced a plethora of correlated data which increases both

Retail 152
article thumbnail

Join me at SXSW 2015

All Things Distributed

'Every year I enjoy travelling to the South-by-South-West (SXSW) festival as it is ons of the biggest event with many Amazon customers present. Thousand of AWS customers and partners will be in Austin for SXSW Interactive and given the free flowing networking it is a very important feedback opportunity for us. But also many Amazon customers will be there for the Film and the Music festival, and I always enjoy getting feedback from those Amazon consumers and producers that are attending these fes

AWS 86
article thumbnail

Create A Random Nonce String Using JavaScript

The Polyglot Developer

Have you ever needed to come up with a random string of characters say for a password? Maybe you’re looking for a random string of characters for an oauth 1.0 nonce. Maybe you’re in a job interview and you’re asked to generate a random alpha numeric string. Whatever the case, we’re going to look at generating a random string of characters of any given length using JavaScript.

article thumbnail

Parse A JSON File With Java

The Polyglot Developer

Recently I was tasked with reading a JavaScript Object Notation (JSON) file using Java. In my project, the JSON file contained properties information to be used inside the application. There are many libraries available for reading or parsing JSON data in Java, but in particular we are going to be using the library found on json.org. The post Parse A JSON File With Java appeared first on The Polyglot Developer.

Java 40