<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Documentation | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/documentation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>Documentation | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>The Documentation Tools</title>
		<link>https://www.kjctech.net/the-documentation-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-documentation-tools</link>
					<comments>https://www.kjctech.net/the-documentation-tools/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sat, 27 Mar 2021 07:09:53 +0000</pubDate>
				<category><![CDATA[Stuff in General]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Markdown]]></category>
		<category><![CDATA[Wiki]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4579</guid>

					<description><![CDATA[<p>Documentation is no fun but a must-to-do in almost every aspect of the work and has to be done constantly and consistently. It&#8217;s basically not how you do it, rather, a matter of doing it, in a good structure. Over time, I have been using OneNote as my main note-taking and documentation tool. But lately, I am obsessed with Wiki-based [&#8230;]</p>
The post <a href="https://www.kjctech.net/the-documentation-tools/">The Documentation Tools</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>Documentation is no fun but a must-to-do in almost every aspect of the work and has to be done constantly and consistently. It&#8217;s basically not how you do it, rather, a matter of doing it, in a good structure.</p>



<p>Over time, I have been using OneNote as my main note-taking and documentation tool. But lately, I am obsessed with Wiki-based systems. <a href="https://tiddlywiki.com/" target="_blank" rel="noreferrer noopener">Tiddlywiki</a> is my go-to system when I need more formal documentation on anything. I still use OneNote during the process but will transfer the final settings or note to TiddlyWiki as a more final version.</p>



<p>TiddlyWiki is a unique non-linear notebook for documenting complicated information. It&#8217;s basically a single HTML file that can also be encrypted with a complex password. It&#8217;s great for sharing as you won&#8217;t be able to directly make changes to it. In order to update, you will need some sort of saving mechanism to be in place. For example, I am mostly on Windows and I use <a href="https://github.com/Jermolene/TiddlyDesktop/releases" target="_blank" rel="noreferrer noopener">TiddlyDesktop</a>, an open-source tool designed for Windows.</p>



<p>There are also many other good ones out there that is worth noting, such as</p>



<ul class="wp-block-list"><li><a href="https://www.atlassian.com/software/confluence" target="_blank" rel="noreferrer noopener">Confluence</a> &#8211; a wildly used paid solution, with a free-tier that might be suitable for a small team.</li><li><a href="https://js.wiki/">Wiki.js</a> &#8211; a free open-source wiki system.</li><li><a href="https://nextcloud.com/" target="_blank" rel="noreferrer noopener">Nextcloud</a> &#8211; a self-hosted productivity platform.</li><li><a href="https://www.bookstackapp.com/" target="_blank" rel="noreferrer noopener">BookStack</a> &#8211; a simple self-hosted, also an open-source platform, great for Markdown pages.</li></ul>



<p>And speaking of Markdown, it&#8217;s also extremely popular when writing documentation. Very easy to get familiar with and so seamlessly to convert to other document formats, such as HTML or Word.</p>The post <a href="https://www.kjctech.net/the-documentation-tools/">The Documentation Tools</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/the-documentation-tools/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4579</post-id>	</item>
		<item>
		<title>Document SQL Server with Database Note Taker</title>
		<link>https://www.kjctech.net/document-sql-server-with-database-note-taker/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=document-sql-server-with-database-note-taker</link>
					<comments>https://www.kjctech.net/document-sql-server-with-database-note-taker/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 20:30:38 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=3842</guid>

					<description><![CDATA[<p>Database Note Taker is a free note-taking app made specifically for SQL databases. It makes a database schema and structures a lot easier to capture and document, and definitely simplifies the database documentation and takes the guesswork out of everyday development with databases. How does it work? More specifically, Connect to your database. Refresh with the current structure of your database. [&#8230;]</p>
The post <a href="https://www.kjctech.net/document-sql-server-with-database-note-taker/">Document SQL Server with Database Note Taker</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://databasenotetaker.com/" target="_blank" rel="noopener">Database Note Taker</a> is a free note-taking app made specifically for SQL databases. It makes a database schema and structures a lot easier to capture and document, and definitely simplifies the database documentation and takes the guesswork out of everyday development with databases.</p>
<h2>How does it work?</h2>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/homeDiagram.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-3843" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/homeDiagram.png?resize=184%2C270&#038;ssl=1" alt="" width="184" height="270" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/homeDiagram.png?w=184&amp;ssl=1 184w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/homeDiagram.png?resize=100%2C147&amp;ssl=1 100w" sizes="(max-width: 184px) 100vw, 184px" /></a></p>
<p>More specifically,</p>
<ul class="bullets">
<li><b>Connect</b> to your database.</li>
<li><b>Refresh</b> with the current structure of your database.</li>
<li>Database Note Taker shows where documentation is missing.</li>
<li><b>Add and edit notes</b> for tables, columns, stored procedures and so on.</li>
<li><b>Publish</b> and distribute the documentation.</li>
<li>When your database has changed, refresh and add new notes.</li>
</ul>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?ssl=1" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="alignnone size-large wp-image-3844" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=600%2C278&#038;ssl=1" alt="" width="600" height="278" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=600%2C278&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=250%2C116&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=450%2C209&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=768%2C356&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=700%2C324&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=520%2C241&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=360%2C167&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?resize=100%2C46&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/03/Database-Note-Taker.png?w=960&amp;ssl=1 960w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<h2>Features</h2>
<p>Here are a few features worth mentioning:</p>
<ul>
<li>Separate documentation</li>
<li>Work offline &#8211; a live database connection is only required to refresh the database.</li>
<li>Publish to HTML</li>
<li>Database platform independent</li>
<li>Source control friendly</li>
<li>Search</li>
<li>Multiple developers friendly</li>
<li>History tracking</li>
<li>etc.</li>
</ul>
<p>Not enough and looking for more database documentation options? Check out <a href="https://www.sqlshack.com/sql-server-documentation-tools/" target="_blank" rel="noopener">this list</a> compiled by SQLShark.</p>The post <a href="https://www.kjctech.net/document-sql-server-with-database-note-taker/">Document SQL Server with Database Note Taker</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/document-sql-server-with-database-note-taker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3842</post-id>	</item>
		<item>
		<title>Download Performance Tuning Guideline for Windows Server 2016</title>
		<link>https://www.kjctech.net/download-performance-tuning-guideline-for-windows-server-2016/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=download-performance-tuning-guideline-for-windows-server-2016</link>
					<comments>https://www.kjctech.net/download-performance-tuning-guideline-for-windows-server-2016/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Fri, 30 Jun 2017 18:26:28 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=3523</guid>

					<description><![CDATA[<p>Via Windows Server Blog, This updated guide provides a comprehensive collection of technical articles with practical guidance for IT professionals and server administrators responsible for monitoring and tuning Windows Server 2016 across the most common server workloads and scenarios. With this guidance, administrators can tune server settings in Windows Server 2016 and achieve incremental performance or energy efficiency gains, especially [&#8230;]</p>
The post <a href="https://www.kjctech.net/download-performance-tuning-guideline-for-windows-server-2016/">Download Performance Tuning Guideline for Windows Server 2016</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" decoding="async" class="alignnone size-large wp-image-3524" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016-600x338.jpg?resize=600%2C338" alt="" width="600" height="338" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=600%2C338&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=250%2C141&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=450%2C253&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=700%2C394&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=520%2C293&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=360%2C203&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?resize=100%2C56&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?w=1280&amp;ssl=1 1280w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/06/Windows-Server-2016.jpg?w=1920&amp;ssl=1 1920w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p style="text-align: left;">Via <a href="https://blogs.technet.microsoft.com/windowsserver/2017/04/26/performance-tuning-guidelines-for-windows-server-2016/">Windows Server Blog</a>,</p>
<blockquote><p>This updated guide provides a comprehensive collection of technical articles with practical guidance for IT professionals and server administrators responsible for monitoring and tuning Windows Server 2016 across the most common server workloads and scenarios. With this guidance, administrators can tune server settings in Windows Server 2016 and achieve incremental performance or energy efficiency gains, especially when the nature of the workload varies little over time.</p></blockquote>
<p>The Windows Server Performance Tuning Guide is <a href="https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/">available to view online</a>, as well as a <a href="https://docs.microsoft.com/pdfstore/en-us/MSDN.WindowsServerDocs-VSTS/live/administration/performance-tuning.pdf">PDF</a> for offline consumption.</p>The post <a href="https://www.kjctech.net/download-performance-tuning-guideline-for-windows-server-2016/">Download Performance Tuning Guideline for Windows Server 2016</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/download-performance-tuning-guideline-for-windows-server-2016/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3523</post-id>	</item>
		<item>
		<title>Windows Server 2016 and Windows 10 Official Documentation Links</title>
		<link>https://www.kjctech.net/windows-server-2016-and-windows-10-official-documentation-links/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-server-2016-and-windows-10-official-documentation-links</link>
					<comments>https://www.kjctech.net/windows-server-2016-and-windows-10-official-documentation-links/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Wed, 03 May 2017 18:04:49 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[microsoft]]></category>
		<guid isPermaLink="false">http://www.kjctech.net/?p=3471</guid>

					<description><![CDATA[<p>The Windows Server 2016 and Windows 10 IT Pro documentation is now moved from TechNet to docs.microsoft.com. Following are some URLs so that you can replace your old bookmarks and access the new sites. Windows Server 2016 documentation at https://docs.microsoft.com/windows-server/windows-server-2016 Windows Server 2016 Networking documentation at https://docs.microsoft.com/windows-server/networking/networking Windows 10  and Windows 10 Mobile documentation at https://docs.microsoft.com/windows/windows-10/ /via Technet/</p>
The post <a href="https://www.kjctech.net/windows-server-2016-and-windows-10-official-documentation-links/">Windows Server 2016 and Windows 10 Official Documentation Links</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-3472" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash-600x338.jpg?resize=600%2C338" alt="" width="600" height="338" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=600%2C338&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=250%2C141&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=450%2C253&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=700%2C394&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=520%2C293&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=360%2C203&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?resize=100%2C56&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/05/Microsoft-splash.jpg?w=760&amp;ssl=1 760w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>The <strong>Windows Server 2016</strong> and <strong>Windows 10</strong> IT Pro documentation is now moved from TechNet to <strong>docs.microsoft.com</strong>. Following are some URLs so that you can replace your old bookmarks and access the new sites.</p>
<ul>
<li><a href="https://docs.microsoft.com/windows-server/windows-server-2016">Windows Server 2016</a> documentation at <a href="https://docs.microsoft.com/windows-server/windows-server-2016">https://docs.microsoft.com/windows-server/windows-server-2016</a></li>
<li><a href="https://docs.microsoft.com/windows-server/networking/networking">Windows Server 2016 Networking</a> documentation at <a href="https://docs.microsoft.com/windows-server/networking/networking">https://docs.microsoft.com/windows-server/networking/networking</a></li>
<li><a href="https://docs.microsoft.com/windows/windows-10/">Windows 10  and Windows 10 Mobile</a> documentation at <a href="https://docs.microsoft.com/windows/windows-10/">https://docs.microsoft.com/windows/windows-10/</a></li>
</ul>
<p>/via <a href="https://blogs.technet.microsoft.com/wsnetdoc/2017/05/01/windows-server-2016-and-windows-10-documentation-moves-to-new-web-location/">Technet</a>/</p>The post <a href="https://www.kjctech.net/windows-server-2016-and-windows-10-official-documentation-links/">Windows Server 2016 and Windows 10 Official Documentation Links</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/windows-server-2016-and-windows-10-official-documentation-links/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3471</post-id>	</item>
	</channel>
</rss>
