Skip to main content

Coca-Cola Unveils the Future of Soft Drinks

While some run against time to make a corona-virus free world, Coca – Cola innovates to make peace and enjoy your drinks in a pandemic struck world.

The latest offering comes in the form of a smartphone controlled contact-less fountain experience for its customers.

The latest update is part of the Coca-Cola freestyle; a touch-screen fountain experience introduced by the company in 2009. 

Coca-cola freestyle soda dispenser

In simple terms, it allows anyone with a smart phone to pour a drink or pre-mixes by holding up their smartphone camera which auto-scans the QR code, immediately connecting to the cloud and prompts the Coca- Cola freestyle user interface with all available drinks.

The Coca-Cola team built this feature developing upon the operating system launched by the company in 2019 with a simple ideology in mind, ‘no one wants to download an app with a food-tray in their hand.’ 

Studies by Civic Science have indicated that almost 60% of the users prefer to self- pour their drinks and more than 40% feel safer while pouring their own drink.

Coca-Cola has also given customers multiple touch free solutions, like hand sanitizer, disposable wipes, disposable stylus pens and more.

The feature to me seems to be super fun, easy and interactive to use. It brings in excitement in a not so exciting-chore of filling up drinks. The feature can also help the company gain valuable insights into user behavior, choices whilst getting people to get up and try out the latest feature bringing in valuable foot-fall in a declining eat-out industry.

What do you think about this, are you excited to try the latest feature?

Bibliography :

Comments

  1. Wow. Didn't know about this. It's blows my mind thinking how AI is taking over everything in our lives these days.

    ReplyDelete
  2. viruses, drones and humanoids will rule the future world, too much tech will make life easy but at the cost of mental peace!

    ReplyDelete

Post a Comment

Popular posts from this blog

Everything You Need to Know About Google Foobar Challenge

Recently, while searching a keyword “headless chrome” on Google I got an unusual pop-up on my window, with a message: "Curious developers are known to seek interesting problems. Solve one from Google?" I was surprised to see Google sending me a challenge to solve and I accepted it immediately! Clicking on “I want to play” landed me on Google’s Foobar page. It was Google Foobar Challenge! What exactly is Google Foobar Challenge? Google Foobar challenge is a secret hiring process by the company to recruit top programmers and developers around the world. And it is known that several developers at Google are hired by this process. The challenge consists of five levels with a total of nine questions , with the level of difficulty increasing at each level. What to do after getting the challenge? After selecting “I want to play” option you land on Foobar’s website which has a Unix-like shell interface, including some standard Unix commands like help, cd, ls, cat and etcetera .

9 Techniques to Write Your Code Efficiently

(Photo by Oskar Yildiz on Unsplash ) It’s really easy to write efficient and faster code . Efficient code, not just only improves the functionality of the code but it can also reduce the time and space complexity of the programming. Speed is one of the major factors in deciding the quality of the code , for instance, your code might be producing the required result but it takes some time to execute then it will not be considered a quality code. An alternative approach to the same problem producing faster results will be considered better. The code should be clean i.e. comprehensible and readable so that it can be reused (saving the efforts of rewriting the whole program from scratch), adding new features, and making the process of debugging more easier. In this article, I will cover some simple tips and techniques which we can easily apply to make our code more elegant and efficient. "There is always more than one method to solve the problem." How to write code efficie

Complete Data Visualization Guide: Python

“A picture is worth a thousand words” -Fred R. Barnard  Data visualization is a visual (or graphic) representation of data to find useful insights (i.e. trends and patterns) in the data and making the process of data analysis easier and simpler. Aim of the data visualization is to make a quick and clear understanding of data in the first glance and make it visually presentable to comprehend the information. In Python, several comprehensive libraries are available for creating high quality, attractive, interactive, and informative statistical graphics (2D and 3D).

Followers