๐‡๐จ๐ฐ ๐ญ๐จ ๐๐ฎ๐ข๐ฅ๐ ๐Œ๐ข๐œ๐ซ๐จ๐ฌ๐ž๐ซ๐ฏ๐ข๐œ๐ž๐ฌ ๐€๐ซ๐œ๐ก๐ข๐ญ๐ž๐œ๐ญ๐ฎ๐ซ๐ž?

Building a micro services architecture involves several steps and considerations. Here is a general guide to help you get started: ๐™„๐™™๐™š๐™ฃ๐™ฉ๐™ž๐™›๐™ฎ ๐˜ฝ๐™ช๐™จ๐™ž๐™ฃ๐™š๐™จ๐™จ ๐˜พ๐™–๐™ฅ๐™–๐™—๐™ž๐™ก๐™ž๐™ฉ๐™ž๐™š๐™จ : Analyse your application and identify the different…

Read more »

System Design – What and Where To Cache?

1. Client Side Cache2. Load Balancer Cache3. API Gateway Cache4. CDN Cache5. Web Server Cache6. Application Server Cache7. Distributed File System Cache8. Search Index Cache9. Database Cache10. Coordination Service Cache…

Read more »

Top Remote Work Websites and Companies in the world

Here are some top remote work websites and companies that offer remote job opportunities worldwide: Remote.co: Remote.co is a popular remote work website that features remote job listings across various…

Read more »

Network Discovery Tools

Network discovery tools are software applications or utilities that help in identifying and mapping devices present on a computer network. These tools employ various techniques to discover and collect information…

Read more »

Network Mapping Tools

Network mapping tools are software applications that provide a visual representation of a computer network’s structure, connections, and devices. These tools help network administrators and IT professionals gain a better…

Read more »

Kapitan Tutorials: Basic Workflow

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 Landmark, stock market…

Read more »

Top 10 Packet Sniffers

Packet sniffers, also known as network analyzers or packet analyzers, are software tools or hardware devices that capture and analyze network packets flowing across a computer network. They provide detailed…

Read more »

kapitan Command line reference

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 Landmark, stock market…

Read more »

Bandwidth Monitoring Tools

Observium is a network monitoring and management platform designed to provide comprehensive visibility into the network infrastructure. It offers a range of features to monitor, analyze, and manage network devices…

Read more »

Network Performance Monitoring (NPM) Tools

Network Performance Monitoring (NPM) tools are designed to monitor and analyze the performance and health of computer networks. They provide insights into network traffic, bandwidth utilization, device performance, and other…

Read more »

Network Configuration Management Tools

Network configuration management tools are software solutions used to manage and automate the configuration of network devices and infrastructure. These tools help network administrators streamline the configuration process, ensure consistency,…

Read more »

Network Traffic Analysis (NTA) Tools

Network Traffic Analysis (NTA) tools are software solutions designed to monitor, capture, analyze, and interpret network traffic patterns and behaviors. These tools provide insights into network performance, security threats, application…

Read more »

Top 10 Network Analysis Tools

Network analysis tools study the network in and out, checks for any blockers and if there are, then analyze it and give the results. These tools are important in the…

Read more »

Top 10 Network Monitoring Tools

Network Monitoring Tool is an application that gathers valuable information from different parts of the network. It will help in managing and controlling the network. The focus of network monitoring…

Read more »

Online Tool to Convert Text between uppercase and lowercase

Are you looking for? Online Tool to Convert Text from uppercase to lowercase Are you tired of manually converting text from uppercase to lowercase? Look no further! Our Online Text…

Read more »

Online Tool to replace space with hyphen

Are you tired of manually replacing spaces with hyphens in your text? Look no further! Our Online Space to Hyphen Converter is here to simplify the process and save you…

Read more »

Shell script to add and commit in 10 files at a time and push

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 Landmark, stock market…

Read more »

List of 100 SRE tools in 2023

Monitoring & Observability Error Monitoring Incident Management Infrastructure as Code Container Orchestration Infrastructure as Code Version Control and CI/CD Others Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…

Read more »

List of Free Software to monitor a live screen of Laptops

Here is a list of free software options that can help monitor live screens of laptops: TeamViewer: TeamViewer is a widely used remote desktop software that allows screen sharing and…

Read more »

List of employee monitoring software

Teramind: Teramind is a comprehensive employee monitoring software that offers features such as real-time screen monitoring, keystroke logging, website tracking, and activity reporting. It provides advanced analytics and behavioral analysis…

Read more »

List of employee live screen of multiple laptop

If you want to view the live screens of multiple laptops simultaneously, you would need a more advanced solution that typically requires a paid software or specialized hardware. Here are…

Read more »

List of all Agile models

Agile is a set of principles and values that emphasize iterative and collaborative approaches to software development and project management. While there are several Agile methodologies and frameworks, here are…

Read more »

Linux Tutorials: Linux File Systems

/: The root directory where it all begins. Every other directory is a subdirectory of this one. /๐—ฏ๐—ถ๐—ป: Contains fundamental binary files, necessary for minimal system functioning. /๐˜€๐—ฏ๐—ถ๐—ป: Similar to…

Read more »

Github Actions Pipeline for openshift deployment

Use Case Write a github action job which would build an image and then publish to ghcr. Upon Successful publishing, trigger a openshift deployment name: OpenShift Deployment on:push:branches:– main jobs:deploy:runs-on:…

Read more »

How to troubleshoot Perforce Server?

Step 1 – Get Comfortable with directory structure and files? Step 2 – Check the permission of following files. it should owned by Perforce Step 3 – Check the Size…

Read more »

Step by Step Guide to enable JMX in tomcat in windows

To enable JMX (Java Management Extensions) in Apache Tomcat on a Windows system, you can follow these step-by-step instructions: Sample Rajesh KumarIโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…

Read more »

Datadog Tutorials: How to Monitor Apache using Datadog in Windows

Step 1 – Download Xampp from this URL for windows. This would install Apache and mysql. https://www.apachefriends.org/download.html Step 2 – Run a installer Step 3 – Start Apache and MySQL…

Read more »

Jenkins Tutorials: Meaning of $class in scripted pipeline

In Jenkins pipeline scripts, the $class parameter is used to specify the class or type of an object. The complete list of $class values depends on the specific plugins and…

Read more »

Jenkins Tutorials: ChoiceParameter & CascadeChoiceParameter in Pipeline using ScriptlerScript

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 Landmark, stock market…

Read more »

Jenkins Tutorials: Variables in Scripted Pipeline

In a scripted Jenkins pipeline, you can use different types of variables depending on your requirements. Here are examples of different variable types commonly used in scripted pipelines: In a…

Read more »