RECENT UPDATES:

Developing SPFx solutions using containers - Introduction

This is the first of 4 articles on using containers for SharePoint Framework (SPFx) development. Disclaimer While I have learned a lot about containers over the last 2 years, I do not claim to be the final authority on this topic. My goal over these next 4 articles is share what I have learned and how I use that knowledge in my daily life as a SPFx developer.

Join me at 365EduCon-Seattle in May

In just under 2 months (May 9-13, 2022), I have the opportunity to present several sessions the the Microsoft 365 EduCon Conference. I’m really excited to join this conference as we move back to more in-person events. As I have stated many times, I think the real value in conferences is networking at all levels: Business Partners, Speakers, Vendors, as well as fellow professionals and enthusiasts. Content is awesome, but meeting people that you can contact after the conference is key to advancing your skills and professional development.

SharePoint Framework (SPFx) Quick Start (Updated 2022)

Almost 2 years ago, I wrote a post on how to setup up your SPFx developer environment because, at that time, I found the available documentation to be very “challenging” to understand. Since then, the official documentation has gotten much better and if you want a walk-through that explains everything, follow the link in the next paragraph. BLAH BLAH BLAH! Just take me to the code! Even though this post is more wordy than I like, this is the Quick Start guide I use when I am setting up a new computer to work with SPFx.

My first Hackathon

This will be short, since I can’t talk about details without getting in trouble. Microsoft hosts an annual Hackathon for their employees and this year, for the first time, they allowed MVPs and RDs to participate. Since I had never participated in a Hackathon before, I was eager to see what the experience was like. One of the biggest challenges was just picking which project(s) you want to be a part of.

Recognition program at PnP

I recently was awarded the Community Contributor recognition badge from the Microsoft Patterns & Practices (PnP) team! While it is nice to receive recognition, my support for this open-community effort goes far beyond recognition. PnP has been a consistent part of my professional development for many years, and I credit the program with a large part of my growth as a developer. The “old” PnP was a Microsoft program where you could learn the “best practices” for building code in SharePoint, which has been my primary development focus for almost 15 years.

Developer Certificate changes in SPFx v1.12.1

Recently, I had to set up a new development machine. These days, my primary development tasks are centered around SharePoint Framework (SPFx) solutions, so setting that up was my first goal. Everything was going smoothly until I tried to install the certificate that the development web server needs for developing SPFx solutions. From there, I descended down the certificate rabbit hole. After a couple of days of research and asking everyone I know for help, I was finally able to complete the task and decided that I better document it before I forget.

Join me at M365 Collaboration Conference in June

Conferences are slowing coming back and I am personally looking forward to talking to attendees, sponsors, and speakers in person again. First on the agenda this year is the M365 Collaboration Conference (formally the SharePoint Conference) in Orlando, FL, Jun 8-10. The “big” conference is still scheduled for Las Vegas in December, but this is a hybrid event that promises to be an exciting time as we transition from the virtual world we have lived in for the past year.

Adding custom formatting to all list views

One of the most exciting changes to SharePoint in the last few years is the advances in custom formatting of columns, views, and forms. These capabilities have transformed lists from functional tools that are pretty boring to exciting, dynamic, visual presentations of data with colors, icons, and almost anything you can design in HTML/CSS. By default, most of the custom formatting samples for columns are shown in a single view, but it is just few steps to make this formatting active in every view.