What is a Microservice? Many Large-Scale Software Projects Employ the architectural approach known as a Microservice System. Efficiency, dependability, performance, and scalability are to be increased. A single application can be developed using the microservice architectural style as a Collection of Small Services, each of which runs in its own process and Communicate with other […]
Software Development
Twilio Flex Retail Starter Pack
Customer Service reps are often the first line of contact for retail customers seeking assistance. Providing your teams with efficient and user-friendly ways to interact with those in need of support is expensive. Off-the-shelf solutions often provide unwanted functionality and are cost-prohibitive. On the other hand, building custom solutions takes too long and is extremely […]
Zero Downtime Deployment Using Blue-Green Methodology
Deploying a new version of an application to a production environment is the most critical task in the software development lifecycle. And a small mistake in the release cycle leads to cascading failures and outages. To deploy a new version of the application, is there an option that reduces the chances of failure or outages […]
Available Request Delivery Date Feature in Optimizely B2B Commerce Cloud
Delivery dates play a vital role in any type of eCommerce store for customer satisfaction and retention. The Optimizely B2B Commerce Cloud delivery date feature will allow customers to choose a delivery date during checkout and review on the website. The customer can select any delivery date, even the current date. The site administrator can […]
Selenium Tips and Tricks and Using Chrome Developer Tools (CDT)
Selenium Tips and Tricks – How to Use Chrome Developer Tools to Help you With the Analysis and Automation of Code When one is going to get started on an automation project for a web app, one of the most powerful tools that can be used is the Chrome Developer tool. Yet, not many people […]
8 Fundamental Skills for Working with Other People’s Code and Being a Team Player.
As developers, at some point, we’ll need to deal with code created by other people. Sometimes it could be hard and tiring, but it’s not an impossible mission. So I want to give you some pieces of advice to do it without losing your mind in the process. We are going to go through these […]
Building a Real-time ASP.NET Core Web App with SignalR (Part 2)
In the previous article, I promised that I was going to show you how to build a simple chat app from scratch using ASP.NET Core and SignalR. And that’s exactly what we are going to do in this post. So, in case you didn’t read the last article, I invite you to check it out […]
Low-level and High-level Programming Languages
When you’re getting started in the software world, the concept of high-level and low-level programming languages can be challenging to grasp, but once you get the basic idea, it becomes easy to know which type of language each one is. What Are Programming Languages? Firstly, let’s start by doing a recap on what exactly a […]
3 Ways to Get a Free or Reduced Fee for Microsoft Certification
Getting certified is always a great feeling for an individual and is a way to prove your competency and proficiency in a particular technology. Microsoft provides the pool of trending technologies in demand and is vastly used in many industries. Getting certified in specific technology is a really valuable addition to your profile. Getting Certified […]
Guide to Implicit, Explicit, and Fluent Waits in Selenium
One of the most Crucial Abilities to understand if you want to become an expert Selenium WebDriver user is the use of the Wait Commands. They are necessary for running test scripts and for locating and fixing problems with Time Latency in web elements. What do we need Wait? By synchronizing our test to […]
Custom XhtmlString Render Service – Force Absolute URL for Images
Working with a headless website setup sometimes can be challenging. For example, if you insert an image directly into the TinyMCE text editor sometimes (it depends on a lot of factors) you can see the relative path to the server storage where the image is saved. But because it’s a headless setup, the front end […]
Basic Powershell Scripting in SXA
Introduction: This blog is an introductory post for people who want to start using customized PowerShell scripts in Sitecore SXA. PowerShell scripting is a powerful tool that can greatly reduce the time a task can take. I will go over the basic fundamentals of a PowerShell script, the tips I recommend when writing a script, […]