Skip to main content

Posts Tagged ‘backend-developement’

Working Hard. Wearhouse Workers.

Omnichannel Retailing Hasn’t Fixed the Divide: It’s Time for Unified Commerce

Omnichannel is critical, but it can only help so much  Presenting the customer with a sleek and functional experience for online shopping is a top priority for leading retailers, making omnichannel retailing a key strategy in the industry. Omnichannel retail ensures a brand presents consistently across all customer-facing channels. However, omnichannel retailing alone has not […]

We'll Crack Through This Code Tonight

Delivering Sitecore Media Items as a Compressed ZIP

The task at hand At some point as a developer, you might need to combine multiple Sitecore Media Library items into a compressed ZIP and deliver it on the fly to the end-user. In my use case, I had a client that wanted to build out an asset library for the press to use when […]

Istock 939030682

Implementation of Completable Future of Java 8

Completable-Future is used for asynchronous programming in Java. Asynchronous programming means writing non-blocking code by running a task on a separate thread than the main application thread and notifying the main thread about its progress, completion or failure. This way, main thread does not block/wait for the completion of the task and it can execute other tasks […]