Resources  
  • Developing an AI-Powered Personalized Educational Support ApplicationJul 16, 2024. We developed an AI-powered application using Gradio and OpenAI's GPT-4 to offer personalized educational support. This application provides tailored career recommendations and learning resources based on individual student profiles, enhancing their educational journey with customized guidance and interactive interfaces.
  • Understanding View Binding in AndroidJul 09, 2024. View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.In most cases, view binding replaces findViewById
  • Setup your personal ChatGPT for freeJul 09, 2024. Generative AI is a transformative technology enabling solutions without needing extensive knowledge in developing, training, or deploying models. Open-source tools like Ollama and community contributions provide accessible ways to leverage powerful AI models cost-effectively, enhancing accessibility for everyone.
  • Introduction to UI Flows in Power AutomateJul 03, 2024. Discover the fundamentals of UI Flows in Power Automate with our comprehensive introduction. Learn to automate repetitive tasks using Microsoft's powerful tool, streamline workflows, and enhance productivity.
  • UI Flow with Power Automate DesktopJul 03, 2024. Explore how to create your first web UI flow using Power Automate Desktop in this step-by-step guide. Learn how to record browser actions to automate repetitive tasks efficiently. This demo covers everything from installing the Power Automate add-in to saving and running your UI flow.
  • PDF Viewer Search functionality in Telerik UI for .NET MAUIJul 03, 2024. Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search capabilities, offering users a seamless experience.
  • PowerApps Nested Gallery with People Picker, Status & DataJul 03, 2024. Learn how to create nested galleries in PowerApps, a powerful feature for organizing data visually. By using nested galleries, you can group items and dynamically expand or collapse data entries. This guide covers connecting to a SharePoint list, designing galleries, writing formulas, and implementing interactive elements.
  • Hiding and Showing Controls on App with Role-Based PermissionsJul 03, 2024. We all know that we can break and handle permission on Sharepoint list and list items. We can also restrict user access on powerapps and forms. We can enable and disable controls depending upon statuses and roles in powerapps.
  • Creating Your First UI Flow with Power Automate DesktopJul 03, 2024. Get started with Power Automate Desktop by creating your first UI flow! In this demo, learn how to automate tasks like creating an Excel file, adding email addresses, and sending emails—all through a seamless workflow. Perfect for beginners looking to streamline their automation processes!
  • Triggering UI Flows using Power AutomateJul 02, 2024. Explore various triggers for UI flows in Power Automate: Attended mode requires an active Windows session, while unattended mode runs on logged-out machines. Setup involves an on-premises data gateway and credentials.
  • User Interaction with Dropdowns in DataTables Using jQueryJun 27, 2024. This article explores techniques to enhance user interaction with dropdowns in DataTables using jQuery. Learn how to create dynamic and responsive tables that improve user experience through intuitive dropdown menus.
  • Apply Filters Dynamically on Kendo Grid in AngularJun 25, 2024. Learn how to apply filters dynamically on a Kendo Grid in Angular, enhancing data management and user interaction in your web applications. This guide covers integrating Kendo UI components in Angular, implementing real-time filtering, and creating an interactive data grid for efficient data display and manipulation.
  • Calculate and Display Total Amount Based on Checkbox StatesJun 21, 2024. In web applications, event binding detects changes in checkboxes named advamount and Rentalamount, enabling dynamic updates based on user interaction. This involves managing the checkbox states to track which financial components are selected.
  • Editing JSON of Fabric Data Pipelines - Part 1Jun 21, 2024. Enable JSON editing in Fabric data pipelines by appending the 'feature.enableJsonEdit=1' to the pipeline URL. Switch from view-only to edit mode, make necessary JSON changes, then perform a minor UI adjustment to activate the Save option. Similar flexibility as Azure Data Factory's PaaS environment.
  • Mesop Framework Of Python From GoogleJun 17, 2024. The Mesop Framework of Python from Google is a cutting-edge tool designed to streamline software development. Leveraging Python's simplicity and Google's robust infrastructure, Mesop offers developers a comprehensive library to build efficient, scalable applications.
  • Using Jquery in React ApplicationJun 16, 2024. Discover how to effectively integrate jQuery into your React application. This guide covers the essentials of using jQuery with React components, handling DOM manipulation, leveraging React lifecycle methods, and ensuring smooth interoperability between the two libraries.
  • How to Implement Fluent UI in ReactJun 15, 2024. Learn how to use Fluent UI in React to create modern, responsive, and accessible user interfaces. This guide covers setting up Fluent UI, integrating its components, and customizing styles for your React application.
  • Digicash Payment Gateway Webhook Real-Time MVC UI UpdatesJun 13, 2024. In this article, we will learn how to integrate the Digicash payment gateway into your MVC web application with real-time UI updates using webhook callbacks.
  • Build Microsoft Teams Tab Extensions with React Fluent UIJun 11, 2024. Discover how to create a powerful Teams Tab Extension using React and Fluent UI in this step-by-step guide. From setting up your development environment to integrating Fluent UI components seamlessly, this tutorial covers everything you need to know to build a feature-rich extension for Microsoft Teams.
  • Understanding Kendo Grid in AngularMay 30, 2024. This guide explains how to set up and use Kendo UI Grid in an Angular application. It covers installation, importing modules, adding sample data, including Kendo Grid in a component, adding styles, enabling features like sorting and paging, and running the application.
  • Creating Custom Web ComponentsMay 20, 2024. Creating a Web Component with frameworks such as React and Angular may look ordinary. But how about Vanilla JavaScript? In this article, we will also understand the basics of HTML.
  • How to Build a Game with React Js?May 19, 2024. Learn how to build a game with React.js in this step-by-step guide. Explore React's capabilities for game development, including component-based architecture, state management, and hooks. Discover techniques for creating interactive UIs, handling user input, and optimizing performance for a seamless gaming experience.
  • startWith() Operator in AngularMay 14, 2024. The startWith() operator in Angular's RxJS library prepends initial values to observable sequences, emitting them immediately upon subscription. It's useful for initializing UI components or providing default values in Angular applications.
  • Learn to Set up a license to Telerik UI for React app – Part IVMay 10, 2024. Telerik UI for React, or KendoReact, streamlines React app development with a comprehensive toolkit. From efficient UI creation to robust features like SSR and TypeScript support, it enhances productivity and performance.
  • JQuery Multiple File Upload and RemoveMay 03, 2024. This code segment utilizes jQuery to handle file upload and removal events in a dynamic UI environment. It captures file details upon selection, facilitates removal with associated buttons, and updates the display accordingly.
  • Dynamic UI Mastery: Showing/Hiding HTML Controls in Power AppsMay 01, 2024. Unlock the Potential of Dynamic User Interfaces: Learn How to Show/Hide HTML Controls with Button Clicks. This article guides you through the process step-by-step, enabling you to create engaging and responsive web applications effortlessly.
  • How to write Unit Tests for SwiftUI Views?Apr 18, 2024. Learn the key practices for writing unit tests for SwiftUI views in iOS and macOS apps. This guide covers project setup, effective testing methods, and leveraging SwiftUI's testing framework. With code examples and best practices, ensure your views' reliability and maintainability through thorough unit testing.
  • Angular Expressions: Syntax, Use Cases, and Implementation MethodApr 15, 2024. Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or custom directives for seamless integration with your Angular application.
  • Health Checks in .NET Core with AspNetCore.HealthCheck.UI.ClientApr 13, 2024. Implementing health checks in .NET Core applications ensures reliability. Using AspNetCore.HealthChecks, monitor application health and dependencies, facilitating proactive issue identification for enhanced performance and user satisfaction.
  • Blazor Component: Creation, Lifecycle, Nesting, & UI Integration Apr 11, 2024. Blazor Components offer a modern approach to web development by utilizing Razor syntax and C#. They enable building interactive and reusable UI elements with data binding and event handling.
  • Create a Search Bar in SwiftUIApr 06, 2024. Learn how to implement a dynamic search bar in SwiftUI for iOS apps. Discover the SwiftUI TextField component to capture user input, integrate it with SwiftUI navigation, and utilize the Combine framework for data filtering.
  • Learn Events Handling in React JSApr 02, 2024. Event handling in React enables dynamic user interactions. It employs event handlers, synthetic events, passing event arguments, common event handlers, preventing default behavior, event bubbling, and best practices for efficient UI responses.
  • Explain StackLayout in .NET MAUIMar 31, 2024. StackLayout in .NET MAUI provides flexible layout management for UI development, allowing easy arrangement of controls in a stack, either horizontally or vertically. Compatible with Xamarin.Forms, and streamlines cross-platform development, offering a familiar environment for building responsive user interfaces.
  • How Devin AI Crafts an App-From Brainstorm to BuildMar 27, 2024. Devin AI, the trailblazing AI software engineer, isn't just about fixing bugs or writing code snippets. It can take your application idea from a napkin sketch to a functional reality. Let's delve into Devin's remarkable process.
  • Explain Vue.js Conditions & LoopsMar 27, 2024. In Vue.js, conditionally render elements with v-if, v-else, v-show, and iterate data using v-for. Detailed explanations and code examples illustrate each aspect of dynamic UIs.
  • Microsoft Fabric: Loading Data into Lakehouse TableMar 20, 2024. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for efficient query performance. Fabric platform enables easy creation & management of LakeHouses. 2 / 2
  • Explain Floating Labels Animation in BootstrapMar 20, 2024. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels above input fields, improving usability, and saving space.
  • Animated Credit Card Design Using AngularMar 15, 2024. To create an animated credit card form in Angular, adjust the app.module.ts file to include necessary modules and define component properties.
  • Lets Create TabView in SwiftUIMar 14, 2024. This article contains a simple demo of creating Tab View in SwiftUI. Learn how to create a Tab View using SwiftUI in this tutorial. Follow step-by-step instructions to integrate tabs like Home, Favorites, Orders, and Settings into your SwiftUI project for streamlined navigation and enhanced UI customization.
  • Understanding CSS Grid: Building a Responsive LayoutMar 14, 2024. Illustrating the application of CSS Grid to construct a responsive webpage layout. Through precise grid definitions and item placements, it delineates sections like header, sidebar, content, and footer.
  • Learn about Navigation in SwiftUIMar 12, 2024. This article contains a simple demo of navigation in Swift. Learn SwiftUI navigation with this step-by-step guide. Create a SwiftUI project, add NavigationLinks, and enhance the UI with Lists for smoother screen transitions. Happy coding!
  • Exploring the Data Table Control in Power AppsMar 12, 2024. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • Exploring Horizontal Gallery in Power Apps Mar 11, 2024. In this article, we will learn to enhance user experience with intuitive UI design, perfect for mobile applications. Unleash the potential of Microsoft Power Platform for streamlined app development.
  • Mastering Form Creation in Power Apps: Integration with SharePoint Mar 11, 2024. Discover how to create powerful forms in Power Apps and seamlessly integrate them with SharePoint. Master the art of designing intuitive interfaces, implementing advanced functionalities, and automating workflows.
  • Fluent UI Components in Power AppsMar 01, 2024. Unleashing the Power of PowerApps: A Deep Dive into Fluent UI Components” is an insightful guide that explores the integration of Fluent UI components into PowerApps. This article provides a comprehensive understanding of how to enhance your PowerApps with Fluent UI’s versatile and user-friendly components.
  • Decoding React's Magic: Re-evaluation, Reconciliation, Re-renderingMar 01, 2024. Discover React's core mechanics in 'Unraveling React's Magic.' We break down re-evaluation, reconciliation, and re-rendering, clarifying how they shape seamless UIs. Power of virtual DOM and understanding its role in optimizing performance. Simplifies complex concepts, offering clarity to developers of all levels.
  • What is Reactive Interface in Vue.jsFeb 29, 2024. Vue.js boasts a powerful reactive interface, automating UI updates in response to underlying data changes. Through data binding, reactivity, computed properties, and watchers, Vue ensures efficient and automatic UI synchronization.
  • Print Output of First n Natural Numbers in UI Screen in Unity 3Feb 28, 2024. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • What is Vuetify in Vue.js?Feb 27, 2024. Vuetify, a Material Design component framework for Vue.js, streamlines UI development. Explore its Material Design components, responsive design, Vue.js integration, customization, theming, accessibility, and installation in this comprehensive guide.
  • How to Implement Approval in Teams Using Adaptive CardsFeb 13, 2024. This article introduces Adaptive Cards, versatile user interface components formatted in JSON, capable of seamless integration across various platforms. It delves into their significance in enabling lightweight UI exchange between applications and outlines.
  • How Virtual DOM Works in ReactFeb 12, 2024. React's Virtual DOM enhances performance by creating a lightweight representation of the real DOM. It efficiently updates the actual DOM, minimizing manipulations for faster, optimized UI rendering.
  • Create a Calendar in PowerAppsFeb 07, 2024. Learn to craft a personalized calendar in Power Apps for seamless scheduling and organization. Follow step-by-step instructions to design and implement this essential tool, ensuring efficiency and tailored functionality.
  • Implementing a Custom Loader in WPF with MVVMFeb 06, 2024. A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • How to Create Folder Redirection on ServerFeb 05, 2024. Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders.
  • Angular Content Projection: UI Flexibility and ReusabilityJan 31, 2024. Angular's content projection, also known as transclusion, elevates UI flexibility and reusability within the framework. By enabling the injection of content from a parent component into designated slots within a child component's template, Angular facilitates the creation of versatile and reusable components.
  • How to Integrate the Material-UI with React JSJan 12, 2024. In this article, we will learn about
  • Real-Time Paris Metro Crowdedness Forecast: A Proof of Concept with Azure and C#Jan 08, 2024. In this article, we will learn about navigating you through crafting a prototype for forecasting crowd levels in Paris Métros using Azure and C#. It covers Azure setup, machine learning, model deployment, streaming pipeline creation, and user application integration.
  • How to Create Floating Textfield in SwiftUI?Dec 10, 2023. In this article we are going to learn how we can create floating textfield in swiftUI.
  • How to Implement Server-Driven UI in SwiftUINov 30, 2023. Uncover the step-by-step process of implementing Server-Driven UI in SwiftUI with this comprehensive guide. Learn how to seamlessly integrate server-driven data into your SwiftUI app, leveraging its declarative syntax and data binding capabilities.
  • Exporting PDF with Kendo UI ReactNov 13, 2023. Learn to Export to DPF from Kendo UI React. Built from scratch and specifically for React, the KendoReact PDF Generator offers high-performance control, integrating flawlessly with your application and the remaining KendoReact components.
  • How to Implement Chakra UI Checkbox in Next.jsSep 27, 2023. In this article we will learn about how Chakra UI Checkbox can be implemented in Next Js.
  • How to Implement Chakra UI Button Loading State in Next.jsSep 27, 2023. In this article we will learn about how Chakra UI Button Loading State can be implemented in Next Js.
  • Simplify Your C# WinForms Development with the ControlHelpers ClassSep 27, 2023. "In this comprehensive tutorial, we explore the ControlHelpers class, a powerful tool for enhancing your C# WinForms application development. Learn how to streamline common tasks and improve the user interface of your WinForms applications effortlessly. We'll dive into the ControlHelpers class, its key features, and provide step-by-step examples on how to implement it effectively in your projects. Whether you're a beginner or an experienced developer, this guide will help you harness the potential of WinForms with ease."
  • .NET MAUI Cross-Platform App DevelopmentSep 25, 2023. Dive into the world of .NET MAUI and discover how to create cross-platform applications effortlessly using a single codebase. Explore the simplicity and power of this framework for building native apps on Android, iOS, macOS, and Windows.
  • Swipe View in .NET MAUISep 21, 2023. In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build applications that seamlessly run on Android, iOS, macOS, and Windows, all from a single, unified codebase. This open-source platform builds upon the foundation of Xamarin Forms, extending its capabilities to desktop scenarios while enhancing UI controls for improved performance and extensibility.
  • Exploring Decorator Pattern in C# Sep 21, 2023. Exploring the Decorator Pattern in C#.the Decorator Pattern stands out as a versatile tool for extending the functionality of classes without altering their structure. In this article, we will delve into the Decorator Pattern and how it can be implemented in C#.
  • Cracking the IoT Testing PuzzleSep 20, 2023. An Article about shedding light on how we make sure interconnected devices play nice together.
  • Draggable Window with Telerik UI for BlazorSep 15, 2023. Creating a Draggable Window with Telerik UI for Blazor.
  • Kotlin Coroutines Sample Mobile App Code DemonstrationSep 06, 2023. Here's a simple Kotlin Android application code sample that demonstrates the use of Coroutines for asynchronous programming. This example fetches data from a fake API and updates the UI when the data is received using Coroutines.
  • Working With NavigationPage In .NET MAUISep 04, 2023. In this article, we will learn about the NavigationPage in .NET MAUI.In .NET MAUI (Multi-platform App UI), the NavigationPage is a fundamental navigation container that allows you to manage the navigation flow and hierarchy of pages within your mobile and desktop applications. It is a key component for creating structured and user-friendly navigation experiences. Here's a description of how to work with NavigationPage in .NET MAUI:
  • Snackbar in ReactSep 04, 2023. Learn how to integrate Material-UI's Snackbar component into your React application. Prerequisites include familiarity with HTML, JavaScript, React, and Node.js.
  • Navigation Drawer with Material 3 in Jetpack ComposeAug 29, 2023. This article is a tutorial for creating a Navigation drawer in Android.
  • Using Alert to Enhance User Interaction in React NativeAug 25, 2023. Enhance user interaction in React Native using alerts. Learn how React Native's Alert component facilitates displaying informative messages, confirming actions, and gathering input effectively for a seamless user experience.
  • How to Build a Login Screen in SwiftUI?Aug 24, 2023. Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
  • How to create Accordion in React Application Aug 24, 2023. Learn to build a React accordion with Material UI. Covering prerequisites like HTML, JavaScript, and React knowledge, plus installing Material-UI. Create components, import modules, and implement the accordion structure. Run the project with 'npm start' for the final result. This tutorial guides you through each step for a seamless implementation.
  • Power BI Mobile App Features And CapabilitiesAug 21, 2023. Explore the features and capabilities of the Power BI mobile app for accessing dashboards and reports on mobile devices
  • Convert Excel Data Into DataTableAug 08, 2023. Learn to leverage the .NET Excel framework for effortless handling of Microsoft Excel files in your .NET applications. Discover conversion techniques, API integration, and practical implementation for data manipulation.
  • How to Create Slider in React Application?Jul 31, 2023. Learn how to create a React Slider using Material UI in this step-by-step guide with code examples and prerequisites.
  • Displaying Notification using Banner in SharePointJul 14, 2023. Displaying Notification using Banner in SharePoint in SharePoint classic look and feel and for On-Prem SharePoint sites.
  • Building a Responsive CSS Free Webpage with BootstrapJul 13, 2023. In this article, we will uncover the power of Bootstrap as we are going to explore building responsive web pages without CSS by only using bootstrap.
  • How to Add Tooltip in React ApplicationJul 11, 2023. This article demonstrates how to implement tooltips in a React application using Material UI. It covers the prerequisites, setting up a React project, installing Material-UI, creating a tooltip component, and showcasing the functionality through code examples. The article provides a detailed guide on adding tooltips to enhance user interactions in React applications using Material UI.
  • Kendo Multiselect Dropdown in AngularJun 27, 2023. Kendo Multiselect Dropdown in angular
  • CLS: Enhancing User Satisfaction and Conversion Rates on Your WebsiteJun 24, 2023. Discover how addressing Cumulative Layout Shift (CLS) improves user satisfaction and boosts conversion rates. Learn effective strategies to optimize web performance.
  • Unlocking the Power of React Sliders: In-Depth Explanation and Real-World ExamplesJun 21, 2023. Unlocking the Power of React Sliders In-Depth Explanation and Real-World Examples
  • Chakra UI Unveiled - Elevate Your Web Development ExperienceJun 19, 2023. Chakra UI Unveiled- Elevate Your Web Development Experience
  • Create Collapsible Accordions Using Ant Design UI In ReactJSJun 16, 2023. In this article, we will learn how to create Collapsible Accordions using Ant Design UI with React JS and Typescript.
  • How To Create Autocomplete Using Ant Design UI In ReactJSJun 15, 2023. In this article, we will learn how to create autocomplete using Ant Design UI with React JS and Typescript.
  • How To Create Popover Using Ant Design UI In ReactJSJun 14, 2023. In this article, we will learn how to create a popover using Ant Design UI with React JS and Typescript.
  • How To Create DatePicker Using Ant Design UI In ReactJSJun 14, 2023. In this article, we will learn how to create a date picker using Ant Design UI with React JS and Typescript.
  • How To Create ColorPicker Using Ant Design UI In ReactJSJun 13, 2023. In this article, we will learn how to create a Color Picker using Ant Design UI with React JS and Typescript.
  • How To Use Redux In Next JS ApplicationJun 13, 2023. In this article we will learn how to manage state with redux in react js application.
  • How To Create Segments Using Ant Design UI In ReactJSJun 12, 2023. In this article, we will learn how to create segmented using Ant Design UI with React JS and Typescript.
  • How To Create TimePicker Using Ant Design UI In ReactJSJun 12, 2023. In this article, we will learn how to create timepicker using Ant Design UI with React JS and Typescript.
  • How we can optimize SVG Files for Web Performance?Jun 09, 2023. How we can optimize SVG Files for Web Performance Complete Guide
  • How To Create Tabs Using Ant Design UI In ReactJSJun 09, 2023. In this article, we will learn how to create Tab using Ant Design UI with React JS and Typescript.
  • How To Create timeline Using Ant Design UI In ReactJSJun 08, 2023. In this article, we will learn how to create timeline Ant Design UI with React JS and Typescript.
  • How To Create Table Using Ant Design UI In ReactJSJun 07, 2023. In this article, we will learn how to create a Table using Ant Design UI with React JS and Typescript.
  • How to Create Modal Popup using Material UI in React ApplicationJun 07, 2023.
  • How To Create Tree/Hierarchical list structure Using Ant Design UI In ReactJSJun 05, 2023. In this article we will learn how to create a Tree using Ant Design UI with React Js and type script.
  • How To Create QRCode Using Ant Design UI In ReactJSJun 04, 2023. In this article we will learn how to create QR Code using Ant Design UI with React Js and type script.

About Metro-UI

NA

OUR TRAINING