Once the recording is done in Microsoft Teams, after the meeting is completed; we may need to share the recording with the attendees and also sometimes needed to allow them to download the recording. Microsoft Teams provides options to share the recording with the attendees and also allows them to download the recording. Through this […]
An Introduction to Apache Pulsar
Apache Pulsar is a distributed messaging system and a streaming platform originally developed by Yahoo, in 2012; the main goal was to develop a scalable and reliable messaging platform to address the gaps which were not fulfilled with the existing Enterprise Messaging Systems (EMS). It was Open-Sourced in the year 2016; contributed to the Apache […]
Windows 10 – How to Find and Manage Notifications?
Notifications are alerts to alert the user(s) to perform a particular action, or to notify the user(s) for the actions performed or to be performed by the Operating System or Applications. How to Find Notifications in Windows 10? At the right end of the Taskbar, we can find the notification area. We can also call […]
Microsoft Teams – How to change notification style?
Microsoft Teams provides an option to change the notification style to allow us to select either Teams built-in style or native Operating System style. Through this article, we are going to discuss how to change notification style in Teams. Step 1. Open Microsoft Teams. Step 2. On the top right side of the window, you […]
PowerShell – How to unzip files?
In our previous article, we have discussed about zip / compress the selected files or directories using PowerShell Compress-Archive cmdlet. Through this article, we are going to discuss how to unzip the zipped files. Expand-Archive cmdlet – Unzip files from Archived file(s) PowerShell provides Expand-Archive cmdlet to unzip the zipped files. Through its -Path argument […]
Powershell – How to zip / compress / archive selected files or directories?
Windows PowerShell provides commands to zip (compress) and unzip the files. Through this article, we are going to discuss the PowerShell command to zip the selected files or directories. Compress-Archive cmdlet – Compress / Zip / Archive the selected files or directories PowerShell provides Compress-Archive cmdlet, to archive the specified files or directories. We can […]
Microsoft Visio – How to enable or disable hardware graphics acceleration?
Hardware acceleration is used to improve the performance, to enable to use the hardware for particular tasks instead of performing the tasks through a software. Hardware graphics acceleration is used to perform the graphics related activities through the hardware; instead of the software. Microsoft Office applications use hardware acceleration to enable to improve the performance […]
Microsoft Outlook – How to create Tasks?
Task is one of the useful feature in Microsoft Outlook which allows us to track the activities or tasks we perform. For example, if you need to generate a report on particular day, and you want to remember it; usually you write it down in some place to not to forget the activity you need […]
Load Balancing Pattern – Understanding the mechanism of Load Balancing in Cloud Computing
As information technology grows, and for that raison cloud computing has emerged as a main option for developers in developing a high-performance applications. Throughout time cloud technology has known an increased use of cloud infrastructure which led to implementing a load balancing mechanism in order to optimize the use of resources and improve performance for […]
Microservice Architecture – Service Discovery Pattern
Through this article we’re going to discuss, one of the most vital components of a microservice architecture, which are Service Discovery and Service Registry. Let’s starts with an Introduction In a traditional monolithic architecture, as the complexity of building an application can increase over time. Using auto-scaling feature cannot be a breeze because this type […]