Resources  
  • Getting Started with Cypress.ioMar 19, 2024. Cypress.io offers an intuitive end-to-end testing framework for web applications. This beginner's guide covers setup, writing tests, and running them with Cypress's powerful features.
  • Enable Copilot Control Feature to a Canvas AppsMar 19, 2024. Copilot control, an AI assistant for canvas apps, enables users to gain insights through natural language conversation. Learn how to enable and integrate Copilot into your canvas app effortlessly.
  • How to Use GitHub Enterprise Cloud to Get StartedMar 18, 2024. Learn how to discover the power of GitHub Enterprise Cloud with our comprehensive guide. Learn how to set up your account, manage repositories, collaborate with team members, and leverage essential features for version control.
  • Dynamic Theme Change Across Canvas App ScreensMar 07, 2024. This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
  • How to Group API Endpoints in FastAPI: Diverse ApproachesMar 07, 2024. This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes Fast Api's tagging feature to classify endpoints according to their functions.
  • Workweek Date Calculation for Start, End, and Due DatesMar 04, 2024. This article provides guidance on displaying the start and end dates of working weekdays in a Time Sheet App built in PowerApps. It outlines steps to set up a dropdown for week selection, determine the start date for Monday, and define the end date for Friday based on the selected week.
  • Automate Email Generation with Power Automate Email SignaturesMar 04, 2024. This HTML snippet fetches an email signature using Microsoft Power Automate. It uses an ID attribute to target a specific div element and utilizes inline code to access and display the signature dynamically from the "Get_Email_Signature" action's output.
  • toSpliced(start, deleteCount, ...items) in JavaScript ES2023Feb 25, 2024. Creates a new array with elements spliced (added or removed) at a specific index, without modifying the original. The toSpliced method in JavaScript ES2023 offers a non-mutating alternative to splice, providing immutability, clarity, and concise data manipulation for arrays.
  • What is Purpose of Keep Alive Tag in Vue.jsFeb 23, 2024. The <keep-alive> tag in Vue.js preserves the state of dynamic components, optimizing performance by caching and reusing them. Maintain state and improve performance in dynamic Vue.js applications.
  • Getting Started with Mobile Automation with AppiumFeb 14, 2024. Appium, an open-source tool, simplifies mobile app automation with its cross-platform support for native, hybrid, and web apps. Its versatility shines through support for various programming languages, enabling automation across Android, iOS, and Windows platforms.
  • Azure Immersive Reader Technology - geting started!Feb 14, 2024. Using Azure Immersive Reader Technology to Help People Consume and Understand Text Based Information
  • Getting Started with Azure DevOpsFeb 13, 2024. This article provides an introduction to DevOps, highlighting its collaborative approach between development and operations teams to improve software development, testing, validation, and deployment processes. Azure DevOps and its benefits, emphasizing cloud-hosted capabilities for enhanced collaboration and tool accessibility.
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Creating Keystore to Publish MAUI App from Scratch to EndFeb 07, 2024. When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it's about gaining visibility.
  • Getting Started with PyCaret: Simplifying Machine Learning in PythonJan 31, 2024. PyCaret is a fantastic tool to consider. It's a Python library that automates a lot of the complex steps involved in a typical machine learning project.
  • Getting Started with APIs and Handling JSON DataJan 29, 2024. Learn the essentials of Python API interactions with a focus on Open Notify API. Explore JSON handling, API status codes, and practical examples.
  • Top Things You Need to Consider When Starting a New Company Using AI in 2024Jan 20, 2024. As we enter 2024, the AI industry is brimming with potential for startups and entrepreneurs. In this article, I'll share the top things you need to consider when starting a new AI focused company.
  • Getting Started with .NET MAUI Application Development with .NET 8Jan 16, 2024. The .NET framework is a versatile and powerful platform for building a variety of applications, including web, desktop, mobile, cloud, gaming, and IoT applications. With the release of .NET 8, Microsoft has introduced several enhancements and features that make it even more appealing for developers. This article explains, what is .NET MAUI, it's uses and demonstrates how to get started with .NET MAUI application development.
  • Getting Started with React and ReduxJan 05, 2024. Learn how to set up a React app with Redux. From creating a React app and installing Redux to setting up a Redux store, reducers, connecting React components, and dispatching actions.
  • Getting Started with Refit in .NETJan 05, 2024. HTTP requests in .NET with Refit, a powerful library simplifying API interactions. Learn to create API interfaces, make requests effortlessly, and handle responses with clean, concise code. Enhance your .NET projects with Refit for efficient API integration.
  • Getting Started With NodaTimeDec 08, 2023. Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
  • Unit Testing with Jasmine in AngularDec 08, 2023. Unit testing in Angular is indispensable for app reliability and maintainability. Explore the significance of unit testing, set up an Angular project with Jasmine, and write practical tests for modules using code snippets. Early bug detection, code maintainability, refactoring confidence, and improved collaboration are key benefits of this testing approach.
  • Getting Started with SQL Server 2022 SSDT 17.8Dec 07, 2023. It breaks down complex concepts into easy-to-understand terms: SSDT, SSIS, SSAS, SSRS, ETL, SSOX, MDS, TDS and OLAP.
  • Getting Started with Humanizer in C#Nov 27, 2023. In this article, we'll explore how to install and use Humanizer in C#, unveiling both its basic and advanced capabilities. By the end, you'll be equipped to elevate the user experience in your C# applications with Humanizer.
  • Getting Started with Redux Saga in React NativeNov 26, 2023. Discover how to use Redux Saga middleware to simplify side effects management in your React Native app. Our guide covers everything from code organization to debugging, helping you optimize performance and maintainability. Get started with the Redux Saga today!
  • Getting Started with .NET Aspire for Production Ready Cloud Native AppsNov 20, 2023. .NET Aspire is a user-friendly solution designed for crafting applications ready for the cloud. It simplifies the development process, allowing developers to focus on their core business logic. Packaged as a set of NuGet packages, .NET Aspire handles specific cloud-related concerns. Whether you’re dealing with databases, messaging, or caching, .NET Aspire has you covered. It’s your go-to stack for creating cloud-ready, observable, and production-ready applications.
  • Getting Started with Azure OpenAI Service With an Example of GPT Turbo ModelNov 12, 2023. This article provides you insight of getting started with Azure OpenAI Service with an example of GPT 35 Turbo model.
  • Getting Started with SwiftUIOct 31, 2023. This article describes SwiftUI as a user interface toolkit that enables developers to create visually appealing apps across various Apple platforms with minimal coding. SwiftUI's compatibility with UIKit and AppKit allows for a smooth transition for developers already familiar with these frameworks.
  • Getting Started with Regex in C#Oct 18, 2023. Regex, or regular expressions, are essential for text processing in C#. They facilitate pattern matching, data extraction, and validation, empowering developers with versatile and powerful text manipulation tools.
  • How to Use Remix IDE to Create and Deploy Smart Contracts?Sep 25, 2023. Smart contracts are self-executing digital agreements on blockchain, automating transactions and ensuring trust without intermediaries.
  • Setting Up Server-Side Google Tag Manager (GTM) with DockerSep 21, 2023. Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
  • Create Mention Tag in ReactSep 14, 2023. This article offers a comprehensive tutorial on implementing mention tags in a React application. Prerequisites include familiarity with HTML, JavaScript and having Node.js installed. You'll start by creating a new React project, installing Bootstrap for styling, and then adding the React Mentions module.
  • Get Started With Kotlin Multiplatform For MobileSep 12, 2023. This article is going to explain how to create an application that runs on both Android & IOS devices.
  • Getting started with Microsoft Semantic KernelSep 08, 2023. Microsoft Semantic Kernel is an Open Source lightweight SDK for consuming Large Language Models (LLMs) in normal programming languages like C# and Python
  • How to Send Teams Messages with Mentions/Tag a User in Power Automate?Sep 08, 2023. Unlock the full potential of Microsoft Teams and Power Automate by learning how to send messages with mentions or tag users in your workflows. Discover the step-by-step process to automate communication, streamline collaboration, and keep your team informed in real time.
  • The Role of Java Standard Tag Library- EL (JSTL-EL) in JSPAug 23, 2023. The JSTL EL or JSTL Expression Language is used by JSP Programmer in order to avoid the usage of Java Code for accessing data.
  • Getting Started With LangChainAug 18, 2023. LangChain is a framework for developing applications powered by language models. It enables applications that are data-aware and agentic, meaning that they can connect to other sources of data and interact with their environment.
  • Boosting Workflow Efficiency with Power Automate & CachingAug 16, 2023. Caching is a crucial technique for improving the performance of ASP.NET Core Web APIs. In this example, I'll walk you through implementing response caching, distributed caching using Redis, and in-memory caching in an ASP.NET Core Web API.
  • Start AWS Step Function using .NetAug 11, 2023. Discover how to initiate an AWS Step Function using the AWS SDK for .NET. Learn to leverage Amazon Resource Names (ARNs), prerequisites, and sample code for seamless execution.
  • Getting Started with Compose for Wear OSAug 10, 2023. Discover the ease of crafting Wear OS apps using Jetpack Compose. Explore setup, fundamental components, and advanced features for creating intuitive, interactive, and optimized user interfaces for Wear OS devices.
  • Smart Contract Deployment Made Easy with HardhatAug 08, 2023. Learn how to deploy smart contracts on Polygon using Hardhat. Harness the power of scalability and reliability in blockchain development.
  • Getting Started with xUnit.Net for .NET Core Unit TestingAug 03, 2023. Discover the importance of unit testing in software development and its benefits over manual testing, and explore popular testing frameworks in .NET Core, with a focus on xUnit.net for automated testing.
  • What is Non-Functional Requirements?Jul 31, 2023. A Non-Functional Requirement (NFR) is a type of requirement in software and system development that specifies criteria for the performance, behavior, and qualities of the system, rather than defining specific features or functionalities. Unlike Functional Requirements, which describe what the system should do, Non-Functional Requirements describe how the system should perform or behave.
  • How To Get Started With Hugging Face Models?Jul 27, 2023. Hugging Face is a popular open-source library and platform that provides a wide range of natural language processing (NLP) models. These models can be used for various NLP tasks such as text classification, named entity recognition, question answering, language translation, text generation, and more.
  • Getting Started with VagrantJul 19, 2023. Explore the fundamentals of using Vagrant to simplify the process of setting up development environments. Whether you're a solo developer or part of a team, Vagrant can help you create consistent and reproducible environments, eliminating the hassle of manual configuration and ensuring everyone is on the same page.
  • Getting Started With Hugging FaceJul 16, 2023. This article is about the concept of Hugging Face, its models, datasets, and spaces that are provided by Hugging Face and also learn about pre-trained model
  • How To Add Audio And Video To HTML?Jul 03, 2023. In this article, we will learn how to add audio and video tags in an HTML document.
  • Getting started with Rust on Raspberry PiJul 03, 2023. Learn how to get started with Rust on Raspberry Pi.
  • Understanding HTML Tags and AttributesJun 22, 2023. Understanding HTML Tags and Attributes, HTML allows web developers to structure content, add images and videos, create links, and more. One of the key features of HTML is the use of tags. Tags are used to identify different elements of a web page and tell the browser how to display them. In this article, we will look at the different types of tags in HTML and provide examples of how they are used.
  • Creating Links in HTMLJun 19, 2023. Creating links in HTML, Links are an essential part of the web. They connect pages together and allow users to navigate through a website. In HTML, links are created using the anchor tag. In this guide, we will explore how to create links in HTML, including the different types of links, related tags and attributes, and best practices for link building.
  • A React Front-end with a .NET Web API Back-end ApplicationJun 12, 2023. This content provides an introduction to building a simple application using React for the front-end and a .NET Core Web API for the back-end. It includes code snippets and instructions for setting up the project.
  • Getting Started with Azure Kubernetes Services (AKS) ClustersJun 02, 2023. In this article describes about the creation of AKS cluster and different types of services in AKS end to end deployment.
  • Getting Started with Unity Game Development May 27, 2023. This article explains Unity, its uses for application development, and prerequisites and environment setup for development as well as demonstrates how to get started with game development with an example.
  • Getting Started With SQL Server 2022May 24, 2023. This article provides a step-by-step guide on how to connect to SQL Server and execute queries using SQL Server Management Studio 2022 (SSMS).
  • Getting Started with Logic Apps Custom ConnectorsMay 19, 2023. Azure Logic Apps allows you to create custom connectors, which are basically sets of configuration information that define how to connect to a particular system or service. With custom connectors, you can extend the set of pre-built connectors in Logic Apps to include your own APIs, web services, or other systems.
  • Getting Started with Azure Cosmos DB Account CreationMay 19, 2023. In this article describes about the creation of multi-modal Azure Cosmos DB account creation.
  • How To Add Multimedia Content With HTMLMay 13, 2023. I will describe how to use media tags to make your web page more attractive and interactive.
  • Demystifying Azure SQL Database Service: Quick Start Comprehensive GuideMay 10, 2023. In this article describes about how to create and deploy Azure SQL Database service.
  • How To Use HTML Video and Audio TagsMay 08, 2023. Learn how to use audio and video tags in HTML
  • Getting Started with Azure DevOps Starter: A Comprehensive GuideMay 08, 2023. Azure DevOps Starter is a free, cloud-based service offered by Microsoft that helps streamline the software development process by providing tools and workflows for continuous integration and deployment (CI/CD) of applications. It is designed to make it easy for small teams to get started with DevOps and start deploying their applications to the cloud.
  • Getting Started With Angular AnimationsMay 05, 2023. In this article, you'll learn about the power of Angular animations and how to use them to create engaging and interactive user interfaces. You'll explore the different types of animations available in Angular and see how to use them to bring your UI to life. The article will include code examples and step-by-step instructions to help you get started with Angular animations.
  • Getting Started with Azure Kubernetes Services (AKS)May 03, 2023. Azure Kubernetes Services (AKS), a fully managed container orchestration service that makes it easy to deploy, scale, and manage containerized applications using Kubernetes. We'll look at the benefits of using AKS, how to get started with creating and managing a Kubernetes cluster in Azure, different deployment options for your applications, scaling and updating your applications in AKS, monitoring and managing your cluster, and the security and compliance features of AKS. Whether you're a developer or an enterprise looking to streamline your container orchestration and management, this article will provide you with a comprehensive guide to getting started with AKS.
  • HTML IntroductionMay 03, 2023. HTML stands for Hyper Text Markup Language, and it is the foundation of all web development. HTML allows web developers to create web pages that can be viewed by anyone with a web browser. In this article, we will provide an overview of HTML, including its history, syntax, and examples of how to use it.
  • An Overview of the Azure Power Platform: Tools, Benefits, and Getting StartedMay 02, 2023. The Azure Power Platform is a suite of tools and services provided by Microsoft that enables businesses to build, deploy, and manage custom applications and workflows without requiring extensive programming knowledge. It consists of three core services: Power BI, Power Apps, and Power Automate.
  • Adding Tags for Azure VMMay 02, 2023. Learn how to add tags to an Azure VM
  • Tips For Writing Semantic ElementsApr 28, 2023. We have discussed how to use semantic tags very carefully with examples.
  • Mastering Angular Best Practices: Tips and Tricks for Building Large-Scale ApplicationsApr 21, 2023. Boost Your Angular Game: Best Practices for Large-Scale Applications. From code optimization to server-side rendering, learn the top tips and tricks to master Angular development and build maintainable, high-performance web applications.
  • What is Kotlin and Setting Up the Development EnvironmentApr 20, 2023. This article will be a whole guild to starting your journey on kotlin programming.
  • Getting Started with AlgoKitApr 11, 2023. In this article, we are going to learn about AlgoKit and its working.
  • Getting Started With SQLite In React NativeApr 10, 2023. Storing and managing data in a mobile app might be difficult. This is where SQLite comes in. SQLite is a lightweight and embedded database that can be used to store data in a mobile app
  • Getting Started With Mustache.jsApr 07, 2023. Mustache.js is a popular JavaScript templating engine that allows you to generate HTML markup from data. It is designed to be simple and flexible, making it an excellent choice for web developers who need to create dynamic web pages quickly and efficiently.
  • Getting Started With Golang And Mux FrameworkMar 27, 2023. In this article, we are going to learn about how to get started with Goland and MUX
  • Getting Started with Azure Durable FunctionsMar 22, 2023. Getting Started with Azure Durable Functions using C#.
  • Start Working On Azure Static Web AppsMar 19, 2023. In this article, we are going to learn about "Azure Static Web Apps."
  • Get Started With ASP.NET Core Web API With Entity Framework coreMar 14, 2023. Tutorial to create ASP.NET Core Web API using Entity Framework Core - NET 6.0 - using EF Core Power Tools
  • Getting Started With Azure Migrate ServiceMar 07, 2023. In this article, you will learn about Azure Migrate Service. Azure Migrate is a powerful tool offered by Microsoft Azure that helps organizations assess, migrate, and modernize their on-premises applications and infrastructure to the cloud.
  • Getting Started With Azure Active DirectoryMar 07, 2023. In this article, you will learn about Azure Active Directory. Azure Active Directory (Azure AD) is a cloud-based identity and access management (IAM) solution offered by Microsoft.
  • Getting Started With Azure Database ServiceMar 06, 2023. In this article, you will learn about Azure Database Service. Azure SQL Database is a fully-managed, relational database service offered by Microsoft as part of their Azure cloud computing platform.
  • Getting Started With Microsoft AI SchoolMar 03, 2023. The Microsoft AI School is Microsoft's AI (Artificial Intelligence) learning platform that features some of the greatest and latest content for data scientists and developers to get started and dive deep into the Microsoft AI platform and deep learning.
  • Getting Started With Azure SQL DatabaseFeb 28, 2023. In this article, you will learn about Azure SQL Database.
  • Getting Started with Azure App ServiceFeb 27, 2023. In this article, you will learn about azure app services. Create, Deploy, view, and Scale an Azure App Service using the CLI.
  • Getting Started With MuleSoftFeb 24, 2023. In this article, you will learn how to get started with MuleSoft and create some real time APIs with some examples.
  • Getting Started with Dependency Injection in ASP.NET Core using C#Feb 17, 2023. In this article, we explored how to use dependency injection (DI) in ASP.NET Core using C#. We covered the basics of DI, including what it is and why it's important. We then looked at how to set up DI in an ASP.NET Core application, including registering services and injecting dependencies into controllers, services, and middleware.
  • Getting Started With PySparkFeb 16, 2023. In this article, you will learn some basics and how to get started with Spark and how can you run PySpark scripts on Google Colab.
  • Back to Basics - How And Why Learning C# Programming LanguageFeb 13, 2023. This article is the very first of the "Back to Basics" playlist, its goal is to bring the basic knowledge to start developing with the C# language. Whether you are an experienced developer of another language such as Rust, C++, or you are a beginner looking to design applications with dotnet technologies, or even games with Unity.
  • Get Started With KotlinFeb 08, 2023. Learn introductory programming concepts in Kotlin to prepare for building Android apps in Kotlin.
  • Getting Started With Kafka Producers, Consumers, Consumer Groups - Essential ConceptsFeb 03, 2023. In this article, you will learn about Kafka Producers, Consumers, Consumer Groups: Essential Concepts.
  • Creating Azure Resource Group And Using TagsJan 20, 2023. In this article, you will learn how to create Azure Resource Group and Using Tags.
  • Getting Started With Minimal API In .NET 7Jan 11, 2023. In this article, you will learn about Minimal API in .NET 7. Minimal Web APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the minimum files, features, and dependencies in ASP.NET Core.
  • ChatGPT: A Breakthrough in Conversation Generation for Developers, What is ChatGPT and How to Get StartedJan 05, 2023. ChatGPT is a natural language processing (NLP) tool developed by OpenAI that allows developers to generate human-like text in real-time. In this article, we'll introduce ChatGPT and explain how it works, as well as show you how to get started with this powerful tool.
  • Overview Of React FragmentJan 02, 2023. In this article, you will learn about React Fragment. What is React Fragment, Why is React Fragment required, How many ways to use React.Fragment, What is an Empty Tag <> </>, What is Difference between an Empty Tag <> </> vs <React.Fragment> </React.Fragment> ?
  • Getting Started With ASP.NET Core 7.0 MVCDec 14, 2022. In this article, you will learn about ASP.NET Core7.0 MVC.
  • Getting Started With Blazor In ASP.NET Core 7.0Dec 13, 2022. In this article, you will learn about Blazor In ASP.NET Core 7.0.
  • Get Started With Entity Framework Core Using SQLiteDec 13, 2022. In this article, you will learn about entity framework core using SQLite.
  • How To Use Start/Kill Process Activity In UiPath Using UiPath StudioNov 28, 2022. Reading this article, we can learn How to use Start and Kill process Activity in UiPath using UiPath Studio.
  • Getting Started With ASP.NET Core 7.0 Nov 16, 2022. In this article, you will learn about ASP.NET Core 7.0.
  • Getting Started With .NET 7Nov 15, 2022. In this article, you will learn about .NET 7.
  • Getting Started With ASP.NET Core 7Nov 14, 2022. This article explains some of the key features of .NET 7 and how to get started with ASP.NET Core 7
  • TezJS - Introducing The Revolutionary Jamstack Development FrameworkOct 20, 2022. In this article, you will learn about TezJS - Introducing The Revolutionary Jamstack Development Framework.
  • Google Tag Manager Server Side TaggingOct 19, 2022. Defines about GTM Server Side Tagging and how it differs from Client-Side Tagging

About Start-and-End-tags

NA

OUR TRAINING