With AI, Written Language Matters Most

I’m not 100% certain I love this article. I made myself write it in less than one hour. It’s core point is supposed to be around written language being the dominant skill going forward which replaces today’s primary skill of knowing how to do stuff (visual skill). I will likely revisit this topic in the future as I think about it more. For at least the next 5-10 years, professional work is going to become more language-based, not less. We are entering a period where being able to express yourself clearly in writing will be more critical than ever. ...

February 8, 2026 · 4 min · Nicolas Nowinski
Citizen Developers Have Always Existed

Citizen Developers Have Always Existed

When IT leaders push back on “citizen development” they are just displaying their closed mindedness and incompetence. Every successful organization is - right now, today - full of citizen developers, people using whatever technology tools they have available (and often finding ways to get around IT limitations to get additional tools) to get their job done. If you don’t enable your workforce to create solutions for themselves they will still find a way to create them. No organization has the budget to solve every use case with centralized IT. Workers don’t have a choice, they have a job to get done and they’ll get it done - with or without IT’s support or blessing. ...

November 16, 2022 · 2 min · Nicolas Nowinski
Why the Microsoft Power Platform is the No-Code Low-Code Platform You Need Now

Why the Microsoft Power Platform is the No-Code Low-Code Platform You Need Now

What is the Power platform all about? I get this question a lot. The reality is that the Power platform is more than one thing and it can be “about” a lot of different things. PowerApps is a pixel-perfect mobile-first UX app creation for the enterprise. Common Data Service is a ready-to-go no-limits data service for building an application backend. PowerApps is the ability to rapidly build forms and views over that data service with minimal effort. Dynamics 365 is a series of commercial applications ready to run your business processes. Power BI is about analyzing and visualizing data from anywhere. Flow is integrating data from multiple services and automating business processes across those services. ...

September 1, 2018 · 3 min · Nicolas Nowinski
Microsoft Flow Dates Times Timezones and Formatting

Microsoft Flow Dates Times Timezones and Formatting

This will be a quick post, but thought someone out there might find it useful if they are working in Microsoft Flow and need to get a local date and time and/or format a date and time. This evening I was building a Flow. In this case it is a Flow that sends an email and I wanted to include the current date in the subject of the email (i.e., “Here are your work items for 01/21/2018”.) The expression design in Flow still seems odd to me - being that I primarily write C# code and a good bit of JavaScript. ...

January 21, 2018 · 2 min · Nicolas Nowinski
Dynamics CRM: Extensions to Improve IOrganizationService

Dynamics CRM: Extensions to Improve IOrganizationService

I’ve become a big fan of extension methods over the years to make my development work in Dynamics CRM, easier to implement and easier to read (i.e., easier to support.) Extension methods allow us to, exactly as the name implies, extended an existing class or interface with new methods - its a simpler version of implementing a derived class. Anyone familiar with developing .NET code for Dynamics CRM will be familiar with the IOrganizationService interface and its varied implementations. While in most cases I’m a fan of implementing my own version of IOrganizationService, often for code-base simplicity I’ll rely on some extension methods for my code. ...

May 26, 2015 · 2 min · Nicolas Nowinski