-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
287 lines (223 loc) · 14.4 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Everaldo Gomes]]></title>
<link href="http://everaldo.github.com/atom.xml" rel="self"/>
<link href="http://everaldo.github.com/"/>
<updated>2015-03-07T18:10:30-03:00</updated>
<id>http://everaldo.github.com/</id>
<author>
<name><![CDATA[Everaldo Gomes]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Gerando Helptags Para Plugins Do Vim Instalados Com Pathogen]]></title>
<link href="http://everaldo.github.com/blog/2015/01/08/gerando-helptags-para-plugins-do-vim-instalados-com-pathogen/"/>
<updated>2015-01-08T12:51:00-02:00</updated>
<id>http://everaldo.github.com/blog/2015/01/08/gerando-helptags-para-plugins-do-vim-instalados-com-pathogen</id>
<content type="html"><![CDATA[<p>Quando instalamos um plugin do vim, geralmente ele contém helptags que explicam seu funcionamento.
Mas elas não vem instaladas por padrão.</p>
<p>Caso estejamos usando o plugin <a href="http://usevim.com/2012/12/21/vim-101-help-tags/">Pathogen</a>, do Tim Pope, fica fácil gerá-las com o seguinte comando:</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=''><span class='line'>:Helptags</span></code></pre></td></tr></table></div></figure>
<p>Fonte: <a href="http://usevim.com/2012/12/21/vim-101-help-tags/">Vim 101: Tags</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[WebRTC E Twelephone]]></title>
<link href="http://everaldo.github.com/blog/2013/07/17/webrtc-e-twelephone/"/>
<updated>2013-07-17T19:24:00-03:00</updated>
<id>http://everaldo.github.com/blog/2013/07/17/webrtc-e-twelephone</id>
<content type="html"><![CDATA[<p>Hoje recebi um artigo muito interessante da lista HTML5 Weekly:</p>
<p><a href="http://bloggeek.me/skype-in-9-months/?utm_source=html5weekly&utm_medium=email">From 0 to Skype in 9 Months</a></p>
<p>Que nos leva a esta outra série de artigos sobre WebRTC (Real Time Communications):</p>
<p><a href="http://bloggeek.me/resources/webrtc-series/">My Definitive WebRTC Series</a></p>
<p><a href="http://twelephone.com">Twelephone</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Moneta E WebMock]]></title>
<link href="http://everaldo.github.com/blog/2013/07/06/moneta-e-webmock/"/>
<updated>2013-07-06T19:23:00-03:00</updated>
<id>http://everaldo.github.com/blog/2013/07/06/moneta-e-webmock</id>
<content type="html"><![CDATA[<p>Duas gems que vi num episódio de RubyTapas</p>
<p><a href="https://github.com/minad/moneta">Moneta</a></p>
<p><a href="https://github.com/bblimke/webmock">WebMock</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Primeiro Tutorial - Lista De Compras]]></title>
<link href="http://everaldo.github.com/blog/2013/06/11/primeiro-tutorial-lista-de-compras/"/>
<updated>2013-06-11T15:42:00-03:00</updated>
<id>http://everaldo.github.com/blog/2013/06/11/primeiro-tutorial-lista-de-compras</id>
<content type="html"><![CDATA[<p>Vou começar meu primeiro tutorial de Ruby on Rails no blog.
Escolhi um aplicativo de lista de compras (de mercado).</p>
<p>Nele poderemos cadastrar os produtos que queremos comprar em nossa próxima ida
ao mercado.</p>
<p>O projeto vai ter inúmeras iterações, e não tem prazo para acabar.</p>
<p>O código vai ser hospedado no Github: <a href="https://github.com/everaldo/shopping_list">Shopping List</a>
e publicado no heroku, futuramente.</p>
<p>Um dos objetivos do projeto é criar uma aplicação do começo ao fim, mostrando
as principais ferramentas e metodologias utilizadas no dia-a-dia.</p>
<p>Entre outros tópicos, abordaremos:</p>
<ul>
<li>Banco não-relacional (MongoDB, com a gem mongoid)</li>
<li>Configuração do ambiente de desenvolvimento (Vagrant)</li>
<li>TDD e BDD (RSpec e Cucumber)</li>
<li>Controle de versão (git)</li>
</ul>
<p>Aguardem novas atualizações! :)</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Yeoman]]></title>
<link href="http://everaldo.github.com/blog/2013/06/09/yeoman/"/>
<updated>2013-06-09T12:54:00-03:00</updated>
<id>http://everaldo.github.com/blog/2013/06/09/yeoman</id>
<content type="html"><![CDATA[<p><a href="http://yeoman.io/">Yeoman</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Rapid Templating]]></title>
<link href="http://everaldo.github.com/blog/2013/03/26/rapid-templating/"/>
<updated>2013-03-26T12:11:00-03:00</updated>
<id>http://everaldo.github.com/blog/2013/03/26/rapid-templating</id>
<content type="html"><![CDATA[<script async class="speakerdeck-embed" data-id="09af48404f190130977322000a1f866f" data-ratio="1.33333333333333" src="http://everaldo.github.com//speakerdeck.com/assets/embed.js"></script>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Selfstarter]]></title>
<link href="http://everaldo.github.com/blog/2012/10/18/selfstarter/"/>
<updated>2012-10-18T10:15:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/10/18/selfstarter</id>
<content type="html"><![CDATA[<p><a href="http://selfstarter.us/">Selfstarter - faça seu próprio site de crowdfunding</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[7 Ways to Decompose Fat ActiveRecord Models]]></title>
<link href="http://everaldo.github.com/blog/2012/10/18/7-ways-to-decompose-fat-activerecord-models/"/>
<updated>2012-10-18T09:50:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/10/18/7-ways-to-decompose-fat-activerecord-models</id>
<content type="html"><![CDATA[<p><a href="http://blog.codeclimate.com/blog/2012/10/17/7-ways-to-decompose-fat-activerecord-models/?utm_source=rubyweekly&utm_medium=email">7 Maneiras de se decompor ActiveRecord Fat Models</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[101 Things You Didn't Know Ruby Could Do]]></title>
<link href="http://everaldo.github.com/blog/2012/10/11/101-things-you-didnt-know-ruby-could-do/"/>
<updated>2012-10-11T10:50:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/10/11/101-things-you-didnt-know-ruby-could-do</id>
<content type="html"><![CDATA[<script async class="speakerdeck-embed" data-id="5074b325f8a4020002016573" data-ratio="1.3333333333333333" src="http://everaldo.github.com//speakerdeck.com/assets/embed.js"></script>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Web Development Flashcards]]></title>
<link href="http://everaldo.github.com/blog/2012/09/13/web-development-flashcards/"/>
<updated>2012-09-13T14:07:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/09/13/web-development-flashcards</id>
<content type="html"><![CDATA[<p><a href="http://www.oxbridgenotes.co.uk/other/web_development_flashcards">Link</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Link - Para De Validar Seus E-mails Com Expressões Regulares]]></title>
<link href="http://everaldo.github.com/blog/2012/09/13/link-para-de-validar-seus-e-mails-com-expressoes-regulares/"/>
<updated>2012-09-13T11:50:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/09/13/link-para-de-validar-seus-e-mails-com-expressoes-regulares</id>
<content type="html"><![CDATA[<p>Artigo Interessante:</p>
<p>http://davidcelis.com/blog/2012/09/06/stop-validating-email-addresses-with-regex/</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Learning to Love Forms]]></title>
<link href="http://everaldo.github.com/blog/2012/09/07/learning-to-love-forms/"/>
<updated>2012-09-07T17:45:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/09/07/learning-to-love-forms</id>
<content type="html"><![CDATA[<iframe src="http://www.slideshare.net/slideshow/embed_code/122423?rel=0" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>
<p> <div style="margin-bottom:5px"> <strong> <a href="http://www.slideshare.net/AaronGustafson/learning-to-love-forms-web-directions-south-07" title="Learning To Love Forms (Web Directions South '07)" target="_blank">Learning To Love Forms (Web Directions South '07)</a> </strong> from <strong><a href="http://www.slideshare.net/AaronGustafson" target="_blank">Aaron Gustafson</a></strong> </div></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Shortcutfoo]]></title>
<link href="http://everaldo.github.com/blog/2012/07/17/shortcutfoo/"/>
<updated>2012-07-17T16:09:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/07/17/shortcutfoo</id>
<content type="html"><![CDATA[<p><a href="https://www.shortcutfoo.com/">ShortcutFoo</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Utilizando Sprockets Em Aplicações não-Rails]]></title>
<link href="http://everaldo.github.com/blog/2012/03/22/utilizando-sprockets/"/>
<updated>2012-03-22T09:57:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/22/utilizando-sprockets</id>
<content type="html"><![CDATA[<p>Utilizando Sprockets, Compass e Twitter Bootstrap em Aplicações não-Rails</p>
<ul>
<li>sprockets - compressão e minificação de assets</li>
<li>compass - framework css</li>
<li>bootstrap - grid system + Javascript plugins</li>
</ul>
<p><a href="https://gist.github.com/2143990">link</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Spine.js]]></title>
<link href="http://everaldo.github.com/blog/2012/03/19/spine-dot-js/"/>
<updated>2012-03-19T15:33:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/19/spine-dot-js</id>
<content type="html"><![CDATA[<p>Nosso cafezinho de hoje é dedicado ao framework MVC Javascript <a href="http://spinejs.com/">Spine.js</a>.
Aproveite!</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Screencasts: DestroyAllSoftware.com]]></title>
<link href="http://everaldo.github.com/blog/2012/03/15/screencasts-destroyallsoftware-dot-com/"/>
<updated>2012-03-15T19:00:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/15/screencasts-destroyallsoftware-dot-com</id>
<content type="html"><![CDATA[<p>Sempre teve vontade de se tornar um expert em vim e aprender coisas avançadas?
Então, que tal dar uma olhada neste site:
<a href="https://www.destroyallsoftware.com/screencasts">DestroyAllSoftware.com</a></p>
<p>O lema deles é <em>“SCREENCASTS FOR SERIOUS DEVELOPERS”</em></p>
<p>e a assinatura custa 9 dólares o mês, mas confira os vídeos gratuitos.</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Runt - Ruby Temporal Expressions]]></title>
<link href="http://everaldo.github.com/blog/2012/03/15/runt-ruby-temporal-expressions/"/>
<updated>2012-03-15T15:36:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/15/runt-ruby-temporal-expressions</id>
<content type="html"><![CDATA[<blockquote><p>Runt is an implementation of select temporal patterns by Martin Fowler in the super-fantastic Ruby language. Runt provides:<br/><ul><br/><li> ability to define recurring events using simple, set-like expressions</li><br/><li> an interfaced-based API for creating schedules for arbitrary events/objects</li><br/><li> precisioned date types using Time Points</li><br/><li> date Ranges</li><br/><li> everlasting peace and/or eternal life</li><br/></ul></p><footer><strong>Runt</strong><cite><a href='http://runt.rubyforge.org/'>Runt RubyForge Site</a></cite></footer></blockquote>
<p><a href="http://runt.rubyforge.org/">Runt - Ruby Temporal Expressions</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Object on Rails]]></title>
<link href="http://everaldo.github.com/blog/2012/03/15/object-on-rails/"/>
<updated>2012-03-15T13:52:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/15/object-on-rails</id>
<content type="html"><![CDATA[<p>Adicione mais um livro gratuito (você pode adquirir o PDF por 5 dólares, se desejar) à sua lista de tutoriais Rails: Object on Rails, de Avdi Grimm.</p>
<!-- more -->
<blockquote><p>This is the complete text of Objects on Rails, a “developer’s notebook” documenting some guidelines, techniques, and ideas for applying classic object-oriented thought to Ruby on Rails applications. This book is aimed at the working Rails developer who is looking to grow and evolve Rails projects while keeping them flexible, maintainable, and robust. The focus is on pragmatic solutions which tread a “middle way” between the expedience of the Rails “golden path”, and rigid OO purity.</p><footer><strong>Avdi Grimm ,</strong><cite><a href='http://objectsonrails.com/'>Object on Rails</a></cite></footer></blockquote>
<p><a href="http://objectsonrails.com/">Object on Rails</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[What CS Majors Should Know]]></title>
<link href="http://everaldo.github.com/blog/2012/03/15/what-cs-majors-should-know/"/>
<updated>2012-03-15T12:20:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/15/what-cs-majors-should-know</id>
<content type="html"><![CDATA[<p>Recebi este artigo do professor André Guedes, e foi repassado pelo professor Roberto Hexsel, ambos da UFPR.</p>
<p><a href="http://matt.might.net/articles/what-cs-majors-should-know/">What CS Majors Should Know</a></p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[jsFiddle E CoffeeScript]]></title>
<link href="http://everaldo.github.com/blog/2012/03/15/jsfiddle-e-coffeescript/"/>
<updated>2012-03-15T08:45:00-03:00</updated>
<id>http://everaldo.github.com/blog/2012/03/15/jsfiddle-e-coffeescript</id>
<content type="html"><![CDATA[<p>Você já tomou seu café hoje? (Se não entendeu a piada, então leia um pouco sobre ”<a href="http://en.wikipedia.org/wiki/Java_coffee">Java</a>”)</p>
<ul>
<li><a href="http://davidwalsh.name/jsfiddle-interview">Entrevista com o criador do jsFiddle</a></li>
<li><a href="http://jsfiddle.net/">jsFiddle</a></li>
<li><a href="http://coffeescript.org/">CoffeeScript</a></li>
<li><a href="http://vimeo.com/35258313">Better JS with CoffeeScript - Sam Stephenson (37 signals)</a></li>
</ul>
]]></content>
</entry>
</feed>