<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Programming on Nicolas Nowinski</title><link>https://nicknow.net/tags/programming/</link><description>Recent content in Programming on Nicolas Nowinski</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 08 Feb 2026 01:20:19 +0000</lastBuildDate><atom:link href="https://nicknow.net/tags/programming/index.xml" rel="self" type="application/rss+xml"/><item><title>With AI, Written Language Matters Most</title><link>https://nicknow.net/with-ai-written-language-matters-most/</link><pubDate>Sun, 08 Feb 2026 01:20:19 +0000</pubDate><guid>https://nicknow.net/with-ai-written-language-matters-most/</guid><description>&lt;p&gt;&lt;em&gt;I&amp;rsquo;m not 100% certain I love this article. I made myself write it in less than one hour. It&amp;rsquo;s core point is supposed to be around written language being the dominant skill going forward which replaces today&amp;rsquo;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.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For at least the next 5-10 years, professional work is going to become &lt;em&gt;more&lt;/em&gt; language-based, not less. We are entering a period where being able to express yourself clearly in writing will be more critical than ever.&lt;/p&gt;</description></item><item><title>Citizen Developers Have Always Existed</title><link>https://nicknow.net/citizen-developers-have-always-existed/</link><pubDate>Wed, 16 Nov 2022 18:06:30 +0000</pubDate><guid>https://nicknow.net/citizen-developers-have-always-existed/</guid><description>&lt;p&gt;When IT leaders push back on &amp;ldquo;citizen development&amp;rdquo; 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.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;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&amp;rsquo;t have a choice, they have a job to get done and they&amp;rsquo;ll get it done - with or without IT&amp;rsquo;s support or blessing.&lt;/p&gt;</description></item><item><title>Why the Microsoft Power Platform is the No-Code Low-Code Platform You Need Now</title><link>https://nicknow.net/microsoft-power-platform-no-low-code/</link><pubDate>Sat, 01 Sep 2018 05:53:13 +0000</pubDate><guid>https://nicknow.net/microsoft-power-platform-no-low-code/</guid><description>&lt;p&gt;What is the &lt;a href="https://dynamics.microsoft.com/en-us/microsoft-power-platform/"&gt;Power platform&lt;/a&gt; all about? I get this question a lot.&lt;/p&gt;
&lt;p&gt;The reality is that the Power platform is more than one thing and it can be &amp;ldquo;about&amp;rdquo; a lot of different things.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://powerapps.microsoft.com/"&gt;PowerApps&lt;/a&gt; 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. &lt;a href="https://dynamics.microsoft.com/"&gt;Dynamics 365&lt;/a&gt; is a series of commercial applications ready to run your business processes. &lt;a href="https://powerbi.microsoft.com"&gt;Power BI&lt;/a&gt; is about analyzing and visualizing data from anywhere. &lt;a href="https://flow.microsoft.com/"&gt;Flow&lt;/a&gt; is integrating data from multiple services and automating business processes across those services.&lt;/p&gt;</description></item><item><title>Microsoft Flow Dates Times Timezones and Formatting</title><link>https://nicknow.net/microsoft-flow-dates-times-timezones-formatting/</link><pubDate>Sun, 21 Jan 2018 06:04:49 +0000</pubDate><guid>https://nicknow.net/microsoft-flow-dates-times-timezones-formatting/</guid><description>&lt;p&gt;This will be a quick post, but thought someone out there might find it useful if they are working in &lt;a href="https://flow.microsoft.com/"&gt;Microsoft Flow&lt;/a&gt; and need to get a local date and time and/or format a date and time.&lt;/p&gt;
&lt;p&gt;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., &amp;ldquo;Here are your work items for 01/21/2018&amp;rdquo;.) The expression design in Flow still seems odd to me - being that I primarily write C# code and a good bit of JavaScript.&lt;/p&gt;</description></item><item><title>Dynamics CRM: Extensions to Improve IOrganizationService</title><link>https://nicknow.net/dynamics-crm-iorganizationservice-extension-methods/</link><pubDate>Tue, 26 May 2015 22:42:41 +0000</pubDate><guid>https://nicknow.net/dynamics-crm-iorganizationservice-extension-methods/</guid><description>&lt;p&gt;I&amp;rsquo;ve become a big fan of &lt;a href="http://www.dotnetperls.com/extension"&gt;extension methods&lt;/a&gt; over the years to make my development work in Dynamics CRM, easier to implement and easier to read (i.e., easier to support.) &lt;a href="https://msdn.microsoft.com/en-us/library/bb383977.aspx"&gt;Extension methods&lt;/a&gt; allow us to, exactly as the name implies, extended an existing class or interface with new methods - its a simpler version of implementing a &lt;a href="https://msdn.microsoft.com/en-us/library/a48h1tew.aspx"&gt;derived class&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Anyone familiar with developing .NET code for Dynamics CRM will be familiar with the &lt;code&gt;IOrganizationService&lt;/code&gt; interface and its varied implementations. While in most cases I&amp;rsquo;m a fan of implementing my own version of IOrganizationService, often for code-base simplicity I&amp;rsquo;ll rely on some extension methods for my code.&lt;/p&gt;</description></item></channel></rss>