-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
637 lines (307 loc) · 12.8 KB
/
index.html
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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Remotty Tech Blog</title>
<meta name="author" content="Remotty Group">
<meta name="description" content=" AngularJS에서 Provider 간의 차이점 http://bit.ly/19ZQTHy (한글번역) Read on → Jan 29th, 2014 최효성 angularjs Comments ">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="Remotty Tech Blog" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script async="true" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<header id="header" class="inner"><h1><a href="/">Remotty Tech Blog</a></h1>
<nav id="main-nav"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
<nav id="mobile-nav">
<div class="alignleft menu">
<a class="button">Menu</a>
<div class="container"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
</div>
<div class="alignright search">
<a class="button"></a>
<div class="container">
<form action="http://google.com/search" method="get">
<input type="text" name="q" results="0">
<input type="hidden" name="q" value="site:remotty.github.io">
</form>
</div>
</div>
</nav>
<nav id="sub-nav" class="alignright">
<div class="social">
<a class="github" href="https://github.com/remotty" title="GitHub">GitHub</a>
<a class="rss" href="/atom.xml" title="RSS">RSS</a>
</div>
<form class="search" action="http://google.com/search" method="get">
<input class="alignright" type="text" name="q" results="0">
<input type="hidden" name="q" value="site:remotty.github.io">
</form>
</nav>
</header>
<div id="content" class="inner">
<article class="post">
<h2 class="title">
<a href="/blog/2014/01/29/angularjs-providers/">
Angularjs Providers</a>
</h2>
<div class="entry-content">
<h2><strong>AngularJS에서 Provider 간의 차이점</strong></h2>
<p><a href="http://bit.ly/19ZQTHy">http://bit.ly/19ZQTHy</a> (한글번역)</p>
<a href="/blog/2014/01/29/angularjs-providers/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-01-29T13:55:27+09:00" pubdate data-updated="true">Jan 29<span>th</span>, 2014</time></div>
<div class='author'>
최효성
</div>
<div class="tags">
<a class='category' href='/blog/categories/angularjs/'>angularjs</a>
</div>
<div class="comments"><a href="/blog/2014/01/29/angularjs-providers/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/01/28/lets-study-rest/">
RestFul이란 무엇인가?</a>
</h2>
<div class="entry-content">
<p>이 글에서는 <strong><a href="http://ko.wikipedia.org/wiki/REST">REST(Representational State Transfer)</a></strong>에 대해서 알아보겠습니다.</p>
<a href="/blog/2014/01/28/lets-study-rest/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-01-28T23:55:43+09:00" pubdate data-updated="true">Jan 28<span>th</span>, 2014</time></div>
<div class='author'>
김한기
</div>
<div class="tags">
<a class='category' href='/blog/categories/rest/'>rest</a>
</div>
<div class="comments"><a href="/blog/2014/01/28/lets-study-rest/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2014/01/24/rimotihage-ilhagi-2/">
리모티하게 일하기 2</a>
</h2>
<div class="entry-content">
<p>약 한달 전 <a href="/blog/2013/12/10/remottyhage-ilhagi/">Remotty하게 일하기</a>라는 제목으로, Remotty 그룹의 일하는 방식에 대해 포스팅을 했었다.<br/>
포스트에서 소개한 방법대로 약 한달 가량 remote 방식으로 협업을 해보니, 불편한 점이 한두가지가 아니었다.</p>
<a href="/blog/2014/01/24/rimotihage-ilhagi-2/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2014-01-24T13:49:15+09:00" pubdate data-updated="true">Jan 24<span>th</span>, 2014</time></div>
<div class='author'>
장재휴
</div>
<div class="tags">
<a class='category' href='/blog/categories/communication/'>communication</a>
</div>
<div class="comments"><a href="/blog/2014/01/24/rimotihage-ilhagi-2/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/31/active-model-serializers/">
Active_model_serializers 젬 사용하기</a>
</h2>
<div class="entry-content">
<p><code>active_model_serializers</code>젬은 레일스 API 를 작성할 때 JSON 데이터를 만들기 위해 추천되는 젬입니다.</p>
<h1>설치</h1>
<p>Gemfile 에 추가하고 bundle install 합니다.</p>
<figure class='code'><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>gem <span class="s1">'active_model_serializers'</span>
</span></code></pre></td></tr></table></div></figure>
<a href="/blog/2013/12/31/active-model-serializers/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-31T19:51:34+09:00" pubdate data-updated="true">Dec 31<span>st</span>, 2013</time></div>
<div class='author'>
최효성
</div>
<div class="tags">
<a class='category' href='/blog/categories/gem/'>gem</a>
</div>
<div class="comments"><a href="/blog/2013/12/31/active-model-serializers/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/29/hub-and-pull-request/">
Hub로 커맨드라인에서 Github Pull-request 보내기</a>
</h2>
<div class="entry-content">
<p>오픈소스를 비롯해 git를 사용해 소스 코드의 버전관리를 하는 경우엔 원격 git 저장소로 Github를 많이 사용합니다. Github는 단순히 git 저장소 역할을 하는 것뿐만 아니라 웹 인터페이스를 통해서 저장소를 관리할 수 있게 도와주며, 소스코드를 공유하고 협업하기 위한 다양한 기능을 제공합니다.</p>
<a href="/blog/2013/12/29/hub-and-pull-request/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-29T15:31:32+09:00" pubdate data-updated="true">Dec 29<span>th</span>, 2013</time></div>
<div class='author'>
nacyot
</div>
<div class="tags">
<a class='category' href='/blog/categories/git/'>git</a>, <a class='category' href='/blog/categories/github/'>github</a>, <a class='category' href='/blog/categories/hub/'>hub</a>
</div>
<div class="comments"><a href="/blog/2013/12/29/hub-and-pull-request/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/29/split-video/">
비디오 동영상 쪼개기</a>
</h2>
<div class="entry-content">
<p>맥 환경에서는 <code>homebrew</code>를 이용하면 <code>ffmpeg</code>를 쉽게 설치할 수 있습니다.</p>
<a href="/blog/2013/12/29/split-video/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-29T07:31:32+09:00" pubdate data-updated="true">Dec 29<span>th</span>, 2013</time></div>
<div class='author'>
최효성
</div>
<div class="tags">
<a class='category' href='/blog/categories/tools/'>tools</a>, <a class='category' href='/blog/categories/video/'>video</a>
</div>
<div class="comments"><a href="/blog/2013/12/29/split-video/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/23/githubeul-tonghan-hyeobeob/">
Github을 통한 협업</a>
</h2>
<div class="entry-content">
<p>github을 통합 협업시 필요한 셋팅입니다.</p>
<a href="/blog/2013/12/23/githubeul-tonghan-hyeobeob/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-23T22:17:44+09:00" pubdate data-updated="true">Dec 23<span>rd</span>, 2013</time></div>
<div class='author'>
서비큐라
</div>
<div class="tags">
<a class='category' href='/blog/categories/remote/'>remote</a>
</div>
<div class="comments"><a href="/blog/2013/12/23/githubeul-tonghan-hyeobeob/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/18/model-spec/">
모델 Spec 작성하기</a>
</h2>
<div class="entry-content">
<p>Rails 어플리케이션에서 모델은 해당 어플리케이션의 주요 핵심 로직으로 구성되어 있습니다.
따라서, TDD를 이용한 Test 기반 개발을 할 때도 모델에 대한 Test를 중점적으로 시행하는 것은 당연한 일일 것입니다.</p>
<a href="/blog/2013/12/18/model-spec/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-18T09:17:57+09:00" pubdate data-updated="true">Dec 18<span>th</span>, 2013</time></div>
<div class='author'>
최효성
</div>
<div class="tags">
<a class='category' href='/blog/categories/rspec/'>RSpec</a>, <a class='category' href='/blog/categories/tdd/'>TDD</a>
</div>
<div class="comments"><a href="/blog/2013/12/18/model-spec/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/15/meeting/">
Meeting</a>
</h2>
<div class="entry-content">
<p>오늘 6명(+1명)이 행아웃을 하면서 느낀점입니다.</p>
<a href="/blog/2013/12/15/meeting/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-15T01:07:20+09:00" pubdate data-updated="true">Dec 15<span>th</span>, 2013</time></div>
<div class='author'>
서비큐라
</div>
<div class="tags">
<a class='category' href='/blog/categories/remote/'>remote</a>
</div>
<div class="comments"><a href="/blog/2013/12/15/meeting/#disqus_thread">Comments</a></div>
</div>
</article>
<article class="post">
<h2 class="title">
<a href="/blog/2013/12/10/install-theme/">
Install Theme</a>
</h2>
<div class="entry-content">
<p>octopress에 테마를 추가하는 방법은 아주 간단합니다.</p>
<a href="/blog/2013/12/10/install-theme/" class="more-link">Read on →</a>
</div>
<div class="meta">
<div class="date">
<time datetime="2013-12-10T23:00:55+09:00" pubdate data-updated="true">Dec 10<span>th</span>, 2013</time></div>
<div class='author'>
서비큐라
</div>
<div class="tags">
<a class='category' href='/blog/categories/octopress/'>octopress</a>
</div>
<div class="comments"><a href="/blog/2013/12/10/install-theme/#disqus_thread">Comments</a></div>
</div>
</article>
<nav id="pagenavi">
<a href="/blog/page/2/" class="next">Next</a>
<div class="center"><a href="/blog/archives">Blog Archives</a></div>
</nav></div>
<footer id="footer" class="inner">Copyright © 2014
Remotty Group
</footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<script type="text/javascript">
var disqus_shortname = 'remotty';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//go.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46197100-2', 'remotty.github.io');
ga('send', 'pageview');
</script>
</body>
</html>