-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
85 lines (68 loc) · 4.37 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Chris Bucholz</title>
<link>https://chrisbucholz.github.io/</link>
<description>Recent content on Chris Bucholz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://chrisbucholz.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Blurter</title>
<link>https://chrisbucholz.github.io/projects/blurter/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/blurter/</guid>
<description>Blurter is a tool for the construction of branching dialog trees and other interactive narratives. Implemented in React, its design is heavily by my background working as a game writer/designer.
You can view the work in progress here: Blurter</description>
</item>
<item>
<title>Full Stack Chat App</title>
<link>https://chrisbucholz.github.io/projects/chatui/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/chatui/</guid>
<description>A full stack chat app, using React ES6 for the front end, Socket.io for transport, and Node.js + Express for the backend. Comes with a friendly Chatbot (friendliness not guaranteed.)
Check out the demo here or view the code on Glitch here.</description>
</item>
<item>
<title>Image Uploading Applet</title>
<link>https://chrisbucholz.github.io/projects/fileuploader/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/fileuploader/</guid>
<description>A full stack applet for uploading an image to a server and previewing it. Front end is in React, with a little drag-and-drop style widget. Back end is in Node.js/Express, hosted on Glitch.com.
Check out the demo here or view the code on Glitch here.</description>
</item>
<item>
<title>Login UI</title>
<link>https://chrisbucholz.github.io/projects/loginui/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/loginui/</guid>
<description>This is just a simple front-end only Login UI element, implemented in React on codepen.io.
Check out the pen here.</description>
</item>
<item>
<title>Product Page UI</title>
<link>https://chrisbucholz.github.io/projects/productpage/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/productpage/</guid>
<description>A mildly full-stack product page UI with an image carousel. Front end is in React, with data pulled in from a Firestore.
Check out the pen here.</description>
</item>
<item>
<title>Slumber</title>
<link>https://chrisbucholz.github.io/projects/slumber/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/slumber/</guid>
<description>Slumber is an Incrementer (&ldquo;clicker&rdquo;) game with strong narrative elements I&rsquo;m implementing in React-Redux. It&rsquo;s still very much a work in progress, but the first third of the game is fairly playable.
On a side-note, Redux is absolutely not the right solution for state management for something with a traditional game loop, but it&rsquo;s been very interesting exploring its limits in this application.
You can view the work in progress here: Slumber</description>
</item>
<item>
<title>URL Lengthener</title>
<link>https://chrisbucholz.github.io/projects/urlshortener/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chrisbucholz.github.io/projects/urlshortener/</guid>
<description>A full stack applet intended for shortening URLs. Front end is React. Back end is in Node.js/Express and MongoDB, hosted on glitch.com.
Due to the length of Glitch&rsquo;s default project urls, this code is more commonly a URL lengthener in its current state, hence the name. If for some reason you wanted to invest in this technology, we may first need to set some money aside for a shorter domain.</description>
</item>
</channel>
</rss>