Introduction to Istio
Istio is a Service Mesh. A service mesh is a dedicated infrastructure layer for handling service-to-service communication in a microservices architecture. It’s responsible for the reliable deli...
Istio is a Service Mesh. A service mesh is a dedicated infrastructure layer for handling service-to-service communication in a microservices architecture. It’s responsible for the reliable deli...
Send Emails using Telnet We can use telnet to test and debug if a particular machine is able to send e-mail via an SMTP server. Since SendGrid offer 100 free emails everyday, we will send ema...
Introduction For tenant-to-tenant M365 migrations, we need to decide on the architecture approach based on the scenario. Source Tenant: Contoso Desination Tenant: Fabrikam B...
Introduction YAML is a data serialization language that is often used for writing configuration files. It is human readable and easier to understand and can be used in conjuction with other pr...
Casting Converting one data type to another. Implicit Will be done automatically Example: 2 * 1.5 Output: 3.0 The value 2 is converted to float automatic...
Input from Command Line user_input = input("Enter the value to save in the variable:") print("Output is:", user_input) Changing the data types: user_input1 = int(input("Enter the number 1...
Functions: Group of statements that performs a specific task. Syntax: def function_name(parameters): statement(s) return result Modules: A module is a file...
Building a Machine Learning (ML) model package involves several steps. Here’s a high-level overview: Steps Description 1. Data Collection Gather a...
Below are few of the use-cases of reinforcement learing: E-commerce Company Automate its new identity theft product. Australain Energy Company Automate Billing P...
RPA is the use of easily programmable software to handle high-volume, repeatable tasks that previously were manually performed by humans. Robots are automating blue-collar jobs. For example, they...