<?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>Projects on Yutong Jin</title><link>https://yutongjin.com/projects/</link><description>Recent content in Projects on Yutong Jin</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 07 Aug 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://yutongjin.com/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>LOLSummonerInfoApp</title><link>https://yutongjin.com/projects/13-lol-summoner-info-app/</link><pubDate>Thu, 29 Oct 2020 00:00:00 +0000</pubDate><guid>https://yutongjin.com/projects/13-lol-summoner-info-app/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;LOLSummonerInfoApp&lt;/code&gt; is a React app built around League of Legends player information. The repo structure is straight Create React App, which suggests the focus was on product behavior and API/UI integration rather than custom build tooling.&lt;/p&gt;
&lt;h2 id="what-it-represents"&gt;What It Represents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;game-adjacent product building&lt;/li&gt;
&lt;li&gt;React single-page app workflow&lt;/li&gt;
&lt;li&gt;pulling structured data into a user-facing dashboard&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="stack"&gt;Stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;HTML/CSS&lt;/li&gt;
&lt;li&gt;Create React App&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="repo"&gt;Repo&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/yutongjin/LOLSummonerInfoApp"&gt;yutongjin/LOLSummonerInfoApp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>NorthEast</title><link>https://yutongjin.com/projects/14-northeast/</link><pubDate>Wed, 23 Jun 2021 00:00:00 +0000</pubDate><guid>https://yutongjin.com/projects/14-northeast/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;NorthEast&lt;/code&gt; is a Java/Maven project with ANTLR-generated code plus frontend assets. Even with a sparse README, the structure suggests a project that combined language tooling or parsing work with a browser-facing layer, which makes it different from the earlier CRUD-style app repos.&lt;/p&gt;
&lt;h2 id="what-it-represents"&gt;What It Represents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;a more technical Java project shape&lt;/li&gt;
&lt;li&gt;parser or language-processing work through ANTLR&lt;/li&gt;
&lt;li&gt;combining backend logic with a user-facing interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="stack"&gt;Stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Maven&lt;/li&gt;
&lt;li&gt;ANTLR&lt;/li&gt;
&lt;li&gt;HTML/CSS/JavaScript&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="repo"&gt;Repo&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/yutongjin/NorthEast"&gt;yutongjin/NorthEast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>votwin</title><link>https://yutongjin.com/projects/15-votwin/</link><pubDate>Wed, 21 Jul 2021 00:00:00 +0000</pubDate><guid>https://yutongjin.com/projects/15-votwin/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;votwin&lt;/code&gt; is a lightweight idea repo described as “vote and win.” There is not much code or documentation, but it reads like a product concept capture rather than a random scratchpad.&lt;/p&gt;
&lt;h2 id="what-it-represents"&gt;What It Represents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;a simple product prototype idea&lt;/li&gt;
&lt;li&gt;packaging a concept into a named repo early&lt;/li&gt;
&lt;li&gt;using GitHub as a place to hold small experiments, not only full builds&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="stack"&gt;Stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;concept repo&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="repo"&gt;Repo&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/yutongjin/votwin"&gt;yutongjin/votwin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>aram-beimei</title><link>https://yutongjin.com/projects/17-aram-beimei/</link><pubDate>Wed, 07 Aug 2024 00:00:00 +0000</pubDate><guid>https://yutongjin.com/projects/17-aram-beimei/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;aram-beimei&lt;/code&gt; is a Django app with Docker packaging and Fly.io deployment notes. This is one of the clearest recent repos because the README includes actual run, migration, and deploy commands, which makes the intended workflow explicit.&lt;/p&gt;
&lt;h2 id="what-it-represents"&gt;What It Represents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;a more operational Python web app&lt;/li&gt;
&lt;li&gt;Django plus container-based deployment&lt;/li&gt;
&lt;li&gt;a repo where local development and production deployment were both documented&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="stack"&gt;Stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Django&lt;/li&gt;
&lt;li&gt;Docker&lt;/li&gt;
&lt;li&gt;Fly.io&lt;/li&gt;
&lt;li&gt;HTML templates&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="repo"&gt;Repo&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/yutongjin/aram-beimei"&gt;yutongjin/aram-beimei&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>