-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
52 lines (41 loc) · 2.39 KB
/
Copy pathindex.xml
File metadata and controls
52 lines (41 loc) · 2.39 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
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on DMKCode</title>
<link>https://dmkcode.com/posts/</link>
<description>Recent content in Posts on DMKCode</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-gb</language>
<copyright>© DMKCode</copyright>
<lastBuildDate>Sat, 12 Aug 2017 10:23:20 +0000</lastBuildDate>
<atom:link href="https://dmkcode.com/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Using Jest snapshots to simply redux tests</title>
<link>https://dmkcode.com/posts/redux-jest-snapshot/</link>
<pubDate>Sat, 12 Aug 2017 10:23:20 +0000</pubDate>
<guid>https://dmkcode.com/posts/redux-jest-snapshot/</guid>
<description>When writing tests for redux actions and reducers, its often the case when refactoring actions and reducers, tests are broken and manual changes need to be made to the tests to reflect these changes.</description>
</item>
<item>
<title>Dockerizing My Dev Environment</title>
<link>https://dmkcode.com/posts/dockerize-dev-environment/</link>
<pubDate>Sat, 01 Oct 2016 23:48:57 +0000</pubDate>
<guid>https://dmkcode.com/posts/dockerize-dev-environment/</guid>
<description>Docker is a containerization platform that simplifies building, shipping and running apps.</description>
</item>
<item>
<title>Simple Timer using Angular 2 and RxJS - part 2</title>
<link>https://dmkcode.com/posts/simple-timer-using-angular-2-and-rxjs-part-2/</link>
<pubDate>Thu, 15 Sep 2016 16:22:56 +0000</pubDate>
<guid>https://dmkcode.com/posts/simple-timer-using-angular-2-and-rxjs-part-2/</guid>
<description>This is Part 2 for creating a &lsquo;Simple Timer using Angular 2 &amp; RxJS&rsquo;.</description>
</item>
<item>
<title>Simple Timer using Angular 2 and RxJS - part 1</title>
<link>https://dmkcode.com/posts/simple-timer-using-angular-2-and-rxjs/</link>
<pubDate>Mon, 15 Aug 2016 17:25:53 +0000</pubDate>
<guid>https://dmkcode.com/posts/simple-timer-using-angular-2-and-rxjs/</guid>
<description>This is Part 1 for creating a &lsquo;Simple Timer using Angular 2 &amp; RxJS&rsquo;.</description>
</item>
</channel>
</rss>