-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathania-bebb-dev-rss.xml
38 lines (38 loc) · 2.24 KB
/
ania-bebb-dev-rss.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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ania.bebb.dev RSS feed</title>
<link>https://ania.bebb.dev/</link>
<description>Articles and talks by Ania Bebb</description>
<language>en-gb</language>
<atom:link href="https://ania.bebb.dev/ania-bebb-dev-rss.xml" rel="self" type="application/rss+xml" />
<item>
<title>Modules 101: how and why of exporting and importing in JavaScript</title>
<link>https://ania.bebb.dev/modules-101</link>
<guid>https://ania.bebb.dev/modules-101</guid>
<pubDate>Wed, 29 Dec 2021 13:00:00 GMT</pubDate>
<description>I always struggle to remember how to export and import functions in JavaScript - the methods differ depending if your code gets transpiled, for example. I struggled to find a at-a-glance comparison, so I made my own - and compiled all sort of historical and background information to go with it.</description>
</item>
<item>
<title>Testing 201: What to test</title>
<link>https://ania.bebb.dev/testing-201</link>
<guid>https://ania.bebb.dev/testing-201</guid>
<pubDate>Thu, 06 Jan 2022 09:00:00 GMT</pubDate>
<description>Based on a series of interviews I conducted with my coworkers during Spring of 2020, this opinion piece combines the information obtained into a rough guide as to what should one test, and what approaches to take.</description>
</item>
<item>
<title>I'll tell you what I want, what I really, really want</title>
<link>https://ania.bebb.dev/i-ll-tell-you-what-i-want</link>
<guid>https://ania.bebb.dev/i-ll-tell-you-what-i-want</guid>
<pubDate>Mon, 28 Nov 2022 20:00:00 GMT</pubDate>
<description>Giving negative feedback can be stressful. Giving useful feedback can sometimes feel impossible. It doesn't need to be! I will outline a handful of rules of thumb to follow that can help you put together clear feedback and get what you really, really want.</description>
</item>
<item>
<title>ffconf 2022 write-up and commentary</title>
<link>https://ania.bebb.dev/ffconf-2022</link>
<guid>https://ania.bebb.dev/ffconf-2022</guid>
<pubDate>Thu, 08 Dec 2022 21:30:00 GMT</pubDate>
<description>ffconf 2022 write-up and commentary.</description>
</item>
</channel>
</rss>