Skip to main content

Posts

Showing posts with the label Devops

observability? Let's discuss about some myths from facts ...........

Microservices and distributed architectures became the norm for building modern-day applications. While the cloud has made it easier to deploy and scale microservices, it's opened a posh set of problems for DevOps by virtue of the sheer volume of interactions between those services. Tracing a blunder across a microservice architecture could be a huge challenge, and without proper insight, longer are required to resolve issues, resulting in an increased unit of time To Resolve (MTTR) in all about business related critical situations for along DevOps and site reliability engineers (SREs). This is where observability plays a vital role. As applications become more complex, it's essential to form them observable, because you'll be able to only analyze, monitor, and optimize your system after you know the way it behaves. This blog discusses observability, the common myths, and also the facts that disprove them. 3 pillars of observability How does one define observability? If at...

Do you know Code Refactoring? being QA/Software tester why it is so dangerous?

Hope everyone who involves with IT sectors they really knows as how this Code Refactoring happens and why Code refactoring coming in the picture.? As the  Software development involves one of the major key terms which is essential for the testers. This key term is known as Code Refactoring. Let's get to know about this Code Refactoring things: What is Code Refactoring? In simple terms, software normally got fails when it becomes so complex that it can no longer provide additional features while remaining error-free. Code refactoring is used to improve code design to make it easier to understand and extend. It is the process of modifying the code without actually modifying the functionality of that code. If you believe a feature may be needed in the future and your current code won’t easily be able to accommodate it, you refactor that code to make it easier to add that feature now rather than worrying about what you need to change with your code to add the feature later. What reason...

Microsoft Azure – Features Benefits

Microsoft Azure – A Brief Introduction Azure is Microsoft’s cloud computing infrastructure and platform designed to build, deploy and manage different applications and services through a giant network of data centres managed by Microsoft. It was launched in February 1st, 2010 as Windows Azure which was later renamed to Microsoft Azure on 25th March 2014. Apart from providing services like SaaS, PaaS and IaaS, it supports many other programming languages, frameworks and tools which could include third-party systems as well. Deployment Models of Microsoft Azure Azure offers two deployment models for cloud resources: Classic Deployment Model – Here each resource of Microsoft Azure was managed individually. The resources could be SQL Database, virtual machine, etc. Azure Resource Manager – Here the users can create different groups for related utilities in order to deploy, manage and monitor the closely coupled resources. Services offered with Microsoft Azure Fea...