-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
531 lines (362 loc) · 18.7 KB
/
index.html
File metadata and controls
531 lines (362 loc) · 18.7 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.25.1">
<meta name="theme" content="Tranquilpeak 0.3.1-BETA">
<title>Archives</title>
<meta name="author" content="Aditya Kresna Permana">
<meta name="keywords" content=", aditya, aditya kresna permana, programming, javascript">
<link rel="icon" href="http://codebatik.com/favicon.png">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codebatik.com/archives/index.xml">
<meta name="description" content="Codebatik by Aditya">
<meta property="og:description" content="Codebatik by Aditya">
<meta property="og:type" content="blog">
<meta property="og:title" content="Archives">
<meta property="og:url" content="/archives/">
<meta property="og:site_name" content="Codebatik by Aditya">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Codebatik by Aditya">
<meta name="twitter:description" content="Codebatik by Aditya">
<meta property="og:image" content="//www.gravatar.com/avatar/0c9e44419be0a54d6d58022a1678f9e6?s=640">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.css" />
<link rel="stylesheet" href="http://codebatik.com/css/style-u6mk0ojoywresbx8iepslrmmhl4stuhrsxuwhkpwrkrx7mryjcaimasnk4pi.min.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102617821-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="blog">
<header id="header" data-behavior="2">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<div class="header-title">
<a class="header-title-link" href="http://codebatik.com/">Codebatik by Aditya</a>
</div>
<a class="header-right-picture "
href="http://codebatik.com/about">
<img class="header-picture" src="//www.gravatar.com/avatar/0c9e44419be0a54d6d58022a1678f9e6?s=90" alt="Author's picture" />
</a>
</header>
<nav id="sidebar" data-behavior="2">
<div class="sidebar-container">
<div class="sidebar-profile">
<a href="http://codebatik.com/#about">
<img class="sidebar-profile-picture" src="//www.gravatar.com/avatar/0c9e44419be0a54d6d58022a1678f9e6?s=110" alt="Author's picture" />
</a>
<h4 class="sidebar-profile-name">Aditya Kresna Permana</h4>
<h5 class="sidebar-profile-bio">An ordinary person who have fun with the <strong>CODE</strong></h5>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/">
<i class="sidebar-button-icon fa fa-lg fa-home"></i>
<span class="sidebar-button-desc">Home</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/projects">
<i class="sidebar-button-icon fa fa-lg fa-gears"></i>
<span class="sidebar-button-desc">Projects</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/categories">
<i class="sidebar-button-icon fa fa-lg fa-bookmark"></i>
<span class="sidebar-button-desc">Categories</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/tags">
<i class="sidebar-button-icon fa fa-lg fa-tags"></i>
<span class="sidebar-button-desc">Tags</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/archives">
<i class="sidebar-button-icon fa fa-lg fa-archive"></i>
<span class="sidebar-button-desc">Archives</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/about">
<i class="sidebar-button-icon fa fa-lg fa-question"></i>
<span class="sidebar-button-desc">About</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://www.linkedin.com/in/adityakresna/" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-linkedin"></i>
<span class="sidebar-button-desc">LinkedIn</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://stackoverflow.com/users/2216956/aditya-kresna-permana" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-stack-overflow"></i>
<span class="sidebar-button-desc">Stack Overflow</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://github.com/slaveofcode" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-github"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://codebatik.com/index.xml">
<i class="sidebar-button-icon fa fa-lg fa-rss"></i>
<span class="sidebar-button-desc">RSS</span>
</a>
</li>
</ul>
</div>
</nav>
<div id="main" data-behavior="2"
class="
hasCoverMetaIn
">
<div id="archives" class="main-content-wrap">
<form id="filter-form" action="#">
<input name="date" type="text" class="form-control input--xlarge" placeholder="Search date (YYYY/MM/DD)" autofocus="autofocus">
</form>
<h5 class="archive-result text-color-base text-xlarge" data-message-zero="no post found" data-message-one="1 post found" data-message-other="{n} posts found"></h5>
<section class="boxes">
<div class="archive archive-year box" data-date="2017">
<h4 class="archive-title" style="text-decoration: none;">2017</h4>
<ul class="archive-posts archive-month" data-date="201712">
<h5 class="archive-title" style="text-decoration: none;">December</h5>
<li class="archive-post archive-day" data-date="20171225">
<a class="archive-post-title" href="http://codebatik.com/2017/12/why-i-love-code/">Why I Love Code</a>
</li>
<li class="archive-post archive-day" data-date="20171225">
<a class="archive-post-title" href="http://codebatik.com/post/">Posts</a>
</li>
<li class="archive-post archive-day" data-date="20171201">
<a class="archive-post-title" href="http://codebatik.com/2017/12/story-of-making-url-shortener-as-my-side-project/">Story of Making Url-Shortener as My Side Project</a>
</li>
</ul>
<ul class="archive-posts archive-month" data-date="201711">
<h5 class="archive-title" style="text-decoration: none;">November</h5>
<li class="archive-post archive-day" data-date="20171125">
<a class="archive-post-title" href="http://codebatik.com/2017/11/my-opinion-about-rust-and-golang/">My Opinion about Rust and Golang</a>
</li>
</ul>
<ul class="archive-posts archive-month" data-date="201710">
<h5 class="archive-title" style="text-decoration: none;">October</h5>
<li class="archive-post archive-day" data-date="20171018">
<a class="archive-post-title" href="http://codebatik.com/2017/10/mungkin-rust-akan-menang/">Mungkin Rust akan Menang</a>
</li>
</ul>
<ul class="archive-posts archive-month" data-date="201708">
<h5 class="archive-title" style="text-decoration: none;">August</h5>
<li class="archive-post archive-day" data-date="20170823">
<a class="archive-post-title" href="http://codebatik.com/2017/08/berikan-yang-klien-butuhkan-bukan-yang-diinginkan/">Berikan Yang Klien Butuhkan Bukan Yang Diinginkan</a>
</li>
</ul>
<ul class="archive-posts archive-month" data-date="201707">
<h5 class="archive-title" style="text-decoration: none;">July</h5>
<li class="archive-post archive-day" data-date="20170715">
<a class="archive-post-title" href="http://codebatik.com/2017/07/the-possibilities-of-code/">The Possibilities of Code</a>
</li>
</ul>
</div>
</section>
</div>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-remove"></i>
</div>
<img id="about-card-picture" src="//www.gravatar.com/avatar/0c9e44419be0a54d6d58022a1678f9e6?s=110" alt="Author's picture" />
<h4 id="about-card-name">Aditya Kresna Permana</h4>
<div id="about-card-bio">An ordinary person who have fun with the <strong>CODE</strong></div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
Software Craftmanship
</div>
<div id="about-card-location">
<i class="fa fa-map-marker"></i>
<br/>
Indonesia
</div>
</div>
</div>
<div id="algolia-search-modal" class="modal-container">
<div class="modal">
<div class="modal-header">
<span class="close-button"><i class="fa fa-close"></i></span>
<a href="https://algolia.com" target="_blank" class="searchby-algolia text-color-light link-unstyled">
<span class="searchby-algolia-text text-color-light text-small">by</span>
<img class="searchby-algolia-logo" src="https://www.algolia.com/static_assets/images/press/downloads/algolia-light.svg">
</a>
<i class="search-icon fa fa-search"></i>
<form id="algolia-search-form">
<input type="text" id="algolia-search-input" name="search"
class="form-control input--large search-input" placeholder="Search" />
</form>
</div>
<div class="modal-body">
<div class="no-result text-color-light text-center">no post found</div>
<div class="results">
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/2017/12/why-i-love-code/">
<h3 class="media-heading">Why I Love Code</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Dec 12, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather">I always remember when started to write code, it was in high school writing my very first Pascal code and competing with another student to show them that my program was better than theirs. That’s the time I found myself useful and very very exited to finish and gaining the response to my program.
The code was my friend since then. Nothing could make me happier than sitting in front of the monitor through the day in my school lab.</div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/2017/12/story-of-making-url-shortener-as-my-side-project/">
<h3 class="media-heading">Story of Making Url-Shortener as My Side Project</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Dec 12, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather">A few months ago I was thinking about making a simple service that could help me escalate my skill on nodejs. Basicly the service is pretty simple, it’s called url-shortener. You just generate a short code and linking with the url, it is simple. That time actually I just thinking to make this simple app with expressing my contribution on open-source project, I never build an open-source project based on NodeJs before.</div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/2017/11/my-opinion-about-rust-and-golang/">
<h3 class="media-heading">My Opinion about Rust and Golang</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Nov 11, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather">You know i am really interested with two compiled language which is Rust-lang and Golang from this mid-year of 2017. I think i am are ready to move into more capability which is available on these languages with pretty efficient, fast on managing it’s memory and cpu process.
Node.js is cool but instead using a node program to handle some various cpu-intensive or very large memory consumptions around my application. I tend to use a right tool for a right job.</div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/2017/10/mungkin-rust-akan-menang/">
<h3 class="media-heading">Mungkin Rust akan Menang</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Oct 10, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather"><p>Jika kalian jengah mendengar banyak bahasa pemrograman baru yang muncul baru-baru ini, mungkin kali ini saya akan sedikit bercerita. Adalah tentang bahasa pemrograman yang pernah atau sedang saya amati, salah satunya adalah Rust by Mozilla yang mungkin akan banyak berperan di beberapa sektor terutama sistem programming.
</p></div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/2017/08/berikan-yang-klien-butuhkan-bukan-yang-diinginkan/">
<h3 class="media-heading">Berikan Yang Klien Butuhkan Bukan Yang Diinginkan</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Aug 8, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather"><p>Dalam dunia development seringkali kita dijejali dengan berbagai ucapan klien atau kolega yang menginstruksikan kita untuk membuat sesuatu yang bagus, keren dan menggunakan teknologi paling mutakhir seperti dalam pandangan mereka.
</p></div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/2017/07/the-possibilities-of-code/">
<h3 class="media-heading">The Possibilities of Code</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Jul 7, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather"><p>The possibilities of code, dalam kode kita menemukan dunia, membaca berbagai informasi dan juga bertukar ide dan inovasi.
</p></div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
<div class="media">
<div class="media-body">
<a class="link-unstyled" href="http://codebatik.com/post/">
<h3 class="media-heading">Posts</h3>
</a>
<span class="media-meta">
<span class="media-date text-small">
Dec 12, 2017
</span>
</span>
<div class="media-content hide-xs font-merryweather"></div>
</div>
<div style="clear:both;"></div>
<hr>
</div>
</div>
</div>
<div class="modal-footer">
<p class="results-count text-medium"
data-message-zero="no post found"
data-message-one="1 post found"
data-message-other="{n} posts found">
7 posts found
</p>
</div>
</div>
</div>
<div id="cover" style="background-image:url('http://codebatik.com/images/cover.jpg');"></div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/helpers/jquery.fancybox-thumbs.min.js"></script>
<script src="http://codebatik.com/js/script-wl33z0n6ocaypepiqrazthtivfrliqijej4rq8ek8gvrv1awftmgjuv8k4zc.min.js"></script>
<script>
$(document).ready(function() {
hljs.configure({ classPrefix: '', useBR: false });
$('pre.code-highlight').each(function(i, block) {
var code = "";
hljs.highlightAuto(block.innerText).value.split(/\r\n|\r|\n/).forEach(function(line) {
code += "<span class=\"line\">" + line + "</span><br>";
});
if (code.length > 0) {
block.innerHTML = code;
}
});
$('pre > code').each(function(i, block) {
$(this).addClass('codeblock');
hljs.highlightBlock(block);
});
});
</script>
</body>
</html>