-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
45 lines (36 loc) · 2.4 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>About me on Devin</title>
<link>/</link>
<description>Recent content in About me on Devin</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 08 Jan 2021 00:00:00 +0000</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>fmt format cheatsheet</title>
<link>/post/fmt-format-cheatsheet/</link>
<pubDate>Fri, 08 Jan 2021 00:00:00 +0000</pubDate>
<guid>/post/fmt-format-cheatsheet/</guid>
<description>This cheatsheet is a simplified list of all the verbs you can use in fmt methods that accept a format, such as fmt.Printf and fmt.Sprintf.
Numbers %d - decimal integer %x - hexadecimal integer %o - octal integer %b - binary integer %f - float (3.141593) %g - float (3.141592653589793) %e - float (3.141593e+00) Text %s - string %c - rune (Unicode code point) %q - quoted string or rune (&ldquo;string value&rdquo;) Misc %t - boolean %T - the type of any value %% - percentage sign %v - any value in a natural format </description>
</item>
<item>
<title>Scaling docs to 1000+ pages</title>
<link>/talk/scaling-docs-to-1000-plus-pages/</link>
<pubDate>Wed, 16 Oct 2019 00:00:00 +0000</pubDate>
<guid>/talk/scaling-docs-to-1000-plus-pages/</guid>
<description>In this talk, I explore the lessons we learned from maintaining 1000+ pages with a team of three people, how we (want to) manage 6000+ code snippets, and how we build all these pages in just 16 seconds.
Resources Video Slides Presented at May 28, 2019 - JAMstack Paris Meetup </description>
</item>
<item>
<title>Scaling with(out) Middleman</title>
<link>/talk/scaling-without-middleman/</link>
<pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
<guid>/talk/scaling-without-middleman/</guid>
<description>Sarah Dayan and I explain how a revamp of the Algolia documentation required us to move away from the tools we were using, and create a custom static site generator.
Resources Video Slides Presented at October 16, 2019 - Search Party: Read The Docs October 29, 2019 - Write The Docs Amsterdam Meetup </description>
</item>
</channel>
</rss>