<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="https://devnet.kentico.com/rss/authors/225882" rel="self" type="application/rss+xml"/>
<title><![CDATA[DevNet Author Profile]]></title>
<link><![CDATA[https://devnet.kentico.com/rss/authors/225882]]></link>
<description><![CDATA[Including Articles and Video Articles]]></description>
<language><![CDATA[en-US]]></language>
<item>
     <title><![CDATA[The Ultimate Guide to Identifying Which CMS Is Used on a Website]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>A sequel to the most read article on DevNet of all times. The original post introduced a comparison of five tools for CMS detection, in this issue we have compared not five but ten utilities. Check out the results&hellip;</p>
]]></description>
     <pubDate>Mon, 13 Nov 2017 08:00:00 GMT</pubDate>
      <documenttags><![CDATA[cms, tool, "tool kit"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/the-ultimate-guide-to-identifying-which-cms-is-used-on-a-website?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Three Ways to Manage Data in Kentico Using PowerShell]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>PowerShell is the leading task automation platform for Windows. Developers and system administrators from all around the world use it for the most complex deployment and installation scenarios as well as for the simplest scripting. The facts that it&#39;s built on top of the .NET Framework opens up certain possibilities for integration with Kentico.&nbsp;Today, we&#39;ll have a look at what we can achieve with PowerShell in combination with the Kentico API and the Kentico REST API.</p>
]]></description>
     <pubDate>Tue, 09 Aug 2016 06:00:00 GMT</pubDate>
      <documenttags><![CDATA[powershell, rest, api]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/three-ways-to-manage-data-in-kentico-using-powershell?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Running Kentico in a Docker container]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Containers are the next big thing in the world of deployment and DevOps.&nbsp;Two weeks ago, at NDC Oslo 2016, I attended <a href="https://twitter.com/ben_hall">Ben Hall&#39;s</a> presentation on&nbsp;<a href="http://ndcoslo.com/talk/deploying-docker-containers-on-windows-server-2016/">Deploying Docker Containers on Windows Server 2016</a>. That triggered me to do what I had wanted to do for a long time &mdash; deploy Kentico to a Windows Server Container using Docker. This article will walk you through the process step by step.</p>
]]></description>
     <pubDate>Mon, 20 Jun 2016 05:00:00 GMT</pubDate>
      <documenttags><![CDATA[docker, containers, devops, deployment, "continuous integration"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/running-kentico-in-a-docker-container?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Referencing Multiple Versions of the Same Assembly in a Single Application]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>We&#39;ve all been there &mdash; our application depends on a version of assembly that&#39;s incompatible with the version that&#39;s referenced by the NuGet package we&#39;ve just installed. The situation gets worse when the conflict occurs between two third-party NuGet packages. What can we do about it? What does Kentico do about it?</p>
]]></description>
     <pubDate>Tue, 24 May 2016 05:00:00 GMT</pubDate>
      <documenttags><![CDATA[dependencies, dll, assembly, conflict, .net]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/referencing-multiple-versions-of-the-same-assembly-in-a-single-application?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[New on DevNet: Disqus Comments]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>We are continuously listening to your feedback and improving DevNet based on your comments. This time, we have brought you a whole new discussion experience, so read on...</p>
]]></description>
     <pubDate>Tue, 03 May 2016 06:00:00 GMT</pubDate>
      <documenttags><![CDATA[disqus, "message board", discussion]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/new-on-devnet-disqus-comments?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[New on DevNet: Community Leaderboard]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Have you ever wondered who the most active members of the Kentico developers&rsquo; community are? Now you can find out in our new Community Leaderboard!</p>
]]></description>
     <pubDate>Wed, 30 Mar 2016 19:00:00 GMT</pubDate>
      <documenttags><![CDATA["development community", questions, stack-overflow]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/new-on-devnet-community-leaderboard?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[How It's Done: SO Integration Part 1 - The Mighty Macro Data Source]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>In one of my previous articles, I promised I&#39;d bring you some details about how the StackOverflow integration on DevNet has been done. Today,&nbsp;I&#39;ll focus on how the Macro Data Source web part saved us a lot of time and how flexible it is, compared to traditional data sources.</p>
]]></description>
     <pubDate>Tue, 26 Jan 2016 06:30:00 GMT</pubDate>
      <documenttags><![CDATA[macros, datasource, "data source", macro, stack-overflow, repeater, "dancing goat"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/how-it-s-done-so-integration-part-1-the-mighty-macro-data-source?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Take Advantage of Kentico’s NuGet Feed and Build Your Own Apps]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>With the release of Kentico 9, we introduced a set of NuGet packages which play an important role in our newly available support for MVC.&nbsp;One of these packages stands out from the others. This package is <a href="https://www.nuget.org/packages/Kentico.Libraries/">Kentico.Libraries</a>, and in this article, we&#39;ll talk about how you can use it to build your own apps. Using the Kentico API has never been easier.</p>
]]></description>
     <pubDate>Tue, 19 Jan 2016 07:00:00 GMT</pubDate>
      <documenttags><![CDATA[nuget, integration, "kentico api", api]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/take-advantage-of-kentico’s-nuget-feed-and-build-your-own-apps?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[StackOverflow Integration on DevNet]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Some of you may have already noticed that DevNet has been offering relevant content from <a href="http://stackoverflow.com/questions/tagged/kentico">StackOverflow</a> since December. In this article, I&#39;ll show you how can you benefit from our StackOverflow integration.</p>
]]></description>
     <pubDate>Tue, 12 Jan 2016 07:00:00 GMT</pubDate>
      <documenttags><![CDATA[stack-overflow, "development community", integration]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/stackoverflow-integration-on-devnet?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Top Tens for Developers]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>In this article, we&#39;ll have a look at some statistics. In particular, I&#39;d like to present you with the most discussed Kentico topics, terms developers search for, and the questions they ask.</p>
]]></description>
     <pubDate>Mon, 23 Nov 2015 13:00:00 GMT</pubDate>
      <documenttags><![CDATA["top 10", articles, help, "development community"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/top-tens-for-developers?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Every Developer Should Be Able to Do Some PR]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Don&#39;t worry, we&#39;re not going to talk about public relations, the PR in the title stands for the &ldquo;pull request&rdquo;, the base unit of contribution in today&#39;s open-source world.&nbsp;The intention of this article is to shed some light on how to start contributing in an open-source project.</p>
]]></description>
     <pubDate>Thu, 12 Nov 2015 08:00:00 GMT</pubDate>
      <documenttags><![CDATA[github, "development community", "open source"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/every-developer-should-be-able-to-do-some-pr?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Interview with the winner of the DevNet community contest]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Today we talked with Maarten van den Hooven, a true Kentico enthusiast who took part in our <a href="http://devnet.kentico.com/articles/want-to-win-a-pass-to-the-kentico-connection" target="_blank">Q&amp;A contest</a> and <a href="https://devnet.kentico.com/articles/the-devnet-contest-results-are-in" target="_blank">ensured his victory</a> by providing most answers to his fellow developers. Read on to find out how he did it and what he thinks about Kentico.</p>
]]></description>
     <pubDate>Sun, 08 Nov 2015 07:00:00 GMT</pubDate>
      <documenttags><![CDATA[contest, community, "development community"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/interview-with-the-winner-of-the-devnet-community-contest?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[AD Import Service]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Please allow me to introduce you another open-source project called&nbsp;<a href="https://github.com/Kentico/ADImportService">AD Import Service</a>. A&nbsp;tool that&nbsp;keeps your Kentico users and roles in sync with Active Directory. It&#39;s a lightweight but very powerful alternative to&nbsp;<a href="https://docs.kentico.com/display/K82/Kentico+AD+Import+Utility">AD Import Utility</a>.</p>
]]></description>
     <pubDate>Fri, 23 Oct 2015 05:00:00 GMT</pubDate>
      <documenttags><![CDATA["open source", github, "active directory", "active directory service", ad, "ad import"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/ad-import-service?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[KInspector: Inspect your website (open-source)]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Let me introduce Kentico&#39;s first open-source project - KInspector. It&#39;s a tool that&nbsp;helps you keep your Kentico website in good shape by analyzing it and giving you performance, health, and security hints.&nbsp;The cool thing is that it&#39;s compatible with multiple versions of Kentico.</p>
]]></description>
     <pubDate>Mon, 07 Sep 2015 07:00:00 GMT</pubDate>
      <documenttags><![CDATA["open source", kinspector, performance, github, security, health]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/kinspector-inspect-your-website-(open-source)?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Kentico on Stack Overflow - How to Get Productive]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>The world&#39;s largest Q&amp;A platform, Stack Overflow, is a perfect place to get and give online help on any programming topic, including Kentico. At this time, there are about 350 Kentico related questions, which is not bad but we believe we can do better. For starters, I&#39;ll share a few tips from my own experience on Stack Overflow with you. Let&#39;s start building an online knowledge base for Kentico together!&nbsp;</p>
]]></description>
     <pubDate>Fri, 28 Aug 2015 07:00:00 GMT</pubDate>
      <documenttags><![CDATA["development community", stack-overflow]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/kentico-on-stack-overflow-how-to-get-productive?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Let's stay connected]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>We&#39;ve redesigned the user&#39;s profile page and made it accessible from every place on DevNet.</p>
]]></description>
     <pubDate>Thu, 27 Aug 2015 07:00:00 GMT</pubDate>
      <documenttags><![CDATA[devnet, "development community"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/let-s-stay-connected?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Kentico Loves Online Development Communities]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[<p>Over the past years, we&#39;ve been witnessing a huge expansion of developer communities on the web. Millions of people spend their time helping others for free. What&#39;s their motivation and why do successful companies follow this fascinating trend while still being successful? What is Kentico&rsquo;s answer to that?</p>
]]></description>
     <pubDate>Sun, 23 Aug 2015 09:00:00 GMT</pubDate>
      <documenttags><![CDATA[stack-overflow, github, "development community"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/kentico-loves-online-development-communities?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

<item>
     <title><![CDATA[Running Visual Studio Remote Debugger in Domain Environment]]></title>
     <author>Petr Svihlik</author>
     <description><![CDATA[This article describes scenarios in which you need to connect to Visual Studio Remote Debugging Monitor, hereinafter remote debugger, running on a computer that is not part of a domain from a computer that is in a domain.]]></description>
     <pubDate>Wed, 19 Jun 2013 05:12:10 GMT</pubDate>
      <documenttags><![CDATA["remote debug", "remote debugger", "remote debugging"]]></documenttags>
     <link><![CDATA[https://devnet.kentico.com/articles/running-visual-studio-remote-debugger-in-domain-environment?feed=ccaebdb2-fa45-4245-8590-3d04b730592e]]></link> 	  
</item>

</channel>
</rss>
