EBEklal Budhathokiinblogs.ebudhathoki.com.np·5d ago · 8 min readGetting Started with Microsoft Intune: Entra ID, Licensing, Domains, and Device Enrollment.As I continue developing my skills in IT Support and Microsoft cloud technologies, I have been exploring Microsoft Intune and its integration with Microsoft Entra ID. Intune is more than just a tool f10
EBEklal Budhathokiinblogs.ebudhathoki.com.np·Apr 28, 2024 · 1 min readGeneric Reusable Component ReactGeneric types are use mainly to create reusable components with type-safety. First, lets create a simple component first. import React from 'react' type TSelectOptions = { label: string, value: string } type TSelectProps = { options: TSelectOptions...00