-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
26 lines (26 loc) · 2.08 KB
/
Copy pathindex.xml
File metadata and controls
26 lines (26 loc) · 2.08 KB
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>tristin forbus</title>
<link>http://tristinforbus.com/</link>
<description>Recent content on tristin forbus</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 17 Dec 2023 00:00:00 +0000</lastBuildDate>
<atom:link href="http://tristinforbus.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Evolution of web development</title>
<link>http://tristinforbus.com/posts/evolution-of-web-development/</link>
<pubDate>Sun, 17 Dec 2023 00:00:00 +0000</pubDate>
<guid>http://tristinforbus.com/posts/evolution-of-web-development/</guid>
<description><p>The <a href="https://www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html">Evolution of a programmer</a> joke exists for many different languages. I think there&rsquo;s also room here for evolution of a web developer. I grew up making websites during the Web 1.0 era for fun, began developing professionally in the 2010s, and have been doing mostly web stuff ever since. It&rsquo;s 2023 now, so I&rsquo;ve been twiddling with HTML for over 20 years at this point.</p></description>
</item>
<item>
<title>Schemaless Postgres</title>
<link>http://tristinforbus.com/posts/schemaless-postgres/</link>
<pubDate>Sun, 03 Dec 2023 18:41:44 -0800</pubDate>
<guid>http://tristinforbus.com/posts/schemaless-postgres/</guid>
<description>I stumbled across a link on HackerNews that Reddit&rsquo;s database has two tables. Inside was a blog post from 2012 that referenced a presentation by Steve Huffman from 2010. The interesting thing is how Reddit effectively had no schema for their data, even though they were (at least at the time) using Postgres for storage. The gist is there are two tables. One table has the metadata about every thing that Reddit has: users, subreddits, comments, etc.</description>
</item>
</channel>
</rss>