-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogs.html
More file actions
107 lines (88 loc) · 4.56 KB
/
blogs.html
File metadata and controls
107 lines (88 loc) · 4.56 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>12days of coding: Blogs</title>
</head>
<body>
<header>
<div class="container">
<h1>Media and Blog</h1>
<section id="downloads">
<a href="./index.html" class="btn btn-github"><span class="icon"></span>Home</a>
<a href="./projects.html" class="btn btn-github"><span class="icon"></span>List of Projects</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a name="list-of-projects" class="anchor" href="#what-is-12-days-of-coding"><span class="octicon octicon-link"></span></a>Media</h3>
<p>
<ul>
<li>day 0 - an overview of 12days project<br><br>
<strong>Pre-reading</strong><br><br>
Blog: <a target="_new" href="http://findinbay.blogspot.com/2013/09/can-you-really-learn-to-code-in-month.html">Can you really learn to code in a month?</a><br>
Blog: <a target="_new" href="http://findinbay.blogspot.com/2013/09/attitude-over-aptitude-why-i-know.html">To get good, attitude over aptitude</a><br><br>
<iframe width="500" height="281"
src="http://www.youtube.com/embed/MiGB6pZ1z0A" frameborder="0" allowfullscreen></iframe>
</li><br>
<li>day 1 - hello wiki!<br><br>
<a target="_new" href="http://dailywiki.herokuapp.com/">link to dailywiki app</a><br><br>
<iframe width="500" height="281"
src="http://www.youtube.com/embed/fkkyaLbwdEY" frameborder="0" allowfullscreen></iframe>
</li><br>
<li>day 2 - building reflections<br><br>
<a target="_new" href="http://praying.herokuapp.com/">link to prayer wall app</a><br><br>
<iframe width="500" height="281"
src="http://www.youtube.com/embed/oAETsvncDto" frameborder="0" allowfullscreen></iframe>
</li><br>
<!-- day 3 -->
<li>day 3 - estimates are hard<br><br>
<a target="_new" href="http://pickr.herokuapp.com/">link to pirate flickr app</a><br><br>
Blog: <a target="_new" href="http://findinbay.blogspot.com/2013/10/day3-activerecord-pirates-and-what-we.html">Active Record, knowing what's hard is hard</a>
<br><br>
</li>
<!-- day 4 -->
<li>day 4 - building reflections<br><br>
<a target="_new" href="http://showmehome.herokuapp.com/">link to Show me the way app</a><br><br>
This was the first of week-2 projects. We had a low-energy day. It was hard for some reason to muster the
same level of enthusiasm of the week-1. We practiced using Google Maps API to build something far less ambitious than what we initially set out to build.
<br><br>
No video.
</li><br>
<!-- day 5 -->
<li>day 5 - reflections on teams and process<br><br>
<a target="_new" href="http://whatajerky.herokuapp.com/">Beef Jerky eCommerce site</a><br><br>
Blog: <a target="_new" href="http://findinbay.blogspot.com/2013/10/day5-beef-jerky-culture-and-why.html">What does beef jerky have to do with team culture?</a><br><br>
<iframe width="500" height="281"
src="http://www.youtube.com/embed/aq_0CxIIqe4" frameborder="0" allowfullscreen></iframe>
</li><br>
<!-- day 6 -->
<li>day 6 - we build our first Rails Gem<br><br>
<a target="_new" href="http://rubygems.org/gems/binfinity-rails">Binfinity-rails gem</a><br><br>
We built a bi-directional infinite scroll plug-in. All I can say ya'll ... goto your Gemfile and do:<br><br><strong style="color: yellow;">gem 'binfinity-rails'</strong><br><br>
<iframe width="500" height="281"
src="http://www.youtube.com/embed/jU_rk_NzsiI" frameborder="0" allowfullscreen></iframe>
</li><br>
</ul>
</p>
<p>Check out all of the source code at <a target="_new" href="https://github.com/12days">12day appy days</a>.</p>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-44430419-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>