A step-by-step guide to configuring Workflow Manager 1.0 for SharePoint 2016, including common errors, SSL certificate setup, and Service Bus troubleshooting.
A practical guide to organizing PowerShell scripts and modules for SharePoint development, including dot-sourcing, module manifests, and reusable code structure.
A practical guide for SharePoint developers to quickly deploy DLLs to the GAC and recycle IIS app pools using Visual Studio, PowerShell scripts, and VsCommandBuddy.
Step-by-step instructions to configure Visual Studio Code for PowerShell development with SharePoint, including module stubs and profile setup for full IntelliSense support.
As the developer, I built a robust integration to automatically synchronize payment data from the AX system into sales and contract entities, featuring incremental/full sync, entity matching, JSON serialization, and detailed logging.
As the developer, I implemented a flexible field visibility system that dynamically shows or hides fields for users based on their permissions. The solution features a custom UserControl with PeoplePicker, group/user selection, and JSON-based configuration for secure, dynamic forms.
As the developer, I created a financial planning module for the CFO role, integrating operational plans, presales, contracts, and sales into a unified reporting system. The solution features dynamic forms, advanced data mapping, and a custom jQuery plugin for instant, interactive financial reports.
As the developer, I built a combined search with advanced filters and a hash-based approach, enabling users to instantly find any required entity in the system.
As a developer, I was tasked with making the operational plan update process more interactive and user-driven. I designed a virtual wrapper for SPListItem to allow candidate selection without creating SharePoint items, integrated it with a React/Redux UI, and solved challenges around legacy code, state management, and user experience. This is the story of that technical journey.
A technical deep dive into designing and implementing a React/Redux web part for photo galleries and contests on a corporate portal, featuring user engagement with comments and likes.
Description of the implementation of a web part for displaying and creating photo galleries and photo contests on an internal corporate portal, with support for comments and likes.
As a developer, I implemented a flexible tabbed filtering system for a custom grid component in a large React/SharePoint project. This solution allows users to switch between dynamic views, each with its own filter logic, and efficiently handles data updates and counts. The main challenges solved were ensuring high performance with memoization, supporting multiple filter types, and providing a seamless user experience for managing complex tabular data.
This project is a comprehensive guide to building a flexible and standardized custom grid component for managing tabular data in large-scale React or SharePoint-based systems.