<?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>Github &#8211; Michael Ten</title>
	<atom:link href="https://michaelten.com/tag/github/feed" rel="self" type="application/rss+xml" />
	<link>https://michaelten.com</link>
	<description>Author. Artist.</description>
	<lastBuildDate>Sun, 05 Jan 2025 06:19:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Unlocking GitHub: Using Search and Filters to Discover Tech Projects</title>
		<link>https://michaelten.com/unlocking_github_using_search_and_filters_to_discover_tech_projects</link>
		
		<dc:creator><![CDATA[Michael Ten]]></dc:creator>
		<pubDate>Sun, 05 Jan 2025 06:19:48 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">https://michaelten.com/?p=238</guid>

					<description><![CDATA[GitHub is an incredible resource for exploring a world of open-source projects, but the platform&#8217;s search features are often underutilized. Whether you&#8217;re looking for projects related to ESP32, Bitcoin Cash, or even game development with Godot, learning to filter and sort your searches effectively can transform how you discover new repositories. With a simple syntax and powerful filters, you can find exactly what you need—whether that’s highly-rated projects or the most actively updated ones. Let’s explore how to use these features and suggest some ideas for searches tailored to your interests. The Power of Search Filters GitHub’s advanced search options ]]></description>
										<content:encoded><![CDATA[<p>GitHub is an incredible resource for exploring a world of open-source projects, but the platform&#8217;s search features are often underutilized. Whether you&#8217;re looking for projects related to ESP32, Bitcoin Cash, or even game development with Godot, learning to filter and sort your searches effectively can transform how you discover new repositories.</p>
<p>With a simple syntax and powerful filters, you can find exactly what you need—whether that’s highly-rated projects or the most actively updated ones. Let’s explore how to use these features and suggest some ideas for searches tailored to your interests.</p>
<h4>The Power of Search Filters</h4>
<p>GitHub’s advanced search options allow you to filter by various parameters, like the number of stars a repository has or how recently it was updated. For example:</p>
<ul>
<li><strong>Stars:</strong> Stars indicate popularity, with 100+ stars often signaling well-established projects.</li>
<li><strong>Updated Recently:</strong> Sorting by recent updates ensures you’re looking at active projects, not abandoned ones.</li>
</ul>
<p>To use these filters, you can include specific keywords in the search bar. For instance:</p>
<ul>
<li><code>stars:&gt;100</code> filters for repositories with more than 100 stars.</li>
<li><code>sort:updated-desc</code> sorts results by the most recent updates.</li>
</ul>
<p>So, a search like <code>ESP32 stars:&gt;100 sort:updated-desc</code> will show popular, actively maintained repositories related to ESP32.</p>
<h4>Tailoring Searches to Your Interests</h4>
<p>Given your interests in tech, there are many exciting searches to try. Here’s a list of suggestions:</p>
<ol>
<li><strong>ESP32:</strong> Explore microcontroller projects, IoT devices, and home automation tools.</li>
<li><strong>Arweave:</strong> Search for repositories using the <code>arweave</code> tag to find decentralized storage solutions or tools integrating blockchain.</li>
<li><strong>Bitcoin Cash and CashTokens:</strong> Look for repositories focused on cryptocurrency wallets, smart contracts, or blockchain apps.</li>
<li><strong>Godot Game Engine:</strong> Discover game templates, custom scripts, or plugins for enhancing development.</li>
<li><strong>Terminal Emulators:</strong> Search for innovative terminal emulators or tools that extend functionality for power users.</li>
<li><strong>Android Development:</strong> Filter by topics like <code>android</code> to find libraries, frameworks, or entire apps shared by the community.</li>
</ol>
<h4>Exploring by Recent Activity</h4>
<p>One fascinating aspect of sorting by updates is seeing a “living history” of repositories. Much like a MediaWiki’s recent changes feature, you can watch activity unfold as developers update their projects. This method helps you discover repositories you might otherwise overlook because their star count hasn’t yet caught up with their innovation.</p>
<p>For example, searching <code>stars:&gt;50 sort:updated-desc</code> within a specific topic like <code>flutter</code> could lead you to cutting-edge mobile app projects. Applying this same approach across different topics can broaden your horizons and introduce you to emerging trends.</p>
<h4>Expanding the Scope</h4>
<p>If you’re looking to expand your exploration, here are some additional keywords and topics to consider:</p>
<ul>
<li><strong>AI and Machine Learning:</strong> Search for <code>openai</code> or <code>large language model</code> repositories to explore the latest developments in AI.</li>
<li><strong>DevOps Tools:</strong> Try <code>terraform</code> or <code>docker</code> to find scripts and configurations for managing infrastructure.</li>
<li><strong>Creative Coding:</strong> Keywords like <code>p5.js</code> or <code>processing</code> reveal projects merging art and programming.</li>
<li><strong>Educational Tools:</strong> Look up <code>mediawiki</code> or <code>wiki</code> for open-source alternatives to platforms like Coursera.</li>
<li><strong>Visualization Libraries:</strong> Search <code>d3.js</code> or <code>three.js</code> for powerful tools to create interactive web graphics.</li>
</ul>
<h4>How to Keep Track of Finds</h4>
<p>Once you’ve found repositories that interest you, consider starring them to save for later or forking them to contribute. You can even follow specific developers whose work aligns with your passions. If you discover a pattern in your searches, it might also be worth creating a personal GitHub Topic to organize repositories under a shared interest, like “ESP32 Tools” or “Blockchain Ideas.”</p>
<h4>Conclusion</h4>
<p>Using GitHub’s search and filter features isn’t just about finding popular projects; it’s a way to tap into the pulse of innovation. By focusing your searches on topics you care about and using filters like <code>stars:&gt;100</code> and <code>sort:updated-desc</code>, you can uncover both established and cutting-edge repositories.</p>
<p>From ESP32 and Bitcoin Cash to Godot and terminal emulators, the possibilities are vast. Let this be your guide to navigating GitHub and discovering projects that inspire you—and maybe even spark ideas for your own contributions. With so much to explore, the only limit is where your curiosity takes you.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: michaelten.com @ 2026-06-27 18:21:39 by W3 Total Cache
-->