As an Office 365 Developer and organizer of Office 365 developer events in local community, I have got an opportunity to be featured in November 2019 newsletter.
Read more โSearch Results for: title
Office 365 CLI: Automating SharePoint Administration
The Office 365 CLI lets you manage SharePoint, Teams, and other services from the command line. Perfect for automation and scripting. Installation Login Common Commands Use Cases Automated provisioning Bulk operations CI/CD pipelines Scheduled maintenance References CLI for Microsoft 365
Read more โVue.js 2.6: Scoped Slots and New Features
Vue 2.6 introduced a cleaner slot syntax and the v-slot directive. Here’s what changed. New v-slot Syntax Dynamic Slot Names Other Changes Improved error messages Async error handling Better TypeScript support References Vue 2.6 Release
Read more โSharePoint Online Lists: CRUD Operations with SPFx
Interacting with SharePoint lists is the most common SPFx task. Here’s how to do it properly with PnP JS. Setup PnP JS Read Items Create Item Update Item Delete Item References PnP JS Documentation
Read more โSPFx Property Panes: Building Configurable Web Parts
Property panes let users configure your SPFx web parts without touching code. Here’s how to build them effectively. Basic Property Pane Property Types TextField: Text input Toggle: Boolean switch Dropdown: Select from options Slider: Numeric range Checkbox: Multiple selections Accessing Properties References Property Pane Documentation
Read more โVue.js Components: Building Reusable UI
Components are the heart of Vue.js. Build once, reuse everywhere. Here’s how to create flexible, maintainable Vue components. Basic Component Props Validation Custom Events Slots for Flexibility Component Organization Keep components small and focused Use scoped styles to avoid CSS conflicts Prefix base components (BaseButton, BaseInput) Validate props for better dev experience References Vue.js Components […]
Read more โ