CloudBees CD/RO Certifications
CloudBees CD/RO certifications are structured to cater to different levels of expertise and roles within an organization, focusing on CloudBees Continuous Delivery and Release Orchestration (CD/RO). These…
Medical Tourism: Renowned for World-Leading Medical Travel Experiences
Medical tourism has become a prominent avenue for international patients seeking specialized surgeries and treatments across the globe. Various websites have established themselves as leaders in this…
5 Best ChatGPT Alternatives & Competitors in 2024
As of 2024, several noteworthy alternatives to ChatGPT have emerged, each offering unique features and capabilities. Here are five of the best alternatives, based on various online…
What is opcache and Install / Configure in Linux
OPcache, also known as PHP OPcode cache, is a built-in caching system in PHP that dramatically improves the performance of websites and applications. It works by storing…
How to apply new certificates to xampp server?
Step 1 – Create a Private key from the hosting server Step 2 – Create a CSR file Step 3 – Upload your CSR file to Godaddy…
Azure Devops Pipeline YAML Example
Build a Docker image Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School,…
List of Observability Tools in 2024
There are many observability tools available, catering to different needs and budgets. Here’s a list categorized by features: Open-Source: Commercial: Cloud-native: Free/Freemium: Prometheus: An open-source monitoring and…
AiOps Certified Professional (AIOCP)
Introduction The “AiOps Certified Professional” (AIOCP) designation typically refers to a certification program aimed at individuals who want to demonstrate their expertise in the field of Artificial…
AWS services where i can see list all the services created
1. AWS Resource Explorer AWS Resource Explorer is a comprehensive tool that allows you to view and manage your AWS resources across multiple regions. It provides a…
How to Configure Artifactrory with MySQL Database?
Step 1 – Install and Configure mysql server Step 2 – Create a DB Username and Password and assign required access. Step 3 – Download mysql-connector-java-.jar driver…
GitHub Copilot Training and Certification Course
What is GitHub Copilot? GitHub Copilot is an AI-powered code assistant developed by GitHub in collaboration with OpenAI. It is designed to help software developers by automatically…
GitHub Copilot FAQ
What is GitHub Copilot? GitHub Copilot is an AI-powered code completion tool developed by GitHub in collaboration with OpenAI. It assists developers by suggesting lines of code…
Top 20 Techniques to Optimize CPU and RAM Utilization and Improve Windows Performance
Here, I’ll outline a high-level guide with key techniques. You can further research and expand on each step for a more in-depth guide: 1. Update Windows: 2….
AWS Tutorials: Working with Code Commit
Prerequisite – Make Sure you have CodeCommit IAM Access Step 1 – Create a Git Repo Step 2 – Get a Git repo Access Get a repo…
Strace Command: Increase CPU load
The strace command is primarily used for tracing system calls and signals made by a process. While it can generate some CPU load because of the overhead…
AWS Tutorials: Auto Scaling Group
Step 1 – Create a Launch Template Configuration Step 2 – Create Auto Scaling groups Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I…
HolidayLandmark.com has Launched orbit websites Dedicated for each City
Gujaratorbit Gujaratorbit.com stands as a premier and dedicated online portal for events and popular tourist places in around gujarat, meticulously crafted to serve as the quintessential guide…
AWS Tutorials: Python code to sync S3 Buckets
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
AWS Tutorials: AWS S3 Commands Example
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
AWS Tutorials: How to Create a Bucket and Access a Object?
Prereq#1- Verify that the security group associated with your EFS file system and worker nodes allows NFS traffic Your EFS file system’s security group must have an…
AWS Tutorials: Install and Configure AWS CLI
Install AWS CLi in CENTOS/RHEL Install AWS CLi in Ubuntu Install AWS CLi in Linux using Package Install AWS CLi in Windows Configure AWS and Verify Login…
Top 50 Azure DevOps interview questions and answers
1) What is DevOps? DevOps is Development and Operation’s Collaboration, it’s a Union of 3Ps – Process, People and Product (working Product) that enable continuous integration and…
Is NebulaGraph Good for Analytics?
Is NebulaGraph Good for Analytics? NebulaGraph is a perfect tool for business continuity. With this database, you can process enormous quantities of data points that have trillions…
Types of Cyber Attacks You Should be Aware of in 2024
As we step into another year, the digital landscape for businesses continues to evolve. Needless to say, it brings new challenges and threats in the realm of…
Python Test Runners – unittest-parallel
Unittest, Python’s built-in testing framework, does not natively support parallel test execution. To achieve parallel test execution with unittest, you can use third-party libraries like unittest-parallel. Below is…
Python Test Runners – Pytest-xdist
Below is a sample code demonstrating how Pytest-xdist can be used to run tests concurrently on multiple CPU cores, which can significantly reduce test execution time for…
Python Test Runners – pytest-trio
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Python Test Runners – pytest -n
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Python Test Runners – Pytest-asyncio
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Python Test Runners – multiprocessing-testrunner
To use multiprocessing-testrunner for parallel test execution across multiple processes, you first need to install multiprocessing-testrunner. Below is a sample code demonstrating how to use it for concurrent test execution,…
