DevSecOps is a term that refers to the integration of security practices into the software development and operations process. It is based on the principles of DevOps, which is a collaborative approach to software development that focuses on continuous integration, delivery, and deployment. In the context of DevSecOps, security is treated as an integral part... Continue Reading →
Monitoring with Azure and Arc enabled resources
Continuous monitoring is the practice of continuously monitoring your IT systems and infrastructure to detect and respond to security threats and operational issues. With Azure Arc enabled resources, you can use Azure Monitor to implement continuous monitoring for your hybrid and multicloud environments. To set up continuous monitoring with Azure Arc enabled resources, you can... Continue Reading →
Azure Cloud Readiness Assessment and Cloud Adoption Framework (CAF)
The Azure Cloud Readiness Assessment is a service offered by Microsoft that helps organizations to assess their readiness for cloud adoption and identify the most suitable cloud deployment model for their needs. The assessment includes a review of the organization's current IT infrastructure, applications, and workloads, as well as its business and regulatory requirements, and... Continue Reading →
Azure Zero Trust approach with Perimeter-based networks and Policy as Code (PaC)
The Azure Zero Trust approach is a security model that assumes that all network traffic is potentially malicious and requires strict access controls and continuous verification of identity and device trust. It is designed to replace the traditional perimeter-based network security model, in which trusted users and devices are granted access to internal resources based... Continue Reading →
Checkov vs tfsec Terraform testing framework
Checkov is an open source static code analysis tool for infrastructure as code (IaC) that helps you to ensure that your Terraform, CloudFormation, and Kubernetes resource configurations adhere to best practices and are secure. It scans your IaC code and flags potential security issues, such as exposed secrets, unencrypted data at rest, and open firewall... Continue Reading →
Azure DevOps, CI/CD pipelines Explained
Azure DevOps is a cloud-based platform for developing, building, and deploying software. It includes a range of tools and services for version control, collaboration, build and release management, and more. One of the key features of Azure DevOps is the ability to create pipelines for continuous integration and continuous delivery (CI/CD). These pipelines allow you... Continue Reading →
My experience developing Mobile Apps with Flutter and its SDK
Flutter is a mobile app development framework created by Google. It allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. Here are some basic steps for getting started with Flutter app development: Install the Flutter SDK: To develop applications with Flutter, you'll need to install the Flutter SDK,... Continue Reading →
Introduction to Solidity with Developer guide
Solidity is a programming language for writing smart contracts on the Ethereum blockchain. It is used to define the rules and logic of a smart contract, and to specify the actions that the contract can perform and the data that it can store. Here are some basic steps for getting started with Solidity development: Install... Continue Reading →
ASP.NET Core Runtime 7.0.1, Web Component and Blazor
Runtime is the runtime environment for ASP.NET Core applications. It includes the .NET Core runtime, the .NET Core library, and the ASP.NET Core libraries. ASP.NET Core Runtime 7.0.1 is the latest version of the ASP.NET Core Runtime, and includes a number of new features and improvements, such as: Improved support for building cloud-native applications: ASP.NET... Continue Reading →
My experience on migrating On-Prem network to Azure Stack
Migrating an on-premises application to Azure Stack involves moving the application and its dependencies from an on-premises environment to a cloud environment that is based on Azure technologies. This can involve a number of different steps, depending on the specific requirements and characteristics of the application. Some common steps involved in migrating an application to... Continue Reading →

You must be logged in to post a comment.