-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
307 lines (306 loc) · 23 KB
/
data.json
File metadata and controls
307 lines (306 loc) · 23 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
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
{
"about": {
"description_1": "Hi! I'm Tim, a Software QA Engineer at Apple and CS graduate student based in Los Angeles, California. I'm actively looking for opportunities in San Jose, Cupertino, Mountain View, Palo Alto, and the Santa Clara Valley in engineering. I'm most interested in roles where I can utilize my quality engineering, user experience testing, and software development background to contribute to innovative products and improve product quality.",
"description_2": "One thing you may notice from this page is that I'm always learning. I earned my Bachelor's degree in Sociology from UCLA in 2009. From there, I've been steadily pursuing a career in the tech sector, learning through a combination of formal education, independent study, and on-the-job experience. The opportunities in online education have allowed me to build a strong foundation in computer science, gaining certificates in Ruby on Rails, Python programming, frontend development, and machine learning from accredited universities. I'm also in my second year of a CS Master's program at Georgia Tech through their OMSCS program, specializing in Interactive Intelligence, and currently studying human-computer interaction.",
"email": "timhall3000@gmail.com",
"mobile": "858-472-6046",
"linkedin": "https://www.linkedin.com/in/thall17/",
"github": "https://github.com/thall17",
"stackoverflow": "https://stackoverflow.com/users/2263871/tim?tab=profile",
"googleplus": "https://plus.google.com/u/0/+TimHall3000"
},
"education": [
{
"school": "Georgia Institute of Technology",
"startyear": "2017",
"endyear": "2019 (expected)",
"degree": "MS Computer Science",
"url": "https://www.omscs.gatech.edu/",
"cert": "",
"description": "One year in, Georgia Tech's OMSCS program has proven to be as great an opportunity as I imagined. It has helped strengthen my software engineering foundation while also diving into advanced topics that I can apply in everyday work situations. My chosen specialization is Interactive Intelligence, which covers Machine Learning and Artificial Intelligence with an emphasis on human-computer interaction. I'm on track to finish the program at the end of 2019 while working full time, and am excited for the remainder of my coursework.",
"logo": "gt.png",
"classes": [
{
"name": "CS 6750 Human-Computer Interaction",
"grade": "In progress",
"semester": "Spring 2018",
"instructor": "David Joyner",
"instructor_bio": "http://www.davidjoyner.net/",
"description": "This course is an introductory course on human-computer interaction. It covers three broad categories of topics within human-computer interaction: (a) the principles and characteristics of the interaction between humans and computers; (b) the techniques for designing and evaluating user-centered systems; and (c) current areas of cutting-edge research and development in human-computer interaction.",
"url": "http://www.omscs.gatech.edu/cs-6750-human-computer-interaction",
"topics": ""
},
{
"name": "CS 6250 Computer Networks",
"grade": "A",
"semester": "Fall 2017",
"instructor": "Maria Konte",
"instructor_bio": "https://www.mariakonte.net/",
"description": "This project-based course explores research topics in computer networking, primarily at the IP layer and above. Students gain exposure to burgeoning areas of computer networking and learn how to use the tools commonly used today for networking research, such as BGP routing techniques, network security, and software-defined networking.",
"url":"https://www.omscs.gatech.edu/cs-6250-computer-networks",
"topics": "internet architecture and principles, switching, protocols such as TCP/IP, UDP, and BGP, autonomous systems, internet exchange points (IXP's), routing, DNS, congestion control, content distribution, routing algorithsm such as spanning tree and shortest path, software-defined networking (SDN), traffic engineering, network security, and worms/spam/DoS attacks"
},
{
"name": "CS 6400 Database Systems Concepts and Design",
"grade": "A",
"semester": "Summer 2017",
"instructor": "Jay Summet",
"instructor_bio": "https://www.cc.gatech.edu/~summetj/",
"description": "This course teaches students the key concepts and practices of the database application development methodology through the creation of a major real-world project. All the database concepts, techniques and tools that are needed to develop a database application from scratch are covered along the way. In addition to the development methodology, techniques and tools learned in this course include the Extended Entity Relationship Model, the Relational Model, Relational algebra, calculus and SQL, database normalization, efficiency, indexing, and techniques and tools for metadata management and archival.",
"url":"https://www.omscs.gatech.edu/cs-6400-database-systems-concepts-and-design",
"topics": "database fundamentals, DB application development process, extended entity-relationship model, relational model, EER/relational mapping, normalization, relational algebra and calculus, SQL, efficiency, implementation, and metadata"
},
{
"name": "CS 6300 Software Development Process",
"grade": "A",
"semester": "Spring 2017",
"instructor": "Alessandro (Alex) Orso",
"instructor_bio": "https://www.cc.gatech.edu/~orso/",
"description": "This course provides an in-depth study of the process of developing software systems, including the use of software processes in actual product development, techniques used to ensure quality of the software products and maintenance tasks performed as software evolves. By the end of the course, students will understand the role of software processes in the development of software and will have experienced several types of processes, from rigid to agile. Students will also become familiar with a variety of modern technologies and development techniques and understand their connection to software processes, and also gain hands-on experience in white-box and black-box testing.",
"url": "https://www.omscs.gatech.edu/cs-6300-software-development-process",
"topics": "software lifecycle, project management, design activities and products, IDEs and version control, requirements engineering, object-oriented engineering/UML, Android application development, software architecture, software design, design patterns, Unified Software Process, software testing (black box, white box, test coverage, tools & techniques), Agile development, refactoring"
}
]
},
{
"school": "Udacity",
"startyear": "Oct 2016",
"endyear": "Apr 2017",
"degree": "Frontend Web Developer Nanodegree",
"url": "https://www.udacity.com/course/front-end-web-developer-nanodegree--nd001",
"cert": "TimHall_Udacity_FrontendNanodegreeCertificate_20170424.pdf",
"description": "The Frontend Nanodegree program from Udacity, in partnership with Google and AT&T, gives students in-demand tools needed across every industry. Students will be prepared for roles at a wide array of companies, from startups to global organizations.",
"logo": "udacity.png",
"classes": []
},
{
"school": "Stanford Online",
"startyear": "July 2016",
"endyear": "July 2016",
"degree": "Machine Learning",
"url": "http://online.stanford.edu/course/machine-learning",
"cert": "Coursera_E28H87675AWR_TimHall.pdf",
"description": "This course provides a broad introduction to machine learning, data mining, and statistical pattern recognition. Topics include: (i) Supervised learning (parametric/non-parametric algorithms, support vector machines, kernels, neural networks). (ii) Unsupervised learning (clustering, dimensionality reduction, recommender systems, deep learning). (iii) Best practices in machine learning (bias/variance theory; innovation process in machine learning and AI). The course will also draw from numerous case studies and applications, so that you'll also learn how to apply learning algorithms to building smart robots (perception, control), text understanding (web search, anti-spam), computer vision, medical informatics, audio, database mining, and other areas.",
"logo": "stanford.png",
"classes": []
},
{
"school": "American Society for Quality",
"startyear": "Nov 2015",
"endyear": "Dec 2015",
"degree": "Certified Quality Engineer",
"url": "https://asq.org/cert/resource/docs/2016/CQE%20BOK%202015.pdf",
"cert": "TimHall_CQE_Certification.pdf",
"description": "The Certified Quality Engineer (CQE) is a professional who understands the principles of product and service quality evaluation and control. This body of knowledge and applied technologies include, but are not limited to, development and operation of quality control systems, application and analysis of testing and inspection procedures, the ability to use metrology and statistical methods to diagnose and correct improper quality control practices, an understanding of human factors and motivation, familiarity with quality cost concepts and techniques, and the knowledge and ability to develop and administer management information systems and to audit quality systems for deficiency identification and correction.",
"logo": "asq.png",
"classes": []
},
{
"school": "University of Washington",
"startyear": "Jan 2015",
"endyear": "Sep 2015",
"degree": "Ruby on Rails Developer Certificate",
"url": "",
"cert": "UW_Certificate.pdf",
"description": "This 9-month, 3-course program teaches students everything they need to build reliable, scalable, user-friendly Ruby on Rails applications from design to deployment and beyond. HTML, JS, and CSS knowledge are required at the start, and these skills are reinforced along the way. Upon completion, students will be able to rapidly prototype web applications using Ruby on Rails, while understanding the principles of the field to be able to adapt to any number of alternative frameworks. Lectures in the UW program were broadcast live via Adobe Connect web conference where around 10 students viewed and actively participated in discussions.",
"logo": "uw.png",
"classes": [
{
"name": "Ruby 310",
"grade": "",
"semester": "Fall 2017",
"instructor": "",
"instructor_bio": "",
"description": "Ruby 310 covered a wide range of advanced topics in Ruby on Rails development. For the group project, I worked with a classmate on a Rails app called PackTracker, which is listed in the Projects section of my site. The course concluded with an individual project and presentation, where I researched and reported on how to optimize a website's mobile-friendliness using responsive design in order to improve UX and boost its ranking in Google's search algorithm.",
"url":"",
"topics": "OAuth, third party integration, building APIs, background jobs, performance and optimization, advanced JavaScript, deployment and maintenance, alternative frameworks"
},
{
"name": "Ruby 210",
"grade": "",
"semester": "Summer 2017",
"instructor": "",
"instructor_bio": "",
"description": "Ruby 210 was where we began to apply what we learned about the Ruby language in Ruby 110 to create Ruby on Rails applications. Throughout the course we created several Rails applications from single-page joke generators to medical records data trackers.",
"url":"",
"topics": "Rake, gems, environments, Git, routes, namespacing, models/views/controllers, partials, pair programming, workflows, scaffolding, JavaScript, JQuery, ActiveRecord and SQL, authentication/sessions, mailers, job queues, REST APIs, test-driven development using Rspec, deployment/hosting strategies"
},
{
"name": "Ruby 110",
"grade": "",
"semester": "Spring 2017",
"instructor": "",
"instructor_bio": "",
"description": "The first course in the UW Ruby on Rails Certificate program focused on the Ruby language, object-oriented design, test-driven development, and a brief intro to the Rails framework.",
"url":"",
"topics": "data types (String, Hash, Array, etc.), control flow statements and iteration, object-oriented design, methods and blocks, classes and objects, recursion, and dynamic types. With these tools, we also explored more advanced subjects such as test-driven development, web scraping, meta-programming, DSLs, regular expressions, ActiveRecord ORM"
}
]
},
{
"school": "UCLA Extension",
"startyear": "Dec 2014",
"endyear": "Oct 2014",
"degree": "Relational Database Management",
"url": "https://www.uclaextension.edu/search/publicCourseSearchDetails.do?method=load&courseId=160012",
"cert": "UCLAExtension_GradeReport.pdf",
"description": "Understanding client-relational database design is vital to system design and implementation. This course teaches relational database technology, data modeling, SQL, data normalization, and the translation of logical designs to physical storage structures. Additional topics include indexes, storage management, transactions, database integrity, concurrency control, recovery, client/server relational database management, and introduction to query optimization.",
"logo": "ucla.png",
"classes": []
},
{
"school": "MITx",
"startyear": "Oct 2014",
"endyear": "Oct 2014",
"degree": "Introduction to Computer Science and Programming Using Python",
"url": "https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11",
"cert": "MITx_ComputerScience_GradeReport.pdf",
"description": "This course covers the basics of computer programming in Python and the fundamentals of computation. Taught by Eric Grimson, former Chancellor of the Massachusetts Institute of Technology, this class provided me with an incredible opportunity to build a strong foundation in computing and computer science from a world class institution, and inspired me to search for similar opportunities in the years that followed.",
"logo": "mitx.png",
"classes": []
},
{
"school": "UCLA",
"startyear": "2005",
"endyear": "2009",
"degree": "BA, Sociology",
"url": "http://www.sociology.ucla.edu/",
"cert": "",
"description": "Founded in 1948, the UCLA Sociology department has been on the cutting-edge of sociological research in a rich array of subfields. U.S. News and World Report consistently ranks UCLA among the top sociology departments in the nation. The faculty occupy national and international leadership positions and have earned the highest recognition from professional associations, including the American Sociological Association, the National Academy of Sciences, and the American Academy of Arts and Sciences. Students go on to apply their sociological training in a broad range of careers, while making amazing contributions to their communities",
"classes": [],
"logo": "ucla.png"
}
],
"projects": [
{
"name": "makebeer.io",
"description": "I'm currently working on this application, and I'm excited to release version 1.0 early in 2018. It's a Ruby on Rails app for home brewers to record, share, and discover beer recipes. I brewed my first batch earlier this year and look forward to brewing more; I just want to have clean and more interactive way of recording my recipes first. Version 1.0 will feature an intuitive frontend design for recording beer recipes, with additional features focused on collaboration and sharing to be released soon after.",
"technologies": "Ruby on Rails, JavaScript, jQuery, HTML/CSS, RSpec, Factory Girl, Devise, Guard, Shoulda-Matchers",
"github_url": "https://github.com/thall17/makebeer",
"live_url": "",
"images": {
"preview": {
"src": "images/makebeer/700x400.png",
"alt": "makebeer logo"
}
}
},
{
"name": "Tourney Manager",
"description": "My team and I created this Android app for course 6300 Software Development Process in the Georgia Tech CS Masters Program. The actual implementation of the app was just the final week of a four-week process of requirements engineering, architecture design, interface design, and data structure modeling. The requirements for the project were that our app needed to be able to run a single-elimination tournament, keeping track of who wins, what the prizes are, and who receives each prize.",
"technologies": "Android Studio/SDK, Java, JUnit",
"github_url": "",
"live_url": "",
"images": {
"preview": {
"src": "images/tourney-manager/preview_pic.png",
"alt": "Tourney Manager screenshot"
}
}
},
{
"name": "Atlanta Sharing Alliance Coordination System",
"description": "In 6400 Database Systems Concepts and Design at Georgia Tech, my team and I created this MAMP (Mac/Apache/MySQL/PHP) application for our final project. The web app supports the administrative duties of staff and volunteers at soup kitchens, shelters, and food banks, enabling easier meal inventory/transfer and bunk availability tracking, client check-ins, and many other features.",
"technologies": "MySQL, Apache, PHP, PHPMyAdmin, HTML/CSS",
"github_url": "",
"live_url": "",
"images": {
"preview": {
"src": "images/asacs/preview_pic.png",
"alt": "ASACS logo"
}
}
},
{
"name": "Arcade Game",
"description": "In this project from Udacity's Frontend Nanodegree program, I utilized the HTML5 canvas, a looping engine, and object-oriented JavaScript to create a Frogger-like game. Use the arrow keys to move the player from the bottom of the map to the water, without getting hit by any of the bugs!",
"technologies": "",
"github_url": "https://github.com/thall17/frontend-nanodegree-arcade-game",
"live_url": "https://thall17.github.io/frontend-nanodegree-arcade-game/",
"images": {
"preview": {
"src": "images/arcade-game/preview_pic.png",
"alt": "arcade-game screenshot"
}
}
},
{
"name": "Restaurant Map",
"description": "This was a project I did for the Udacity Frontend Nanodegree. The requirements were to utilize the Google Maps API, KnockoutJS (a JavaScript implementation of the Model-View-ViewModel pattern), and a third party API of our choosing, and show a few of our favorite restaurants.",
"technologies": "Google Maps API, KnockoutJS, FourSquare API, JS/HTML/CSS",
"github_url": "https://github.com/thall17/neighborhoodmap",
"live_url": "https://thall17.github.io/neighborhoodmap/",
"images": {
"preview": {
"src": "images/neighborhood-map/preview_pic.png",
"alt": "neighborhood-map screenshot"
}
}
},
{
"name": "Username-checker",
"description": "Username-checker is an app I started working on to help with a personal need. I wanted to have one tool that could help me choose one username for all the various online profiles I have (GitHub, StackOverflow, etc.). It was also a good opportunity to brush up on my RegEx skills to validate usernames according to each site's rules, and was also good practice in handling various HTTP response codes.",
"technologies": "",
"github_url": "https://github.com/thall17/username-checker",
"live_url": "https://stormy-peak-29072.herokuapp.com/",
"images": {
"preview": {
"src": "images/username-checker/700x400.png",
"alt": "username-checker screenshot"
}
}
},
{
"name": "PackTracker",
"description": "My teammate and I created this Rails application for the final project of the Ruby 310 course in University of Washington's Ruby Development program. PackTracker enables groups to consolidate supplies before starting a camping, hiking, or really any kind of trip together.",
"technologies": "Ruby on Rails, Bootstrap, Devise, JS/HTML/CSS",
"github_url": "https://github.com/thall17/pack_tracker",
"live_url": "https://pack-tracker.herokuapp.com/login",
"images": {
"preview": {
"src": "images/packtracker/preview_pic.png",
"alt": "PackTracker screenshot"
}
}
},
{
"name": "SRT Parser",
"description": "As an online student, I wanted to find the most efficient and effective way to watch lectures and take notes. When I realized I was spending a lot of time manually typing the words of the instructor, I thought there had to be a better way. For this reason, I put together a quick Python script that takes as input all transcript files from a Udacity course, parses them, reformats them, and outputs HTML files which can then be batch-imported into the Mac Notes app (or any app that allows HTML imports). I then use these notes as a starting point while I watch lectures, and I make changes to the format whenever it makes sense. The script also outputs transcripts as CSV files so that students can batch upload them to Brainscape to automatically generate flashcards, which can later be edited, added to, or deleted. More details and instructions can be found at the GitHub link below.",
"technologies": "Python, PySRT, CSV, OS",
"github_url": "https://github.com/thall17/srt-parser",
"live_url": "",
"images": {
"preview": {
"src": "images/srt-parser/preview_pic.png",
"alt": "srt-parser screenshot"
}
}
},
{
"name": "React Tic-Tac-Toe",
"description": "A simple React app I created, following the tutorial provided by Facebook, in an effort to familiarize myself with ReactJS.",
"technologies": "",
"github_url": "https://github.com/thall17/react-tictactoe",
"live_url": "",
"images": {
"preview": {
"src": "images/tictactoe/preview_pic.png",
"alt": "tictactoe screenshot"
}
}
},
{
"name": "Portfolio",
"description": "This site (the one you're on right now) uses a Bootstrap template with some customization. I wanted to develop my own portfolio site to learn a new build tool called Nunjucks, which I had read about for the first time recently, and to use NodeJS. Nunjucks enabled me to separate content from views, keeping all of my data in a separate JSON file, and using Nunjucks to populate my HTML templates dynamically.",
"technologies": "HTML/CSS, Nunjucks, Bootstrap",
"github_url": "https://github.com/thall17/thall17.github.io",
"live_url": "https://thall17.github.io/",
"images": {
"preview": {
"src": "images/portfolio/700x400.png",
"alt": "portfolio screenshot"
}
}
}
]
}