-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCS373.html
213 lines (203 loc) · 11 KB
/
CS373.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
<!DOCTYPE HTML>
<!--
Hello! Welcome to my personal website. Feel free to look around or get in touch with me if
you wish to know more. I typically respond to emails within a couple of hours.
This stylesheet is a customized version of Forty by HTML5 UP used under the CCA 3.0 license.
I love doggo memes.
-->
<html>
<head>
<title>CS373 Spring 2017: Vishnu Thiagarajan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Vishnu</strong> <span>Thiagarajan</span></a>
<nav>
<a href="index.html">Home</a>
<a href="#">Blog</a>
</nav>
</header>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<span class="image"><img src="CS373/profpic.jpg" style="max-width: 70%;" alt="" /></span>
<header class="major">
<h1>CS373 Spring 2017: Vishnu Thiagarajan</h1>
</header>
<div class="box">
<h3><a href="CS373/week15.html">Week 15</a></h3>
<p>This will be the final blog post here. This week, my team presented the website that we
have been working on for the last couple of months. (Link to Presentation) We also had the
last exam for the class on Thursday. I did well and with that, the class is now over. Here's....</p>
<a href="./CS373/week15.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week14.html">Week 14</a></h3>
<p>There is just one week of class left. Last week, I worked on the presentation for the IDB
project. I've also been reviewing the refactoring book in preparation for the exam next week.
Three of my classes have finished completely for the semester. I just have a presentation...</p>
<a href="./CS373/week14.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week13.html">Week 13</a></h3>
<p>This week, I finished Phase 3 of the IDB project. That means that our website, sweatshop.tech,
is now fully ready. For this phase, we were to add search and visualization to our website. We
used Flask-WhooshAlchemyPlus and D3. The details are covered in last week's...</p>
<a href="./CS373/week13.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week12.html">Week 12 - Hacked?</a></h3>
<p>This week, I started work on Phase 3 of the IDB project. The two majors tasks of this phase
are implementing search for all attributes and all models in our database and creating a
visualization of another group's project using D3. So far, we have finished implementing...</p>
<a href="./CS373/week12.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week11.html">Week 11</a></h3>
<p>I spent most of this week working on Phase 2 of the IDB project. The website has gone
through a full redesign and our database has been filled with thousands of rows for each
model. The most difficult aspect of this phase was filling in all the gaps in the Crunchbase...</p>
<a href="./CS373/week11.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week10.html">Week 10</a></h3>
<p>I have been working on Phase 2 of the IDB project. During this phase, we are expected to
convert our static website from Phase 1 into a dynamic website. We thought this would be
simple since we hd already made our Phase 1 website dynamic. The difference was that...</p>
<a href="./CS373/week10.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week9.html">Week 9</a></h3>
<p>Spring break is over. Having been busy over break, I spent the last week catching up on my
coursework. For this particular class, I finished Phase 1 of the IDB project this week with
my team. The assignment was to create a website using AWS and Flask. In this phase...</p>
<a href="./CS373/week9.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week8.html">Week 8</a></h3>
<p>This is the the last week before Spring Break. We had a talk about Google's Cloud Platform
on Monday and a talk about AWS on Wednesday. We are all gearing up to work on Phase 1 of
the IDB project. The goal of the project is to create something similar to IMDB...</p>
<a href="./CS373/week8.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week7.html">Week 7</a></h3>
<p>We had an exam in Software Engineering this week. It was not what I had expected and some
of the questions were very specific on Python's implementation but overall, it was not
that bad. I've been playing around with edge cases in my free time. I also recently...</p>
<a href="./CS373/week7.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week6.html">Week 6</a></h3>
<p>What did you do this past week? I just finished the readings for this week on the Liskov
Substitution Principle. It is a simple concept but it is certainly important in Object
Oriented Design. One of the provided examples in the paper was of a Square class
inheriting from...</p>
<a href="./CS373/week6.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week5.html">Week 5</a></h3>
<p>What did you do this past week? This week has been a really good week. I've had four
interviews with Apple, two with their machine learning team and I'm very optimistic.
I had to miss class on Wednesday to get my citizenship but at least, now, that is
finally done...</p>
<a href="./CS373/week5.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week4.html">Week 4</a></h3>
<p>What did you do this past week?
I've been working on the Netflix project. Given ratings that customers have given certain movies, we have
been assigned the task of predicting the ratings they would give to other movies. We have been using two
caches - one with the average...</p>
<a href="./CS373/week4.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week3.html">Week 3</a></h3>
<p>What did you do this past week?
This week, I finished and turned in the Collatz project. The current workflow had some issues but in the end,
everything worked out. A guy from Bloomberg talked about his job during class on Wednesday. In was interesting
to hear about...</p>
<a href="./CS373/week3.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week2.html">Week 2</a></h3>
<p>What did you do this past week?
I have spent a lot more time on personal projects and coursework this week. I have gotten used to my schedule,
of course, by now. For Software Engineering, specifically, this week, we talked about Coverage and tested it on
the is_prime...</p>
<a href="./CS373/week2.html" class="button special">Read More</a>
</div>
<div class="box">
<h3><a href="CS373/week1.html">Week 1</a></h3>
<p>What did you do this past week?
This, being the first week of the semester, has not been too busy. In class, we talked about the tools that
we will be using and we discussed testing. I enjoyed the first two lectures and having heard great things
about this class, I am really looking...<p/>
<a href="./CS373/week1.html" class="button special">Read More</a>
</div>
</div>
</section>
</div>
<!-- Contact -->
<section id="contact">
<div class="inner">
<section class="split">
<section>
<div class="contact-method">
<span class="icon alt fa-envelope"></span>
<h3>Email</h3>
<a href="mailto: vishnut@utexas.edu?Subject=Hi%20Vishnu!" target="_top">vishnut@utexas.edu</a>
<br>
<a href="mailto: thiagarajanvishnu@gmail.com?Subject=Hi%20Vishnu!" target="_top">thiagarajanvishnu@gmail.com</a>
</br>
</div>
</section>
</section>
<section class="split">
<section>
<div class="contact-method">
<span class="icon alt fa-phone"></span>
<h3>Phone</h3>
<a href="tel:281-725-0635">(281) 725-0635</a><br/>
</div>
</section>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="http://github.com/vishnut" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="http://linkedin.com/in/vishnuthiagarajan" class="icon alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<!--li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li-->
<li><a href="http://facebook.com/wishnut" class="icon alt fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<!--li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li-->
</ul>
<ul class="copyright">
<li>© Vishnu Thiagarajan</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>