Resources  
  • Enhance YAML Template Development in Azure DevOps for ProductivityMar 27, 2024. Enhance YAML template development in Azure DevOps with the YAML Template Editor to boost productivity. Simplify CI/CD pipelines, collaborate efficiently, and streamline automation processes for agile software development.
  • Azure DevOps: Classic Editor for Azure Build & Release PipelinesMar 27, 2024. Learn to create Build and Release Pipelines in DevOps for Azure Repos Git. Configure tasks for Power Platform tools like solution export and import. Use Service Principle for authentication and define target environment details. Ensure successful pipeline creation for efficient project management.
  • 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.
  • Exploring Blackbox AI Code Generation, Code Chat, and Code Search for VS CodeMar 15, 2024. Discover the latest enhancements in Visual Studio Code (VS Code) with Blackbox AI Code Generation, Code Chat, and Code Search features. Boost productivity, streamline collaboration, and navigate code effortlessly within the familiar VS Code environment.
  • 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.
  • 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.
  • Exploring the Power of Rich Text Editor in Power AppsMar 12, 2024. Unlock the potential of Power Apps with this in-depth exploration of the Rich Text Editor feature. Our comprehensive guide provides step-by-step tutorials, tips, and insights into leveraging this powerful tool for text formatting and customization.
  • 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.
  • 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 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.
  • New Modifications and Improvements to the Azure Stream Analytics No-Code Editor Feb 11, 2024. Explore real-time analytics with Azure Stream Analytics, a Microsoft Azure service for processing and analyzing streaming data. Learn about input sources, SQL-like query language, output destinations, and recent user experience enhancements for streamlined stream processing logic.
  • 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.
  • Number Guessing Game in PythonJan 19, 2024. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • How to Integrate the Material-UI with React JSJan 12, 2024. In this article, we will learn about
  • 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.
  • 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."
  • 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.
  • 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.
  • .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.
  • 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#.
  • 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.
  • 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
  • Set Status Bar Color for SQL Server Query EditorAug 18, 2023. This article will discuss how to set status bar color for a SQL Server Query Editor
  • 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.
  • Add HTML Rich Text Editor to PowerApps FormsJun 29, 2023. The problem statement discusses the issue of default text fields appearing instead of rich text fields in PowerApps forms. The approach outlines steps to replace the text field with a rich text editor and save formatted data.
  • 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 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 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 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.
  • How to Add Material-UI in React?May 30, 2023. This article provides a step-by-step guide on how to add Material-UI to a React application. It begins by listing the prerequisites, which include familiarity with HTML, JavaScript, and Bootstrap, as well as having Node.js installed.
  • Revolutionize Your Umbraco Development with View ComponentsMay 07, 2023. Umbraco is an open-source content management system(C M S). mbraco has the ability to use view components to build dynamic and reusable user interface (UI) elements. The latest version of Umbraco is built on top of the .Net core and offers many exciting new features and improvements. One of the key improvements is the introduction of view components.
  • What is UX Research Methods why UX is important for BusinessApr 28, 2023. What are UX Research Methods Why UX is important for Business so in this Article I will explain to you User experience allows you to define the best customer journey for business success on your website.
  • Modernizing Classic And Wiki Pages In SharePoint OnlineApr 10, 2023. This article explains how to modernize classic pages and wiki pages using PnP PowerShell
  • Converting A Blazor WASM App To A Blazor Server AppMar 22, 2023. This article explores converting a Blazor WASM app to a Blazor Server. It details differences between hosting models, and conversion steps including project creation, references addition, and code modifications, and highlights why one might choose Blazor Server for security and scalability.
  • Spark Web UIMar 10, 2023. In this article, you will learn about Spark Web UI.
  • .Net Multi-Platform App UI - Designing Registration FormDec 01, 2022. In this article, you will learn about .Net Multi-Platform App UI - Registration Form.
  • How To Setup Material Grid In Next JS With Material UI/MUI ComponentNov 29, 2022. Material UI or MUI is a library of React UI components that implements Google's Material Design. A fast and extendable react data table and react data grid. It's a feature-rich component available in MIT or Commercial versions.
  • How To Configure Radzen In BlazorNov 16, 2022. In this article we are going to start with a simple Blazor web assembly project with the .Net 6
  • How To Setup Button and Dropdown In Next JS With Material UI/MUI Component Nov 08, 2022. Material UI is a library of React UI components that implements Google's Material Design. Buttons allow users to take actions, and make choices, with a single tap. Select components are used for collecting user provided information from a list of options. In this article we implement MUI components
  • How To Setup Tooltip In Next JS With Material UI/MUI Component Nov 01, 2022. Material UI or MUI is a library of UI components that implements Google's Material Design.Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".
  • How To Setup Next JS With Material UI/MUI Component Basic BreadcrumbsOct 07, 2022. Material UI or MUI is a library of React UI components that implements Google's Material Design. Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".
  • Cheat Sheet For Git Basic CommandsSep 14, 2022. This article provides a comprehensive list of basic Git commands essential for daily use. It covers configuring the Git environment, working with online repositories, understanding the life cycle of a Git repository, and other miscellaneous Git commands.
  • Dynamics 365 Rich Text Editor - Wave 2Sep 05, 2022. Article shares information about the importance of rich text editor in Dynamics CRM
  • Creating Prime React UI Component Galleria Advanced Using PrimeReact/Primefaces In ReactJSAug 31, 2022. PRIMEREACT UI framework that has Over 80 React UI Components with top-notch quality to help you implement all your UI requirements in style.Galleria Advanced, Galleria can be extended further to implement complex requirements.
  • Getting Started With Kendo UI for Angular Aug 31, 2022. In this post, we will see the steps to get started with Kendo UI for Angular.
  • Implement The UI Touch Effects In Xamarin FormsAug 05, 2022. I will explain UI Effects in xamarin forms. We can implement UI Effects for Android and iOS. The plugin will create a custom renderer for each platform, and the effect will help you to animate touches with event handler. We can customize design for all UIs with support command and toucheffect. View with borders, corner radius and clipping to bounds, and view based on content view you can specify child through content property.
  • How To Upload Images In A Rich Text EditorAug 04, 2022. In this article, we discuss how to upload an image in a rich text editor.
  • How To Add Charts In Angular Material ComponentsAug 03, 2022. Adding charts in angular material tab component using CanvasJS angular chart component.
  • Inserting Rich Text Editor In ASP.NET MVC 6Jul 14, 2022. We can insert a rich text editor in our project using jquery and asp.net MVC 6. We have many open-source libraries like TinyMCE, which allows us to insert text editors in the asp.net MVC project.
  • Inputmode And Type In HTML Inputs For Better User ExperiencesJun 19, 2022. User experience is always of the highest concern for any better solution. Input mode plays a pivotal role when it comes to input records/forms in any application. We use only input control in HTML for textbox/forms entry for user input. We enter several kinds of data like plain text, number, decimal, email, mobile number, rich text, search, telephone, URL, date, range etc.However, a small change in inputmode and type of input control can improve the user experience significantly and ease the typing and entering the data.In this article, I will explore various inputmode used in HTML for input types like email, text, number, phone number, URL etc. Furthermore, I will illustrate various inputmode for input control with examples and explain how they can improve user experiences and ease the data entry.
  • Editable Table With Ant DesignJun 13, 2022. In a Computer world, a table is an arrangement of information or data. It's represented in a more complex structure including a row and column. Tables are widely used in communication, research, and data analysis.
  • How To Create React JS Form Using Hooks And PrimeReact/Primefaces UI ComponentsJun 12, 2022. I create this article for describe how can we create a React js applycation using hooks . In this article i also defined how to use PrimeReact components for creating react js application.
  • How To Create Skeleton In React JS Using PrimeReact/Primefaces UI Jun 10, 2022. I create this article for show how can we apply skeleton using PrimeReact component in React js. Skeleton we use in application before page load.
  • How To Use Stepper Component For PrimeReact/Primefaces UI With React JSJun 09, 2022. I create this article for show how can we use stepper of PrimeReact framework in react js.
  • How To Use SlideMenu Component For PrimeReact/Primefaces UI With React JSJun 09, 2022. I create this article for show how can we use SlideMenu of PrimeReact framework in react js.

About UI-editors

NA

OUR TRAINING