<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title> Mark Kituu - Dev</title>
		<description>Whistlin&apos;s Dev Space</description>
		<link>https://blog.whistlin.dev</link>
		<atom:link href="https://blog.whistlin.dev/rss.xml" rel="self" type="application/rss+xml"/>
		<language>en-ke</language>
		<lastBuildDate>Sun, 05 Jul 2026 00:00:00 GMT</lastBuildDate>
		
		<item>
			<title>TypeScript Utility Types You Should Actually Use</title>
			<description>A practical, in-depth guide to Partial, Pick, Omit, and Record, the utility types that show up in real codebases constantly, and how they save you from rewriting the same interface five different ways.</description>
			<link>https://blog.whistlin.dev/typescript-utility-types-you-should-actually-use</link>
			<guid isPermaLink="true">https://blog.whistlin.dev/typescript-utility-types-you-should-actually-use</guid>
			<pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate>
			<category>webdev</category>
			<dc:creator>Mark Kituu</dc:creator>
		</item>
		<item>
			<title>Generics in TypeScript</title>
			<description>A friendly, in-depth guide to generics, type parameters, and how TypeScript uses them to write flexible, type-safe code without throwing your hands up and writing `any`.</description>
			<link>https://blog.whistlin.dev/typescript-generics</link>
			<guid isPermaLink="true">https://blog.whistlin.dev/typescript-generics</guid>
			<pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
			<category>webdev</category>
			<dc:creator>Mark Kituu</dc:creator>
		</item>
		<item>
			<title>Functions to Callbacks in JavaScript</title>
			<description>A friendly, in depth guide to functions, callbacks, and how Array.prototype.map actually works under the hood.</description>
			<link>https://blog.whistlin.dev/javascript-callbacks</link>
			<guid isPermaLink="true">https://blog.whistlin.dev/javascript-callbacks</guid>
			<pubDate>Sat, 23 May 2026 00:00:00 GMT</pubDate>
			<category>webdev</category>
			<dc:creator>Mark Kituu</dc:creator>
		</item>
		<item>
			<title>Integrating Web3Forms in a React Application</title>
			<description>A step-by-step guide on integrating Web3Forms in a React application</description>
			<link>https://blog.whistlin.dev/web-three-forms</link>
			<guid isPermaLink="true">https://blog.whistlin.dev/web-three-forms</guid>
			<pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
			<category>tutorial</category>
			<dc:creator>Mark Kituu</dc:creator>
		</item>
		<item>
			<title>hello</title>
			<description>hello</description>
			<link>https://blog.whistlin.dev/hello</link>
			<guid isPermaLink="true">https://blog.whistlin.dev/hello</guid>
			<pubDate>Fri, 26 Jun 2020 00:00:00 GMT</pubDate>
			<category>general</category>
			<dc:creator>Mark Kituu</dc:creator>
		</item>
	</channel>
</rss>