Vending machine exclusive coffee soda by Coca-Cola
When I am coding and need to my replenish energy level, I would usually reach out to a can or two of Cokes or a cup of coffee.
Coca-Cola recently releases a coke-coffee fusion soda called Coca-Cola Coffee Plus and the product is exclusive to vending machines in Japan only.
The drink tastes like Coke but leaves an aftertaste of coffee in the mouth. It has an odd aroma, maybe because coffee and coke has distinct smells and combining both strong substances tend to confuse our olfactory.
Maybe this new drink will help to boost my productivity level 2x by combining the "energy" from Coke and Coffee.
Source: shin-shouhin.com
See also : Programming productivity depends on your tools and language choice
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+6.5k Golang : Send email with attachment(RFC2822) using Gmail API example
+10.3k Golang : Find smallest number in array
+2.4k Golang : Reclaim memory occupied by make() example
+3.3k Golang: Prevent over writing file with md5 hash
+2.2k Linux/Unix/PHP : Restart PHP-FPM
+3.1k Golang : Debug with Godebug
+3.7k Golang : Get SPF and DMARC from email headers to fight spam
+1.1k Golang : How to pass data between controllers with JSON Web Token
+4.1k Golang : Fix fmt.Scanf() on Windows will scan input twice problem
+1.8k Golang : Print instead of building pyramids
+6.4k Golang : Create Temporary File
+3.1k Golang : Fibonacci number generator examples