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 →
Docker with AKS & Docker with OpenShift
Docker is a containerization platform that allows you to package applications and their dependencies into lightweight, portable containers that can be easily run and managed on different environments. Azure Kubernetes Service (AKS) is a managed Kubernetes service that makes it easy to deploy and manage containerized applications on Azure. AKS allows you to create and... Continue Reading →
Azure Custom Roles and Service Principles
In Azure, roles are a way to manage access to Azure resources and resource actions. Azure has a number of built-in roles that you can use to control access to your resources, as well as the ability to create custom roles that are tailored to your specific needs. There are several types of built-in Azure... Continue Reading →
Real-Time streaming Data Pipelines and Data Streams
Real-time data pipelines and data streams are systems that are designed to process and transmit large volumes of data in real-time. These systems are often used to handle data from sources such as sensors, social media feeds, and financial markets, and can be used to power applications such as real-time analytics, fraud detection, and real-time... Continue Reading →
Federated Identity, OAuth, SSO, MFA Explained
In Azure, federated identity is a system for managing and authenticating user identities across multiple organizations and systems. It allows users to use a single set of credentials to access multiple systems and applications, and enables organizations to share and manage user identity information in a secure and centralized way. In Azure, federated identity is... Continue Reading →
SharePoint Framework, PnP JS development guide
The SharePoint Framework (SPFx) is a development platform for building and extending SharePoint applications. SPFx enables you to build client-side web parts, extensions, and applications that can be deployed to and run within SharePoint. Here is a general guide to developing applications with the SharePoint Framework: Install the development tools: To develop SPFx applications, you... Continue Reading →
You must be logged in to post a comment.