-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (87 loc) · 4.03 KB
/
index.html
File metadata and controls
119 lines (87 loc) · 4.03 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.74.3" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>DMKCode | Home </title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="" />
<meta name="twitter:description" content="" />
<meta name="description" content="" />
<meta name="description" content="" />
<meta property="og:title" content="DMKCode | DMKCode" />
<meta name="twitter:title" content="DMKCode | DMKCode" />
<meta property="og:image" content=""/>
<meta itemprop="name" content="DMKCode | DMKCode" />
<meta name="application-name" content="DMKCode | DMKCode" />
<meta property="og:site_name" content="" />
<link rel="alternate" type="application/rss+xml" href="https://dmkcode.com/index.xml" title="DMKCode" />
<meta property="og:title" content="DMKCode" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dmkcode.com/" />
<meta property="og:updated_time" content="2017-08-12T10:23:20+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="DMKCode"/>
<meta name="twitter:description" content=""/>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://dmkcode.com/css/main.css" />
</head>
<body>
<div class="content">
<header>
<div class="main">
<a href="https://dmkcode.com/">DMKCode</a>
</div>
<nav>
<a href="/">Home</a>
<a href="/posts">All posts</a>
<a href="/about">About</a>
<a href="/tags">Tags</a>
</nav>
</header>
<main class="list">
<div class="site-description"><p></p></div>
<section class="list-item">
<h1 class="title"><a href="/posts/redux-jest-snapshot/">Using Jest snapshots to simply redux tests</a></h1>
<time>Aug 12, 2017</time>
<br><div class="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.…
</div>
<a href="/posts/redux-jest-snapshot/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/dockerize-dev-environment/">Dockerizing My Dev Environment</a></h1>
<time>Oct 1, 2016</time>
<br><div class="description">
Docker is a containerization platform that simplifies building, shipping and running apps.…
</div>
<a href="/posts/dockerize-dev-environment/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/simple-timer-using-angular-2-and-rxjs-part-2/">Simple Timer using Angular 2 and RxJS - part 2</a></h1>
<time>Sep 15, 2016</time>
<br><div class="description">
This is Part 2 for creating a ‘Simple Timer using Angular 2 & RxJS’.…
</div>
<a href="/posts/simple-timer-using-angular-2-and-rxjs-part-2/">Read more ⟶</a>
</section>
<ul class="pagination">
<span class="page-item page-prev">
</span>
<span class="page-item page-next">
<a href="/page/2/" class="page-link" aria-label="Next"><span aria-hidden="true">Next →</span></a>
</span>
</ul>
</main>
<footer>
<hr><a class="soc" href="https://github.com/dmkcode" title="GitHub"><i data-feather="github"></i></a>|<a class="soc" href="https://twitter.com/dmkcode" title="Twitter"><i data-feather="twitter"></i></a>|⚡️
2020 © DMKCode | Inspired by <a href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</footer>
<script>
feather.replace()
</script>
</div>
</body>
</html>