12
12
< meta name ="keywords "
13
13
content ="" />
14
14
< meta name ="robots " content ="noodp " />
15
- < link rel ="canonical " href ="konmik.com/ " />
15
+ < link rel ="canonical " href ="https:// konmik.com/ " />
16
16
17
17
18
- < link rel ="stylesheet " href ="konmik.com/assets/style.css ">
18
+ < link rel ="stylesheet " href ="https:// konmik.com/assets/style.css ">
19
19
20
- < link rel ="stylesheet " href ="konmik.com/assets/green.css ">
20
+ < link rel ="stylesheet " href ="https:// konmik.com/assets/green.css ">
21
21
22
22
23
23
24
24
25
25
26
26
27
27
< link rel ="apple-touch-icon-precomposed " sizes ="144x144 "
28
- href ="konmik.com/img/apple-touch-icon-144-precomposed.png ">
28
+ href ="https:// konmik.com/img/apple-touch-icon-144-precomposed.png ">
29
29
30
- < link rel ="shortcut icon " href ="konmik.com/img/favicon/green.png ">
30
+ < link rel ="shortcut icon " href ="https:// konmik.com/img/favicon/green.png ">
31
31
32
32
33
33
36
36
content ="Konstantin Mikheev's programming blog — " />
37
37
< meta name ="twitter:description "
38
38
content ="" />
39
- < meta name ="twitter:site " content ="konmik.com/ " />
39
+ < meta name ="twitter:site " content ="https:// konmik.com/ " />
40
40
< meta name ="twitter:creator " content ="" />
41
41
< meta name ="twitter:image " content ="">
42
42
47
47
content ="Konstantin Mikheev's programming blog — ">
48
48
< meta property ="og:description "
49
49
content ="" />
50
- < meta property ="og:url " content ="konmik.com/ " />
50
+ < meta property ="og:url " content ="https:// konmik.com/ " />
51
51
< meta property ="og:site_name " content ="Konstantin Mikheev's programming blog " />
52
52
< meta property ="og:image " content ="">
53
53
< meta property ="og:image:width " content ="2048 ">
57
57
58
58
59
59
60
- < link href ="konmik.com /index.xml " rel ="alternate " type ="application/rss+xml " title ="Konstantin Mikheev's programming blog " />
60
+ < link href ="/index.xml " rel ="alternate " type ="application/rss+xml " title ="Konstantin Mikheev's programming blog " />
61
61
62
62
63
63
75
75
< header class ="header ">
76
76
< div class ="header__inner ">
77
77
< div class ="header__logo ">
78
- < a href ="konmik.com/ ">
78
+ < a href ="https:// konmik.com/ ">
79
79
< div class ="logo ">
80
80
Konstantin Mikheev's programming blog
81
81
</ div >
89
89
90
90
91
91
92
- < li > < a href ="konmik.com/index.xml "> [RSS]</ a > </ li >
92
+ < li > < a href ="https:// konmik.com/index.xml "> [RSS]</ a > </ li >
93
93
94
94
95
95
96
- < li > < a href ="twitter.com/sirstripy "> [Twitter]</ a > </ li >
96
+ < li > < a href ="https:// twitter.com/sirstripy "> [Twitter]</ a > </ li >
97
97
98
98
99
99
100
- < li > < a href ="github.com/konmik "> [GitHub]</ a > </ li >
100
+ < li > < a href ="https:// github.com/konmik "> [GitHub]</ a > </ li >
101
101
102
102
103
103
108
108
< ul class ="menu__inner menu__inner--mobile ">
109
109
110
110
111
- < li > < a href ="konmik.com/index.xml "> [RSS]</ a > </ li >
111
+ < li > < a href ="https:// konmik.com/index.xml "> [RSS]</ a > </ li >
112
112
113
113
114
114
115
- < li > < a href ="twitter.com/sirstripy "> [Twitter]</ a > </ li >
115
+ < li > < a href ="https:// twitter.com/sirstripy "> [Twitter]</ a > </ li >
116
116
117
117
118
118
119
- < li > < a href ="github.com/konmik "> [GitHub]</ a > </ li >
119
+ < li > < a href ="https:// github.com/konmik "> [GitHub]</ a > </ li >
120
120
121
121
122
122
142
142
143
143
< div class ="post on-list ">
144
144
< h1 class ="post-title ">
145
- < a href ="konmik.com/posts/how_to_live_better_without_di/ "> How to live better without Dependency Injection</ a > </ h1 >
145
+ < a href ="https:// konmik.com/posts/how_to_live_better_without_di/ "> How to live better without Dependency Injection</ a > </ h1 >
146
146
< div class ="post-meta ">
147
147
< span class ="post-date ">
148
148
2020-01-09
@@ -153,9 +153,9 @@ <h1 class="post-title">
153
153
154
154
< span class ="post-tags ">
155
155
156
- #< a href ="konmik.com/tags/kotlin/ "> Kotlin</ a >
156
+ #< a href ="https:// konmik.com/tags/kotlin/ "> Kotlin</ a >
157
157
158
- #< a href ="konmik.com/tags/android/ "> Android</ a >
158
+ #< a href ="https:// konmik.com/tags/android/ "> Android</ a >
159
159
160
160
</ span >
161
161
@@ -176,14 +176,14 @@ <h1 class="post-title">
176
176
177
177
178
178
< div >
179
- < a class ="read-more button " href ="konmik.com /posts/how_to_live_better_without_di/ "> Read →</ a >
179
+ < a class ="read-more button " href ="/posts/how_to_live_better_without_di/ "> Read →</ a >
180
180
</ div >
181
181
182
182
</ div >
183
183
184
184
< div class ="post on-list ">
185
185
< h1 class ="post-title ">
186
- < a href ="konmik.com/posts/impostor_syndrome/ "> Impostor Syndrome for Software Developers</ a > </ h1 >
186
+ < a href ="https:// konmik.com/posts/impostor_syndrome/ "> Impostor Syndrome for Software Developers</ a > </ h1 >
187
187
< div class ="post-meta ">
188
188
< span class ="post-date ">
189
189
2020-01-08
@@ -194,7 +194,7 @@ <h1 class="post-title">
194
194
195
195
< span class ="post-tags ">
196
196
197
- #< a href ="konmik.com/tags/programming-culture/ "> Programming Culture</ a >
197
+ #< a href ="https:// konmik.com/tags/programming-culture/ "> Programming Culture</ a >
198
198
199
199
</ span >
200
200
@@ -211,14 +211,14 @@ <h1 class="post-title">
211
211
212
212
213
213
< div >
214
- < a class ="read-more button " href ="konmik.com /posts/impostor_syndrome/ "> Read →</ a >
214
+ < a class ="read-more button " href ="/posts/impostor_syndrome/ "> Read →</ a >
215
215
</ div >
216
216
217
217
</ div >
218
218
219
219
< div class ="post on-list ">
220
220
< h1 class ="post-title ">
221
- < a href ="konmik.com/posts/code_simplicity_02/ "> Immutable data is the main key to simple code</ a > </ h1 >
221
+ < a href ="https:// konmik.com/posts/code_simplicity_02/ "> Immutable data is the main key to simple code</ a > </ h1 >
222
222
< div class ="post-meta ">
223
223
< span class ="post-date ">
224
224
2018-02-06
@@ -229,7 +229,7 @@ <h1 class="post-title">
229
229
230
230
< span class ="post-tags ">
231
231
232
- #< a href ="konmik.com/tags/programming-theory/ "> Programming theory</ a >
232
+ #< a href ="https:// konmik.com/tags/programming-theory/ "> Programming theory</ a >
233
233
234
234
</ span >
235
235
@@ -244,14 +244,14 @@ <h1 class="post-title">
244
244
245
245
246
246
< div >
247
- < a class ="read-more button " href ="konmik.com /posts/code_simplicity_02/ "> Read →</ a >
247
+ < a class ="read-more button " href ="/posts/code_simplicity_02/ "> Read →</ a >
248
248
</ div >
249
249
250
250
</ div >
251
251
252
252
< div class ="post on-list ">
253
253
< h1 class ="post-title ">
254
- < a href ="konmik.com/posts/code_simplicity_01/ "> The Code Simplicity Chart (c)</ a > </ h1 >
254
+ < a href ="https:// konmik.com/posts/code_simplicity_01/ "> The Code Simplicity Chart (c)</ a > </ h1 >
255
255
< div class ="post-meta ">
256
256
< span class ="post-date ">
257
257
2017-11-21
@@ -262,7 +262,7 @@ <h1 class="post-title">
262
262
263
263
< span class ="post-tags ">
264
264
265
- #< a href ="konmik.com/tags/programming-theory/ "> Programming theory</ a >
265
+ #< a href ="https:// konmik.com/tags/programming-theory/ "> Programming theory</ a >
266
266
267
267
</ span >
268
268
@@ -277,14 +277,14 @@ <h1 class="post-title">
277
277
278
278
279
279
< div >
280
- < a class ="read-more button " href ="konmik.com /posts/code_simplicity_01/ "> Read →</ a >
280
+ < a class ="read-more button " href ="/posts/code_simplicity_01/ "> Read →</ a >
281
281
</ div >
282
282
283
283
</ div >
284
284
285
285
< div class ="post on-list ">
286
286
< h1 class ="post-title ">
287
- < a href ="konmik.com/posts/is_programming_actually_math/ "> Is programming actually math?</ a > </ h1 >
287
+ < a href ="https:// konmik.com/posts/is_programming_actually_math/ "> Is programming actually math?</ a > </ h1 >
288
288
< div class ="post-meta ">
289
289
< span class ="post-date ">
290
290
2017-04-24
@@ -295,7 +295,7 @@ <h1 class="post-title">
295
295
296
296
< span class ="post-tags ">
297
297
298
- #< a href ="konmik.com/tags/programming-in-general/ "> Programming in general</ a >
298
+ #< a href ="https:// konmik.com/tags/programming-in-general/ "> Programming in general</ a >
299
299
300
300
</ span >
301
301
@@ -310,7 +310,7 @@ <h1 class="post-title">
310
310
311
311
312
312
< div >
313
- < a class ="read-more button " href ="konmik.com /posts/is_programming_actually_math/ "> Read →</ a >
313
+ < a class ="read-more button " href ="/posts/is_programming_actually_math/ "> Read →</ a >
314
314
</ div >
315
315
316
316
</ div >
@@ -320,7 +320,7 @@ <h1 class="post-title">
320
320
321
321
322
322
< span class ="button next ">
323
- < a href ="konmik.com /page/2/ ">
323
+ < a href ="/page/2/ ">
324
324
< span class ="button__text "> Older posts</ span >
325
325
< span class ="button__icon "> →</ span >
326
326
</ a >
@@ -341,8 +341,8 @@ <h1 class="post-title">
341
341
</ div >
342
342
</ footer >
343
343
344
- < script src ="konmik.com/assets/main.js "> </ script >
345
- < script src ="konmik.com/assets/prism.js "> </ script >
344
+ < script src ="https:// konmik.com/assets/main.js "> </ script >
345
+ < script src ="https:// konmik.com/assets/prism.js "> </ script >
346
346
347
347
348
348
0 commit comments