Author: thedevopsguy.co.in

  • GitHub Actions

    Introduction GitHub Actions is a platform which allows you to automate the developer workflows.Workflows such as :- GitHub Actions are Similar to Devops but has much wider coverage in terms of any automation. It allows you to automate any event that happens in the repository and perform certain automated actions. Components of GitHub Actions GitHub…

  • 4. Caching

    What is Caching ? The word caching literally means to store something. In Software design caching means to store copy of the data locally or externally for faster future reads/retrieval.In Client server architecture when requests are made to server for any data/information server reaches out to database to fetch the corresponding information.Now every time if…

  • 3. Microservices Architecture

    Introduction What is microservice architecture?Microservices architecture enables large teams to build scalable applications that are composed of many loosely coupled services. What is a Microservice? In Microservices Architecture Services are loosely coupled. Each Service handles a dedicated function inside a large-scale application. For Example ,In Amazon Shopping app, Shopping cart, Billing, Profile, Push Function, and…

  • GitHub Copilot

    Introduction GitHub Copilot is a code Completion and automatic programming tool developed by GitHub and OpenAI that assists users by autocompleting code in different IDEs. Features Adding to IntelliJ IDEA 2. Once it is installed into IDE, you need to restart the IDE.After a restart, Copilot will be added as a part of the code…

  • 5. Cloud Adoption Framework

    Introduction Cloud Adoption Framework Cloud Adoption is strategic move by an Organization to leverage cloud in their business Cloud adoption framework for Azure is a Set of tools, best practices, guidelines and documentation to help companies with this journey Strategy Steps  Strategy is about defining BUSINESS JUSTIFICATION & OUTCOMES Plan Key Steps Five R’s OF…

  • 4. Azure AI Devops & tools

    Introduction Artificial Intelligence Artificial Intelligence(AI) is the simulation of human intelligence & capabilities by computer software. Machine Learning is a subcategory of AI where computer software is “taught” to draw conclusions and make predictions from data Azure Machine Learning  Train → Package →  Validate →  Deploy → Monitor Key Characteristics  Azure Serverless Computing  Serverless computing…

  • 3. Azure Storage Services

    Introduction Azure Storage Services Types of Data Azure Blob Storage BLOB :- Binary Large OBject Key Characteristics Azure Queue Storage Key Characteristics  Azure Table Storage Key Characteristics  Azure File Storage Key Characteristics  Azure Storage Account Key Characteristics Azure Disk Storage Key Characteristics Database services in Azure Azure Cosmos DB Key Characteristics Azure SQL Database Key…

  • Compute Services

    Introduction Compute Services Compute Services are on-demand computing services for resources, storage, and services for different applications. Vendors like Azure and AWS provide these services to run various applications on the cloud.Different products available are Virtualization Key Characteristics  Azure Virtual Machines Key Characteristics  Azure Virtual Machine Scale Sets Key Characteristics  Containers Key Characteristics Azure Container…

  • 1. Cloud Computing

    Cloud Computing Concepts There are different cloud computing concepts are required for AZ 900 Certification. The overall weightage of this is about 20% Key Characteristics  Scalability (Vertical Scaling – Scaling up CPU (Storage) & Horizontal Scaling – Multiplying instances ) Scaling is a process of  resources Elasticity  Elasticity is the ability to scale dynamically in a…

  • Java 8 New Features

    Java 8 Java 8 is the biggest change to the language since its inception, bigger than Java 5. It introduces many new language features including lambda expressions and method references. New FeaturesDefault and static Interface methodsLambda RefrencesMethod references New LibrariesStreamsdate/timeConcurrency updates JVM Changes PermGen Disappears Default Static Methods Pre-Java 8 interfaces only contain – contacts…