January 13 2019, 23:52

Update on Hybrismart.com: a story about the integration of SAP Commerce Cloud and Sitecore. It is based on our development – an integration module for these two systems, and our implementation experience at General Electric. It should be useful to everyone interested in headless commerce and using Sitecore as a content management system and SAP Commerce Cloud as an e-commerce platform.

https://hybrismart.com/2019/01/11/combining-sitecore-commerceconnect-sap-commerce/

January 11 2019, 02:05

Excellent little problem for an interview. Answer the question “why”

Mac OS calc shows 1e-27, while Google’s calculator shows zero, and in java System.out.println((4195835/3145727)*3145727-4195835) outputs “-1050108”, but after a simple change, it outputs the correct zero.

And another for bedtime. How much will Python output in response to “print(0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1)”? And Java? System.out.println(0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1);

January 09 2019, 01:19

Published a new article on hybrismart about site search and autocomplete/autosuggest/autocorrection patterns. Not much about hybris there, it’s generally about organizing site search. What to do and what not to do.

Request – if I missed anything (like some rare edge cases), please let me know, I will add it.

“Autocomplete, Live Search Suggestions, and Autocorrection: Best Practice Design Patterns”

https://hybrismart.com/2019/01/08/autocomplete-live-search-suggestions-autocorrection-best-practice-design-patterns/