-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
executable file
·68 lines (64 loc) · 4.62 KB
/
resources.html
File metadata and controls
executable file
·68 lines (64 loc) · 4.62 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
<!DOCTYPE html>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" />
<link href="https://fonts.googleapis.com/css?family=Lalezar|Poiret+One|Raleway" rel="stylesheet">
<html>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h1>Travis Smith</br><small>Software Developer Specializing in Ruby on Rails and Java</small></h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9">
<h3>Along this new coding journey, I've used many helpful resources. Here are the courses I've completed, books that I've read, and resources I go back to again and again...</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Tutorials:</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p><a href="https://www.railstutorial.org">Ruby on Rails Tutorial</a> by Michael Hartl -- This is probably the most
widely used beginning Rails tutorial. It covers all the basic technologies to get your first web application up and running using Ruby on Rails, including cloud IDE setup, version control, deployment, and testing. It's kept up-to-date, covering Rails 5 as of this writing, and is completely free online. Also available in a print version if you prefer a hard copy. This one can't be recommended enough. </p>
<p><a href="https://www.udemy.com/the-complete-ruby-on-rails-developer-course">The Complete Ruby on Rails Developer Course</a> by Mashrur Hossain and Rob Percival on Udemy -- After completing the University program, I was looking for a different perspective and some advanced application walk-throughs. This course on Udemy was pretty good. At times, it felt too much like just typing what was on screen and not enough background learning, but the applications are fairly full-featured, and it allowed me to learn some technologies I hadn't yet used, like Stripe for payment processing. I was able to further my knowledge of Devise for authentication and AWS for image hosting.</p>
<p><a href="https://www.udemy.com/java-the-complete-java-developer-course">The Complete Java Developer Course</a> by Tim Buchalka on Udemy</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Books:</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p><a href="https://www.amazon.com/Head-First-Rails-Learners-Companion/dp/0596515774/ref=sr_1_1?ie=UTF8&qid=1481506513&sr=8-1&keywords=head+first+rails"> Head First Rails</a> by David Griffiths</p>
<p><a href="https://www.amazon.com/Practical-Object-Oriented-Design-Ruby-Addison-Wesley/dp/0321721330/ref=la_B0097WWH62_1_1?s=books&ie=UTF8&qid=1481525774&sr=1-1">Practical Object-Oriented Design in Ruby</a> by Sandi Metz</p>
<p><a href="http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208/ref=sr_1_1?ie=UTF8&qid=1464205238&sr=8-1&keywords=head+first+java"> Head First Java, 2nd Edition</a> by Kathy Sierra and Bert Bates</p>
<p><a href="https://www.amazon.com/Agile-Samurai-Software-Pragmatic-Programmers/dp/1934356581/ref=sr_1_1?ie=UTF8&qid=1481526216&sr=8-1&keywords=agile+samurai">The Agile Samurai: How Agile Masters Deliver Great Software</a> by Jonathan Rasmusson</p>
<p><a href="https://www.amazon.com/Build-Your-Website-Right-Using/dp/0987090852/ref=sr_1_1?ie=UTF8&qid=1481526374&sr=8-1&keywords=build+sites+the+right+way">Build Your Own Website The Right Way Using HTML & CSS</a> by Ian Lloyd</p>
<p><a href="http://eloquentjavascript.net/">Eloquent Javascript</a> by Marijn Haverbeke -- I've only scratched the surface with Javascript, but I've enjoyed the bits of this book that I've had the chance to read.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-footer">
<p>This page inspired by the <a href="https://sivers.org/nowff">/now page</a> movement.</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>