Useful tips for everyday
How do you divide microservices? Step 3: Split the monolith to build a microservices architecture Keep communication between services simple with a RESTful API. Divide…
What is a Superbuild? The superbuild pattern is a commonly used way of building project dependencies together with the project itself. The basic idea is…
Is Kafka multithreaded? When implementing a multi-threaded consumer architecture, it is important to note that the Kafka consumer is not thread safe. Multi-threaded access must…
How do you audit a code base? If you’re performing a code audit, we recommend breaking down the process into the following stages: Basic code…
What is the correct way to deal with composer lock merge conflict? Personally I fix the merge conflicts in the composer. lock with a very…
What detach function media library? Find the media you would like to detach from a post or page within the list. Verify under the “Uploaded…
Do You Still Look at the insignificant interaction term? I thought that after looking at the (insignificant) interaction term in the output, there is no…
How to export CSV data in Sitecore using PowerShell? In the next post, I’ll show you how we can import CSV data in Sitecore using…
Why is my Screen Resolution not listed? If your monitor is having problems with resolution, it’s probably your graphics card! If you’re getting a display,…
What is REST API URI? REST APIs use Uniform Resource Identifiers (URIs) to address resources. REST API designers should create URIs that convey a REST…