-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·440 lines (421 loc) · 16 KB
/
index.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
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Coby Forrester's Portfolio</title>
<link rel="stylesheet" href="bootstrap-4.1.3-dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body data-spy="scroll" data-target="#navbarResponsive">
<!-- Start Home Section -->
<div id="home">
<!-- Start Navigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#"></a>
<!--For collapsable navbar button-->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
>
<span class="navbar-toggler-icon"></span>
</button>
<!--contains elements in drop down button-->
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<!--Need 4 sections, home, skills/resume, projects, contact-->
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<!--<img src = "img/distributed_system.jpg" width="500" height="600">-->
<!-- End Navigation -->
<!-- Start landing page -->
<div class="landing">
<div class="home-wrap">
<div class="home-inner"></div>
</div>
</div>
<div class="caption text-center">
<h1>Coby Forrester</h1>
<h3>Software Developer</h3>
<a class="btn btn-outline-light btn-lg" href="#resume">Resume</a>
</div>
<!-- End landing page -->
<!-- End About Section-->
<!-- Start RESUME Section -->
<div id="resume" class="resume">
<div class="row text-center">
<!-- Resume header -->
<!-- Resume header -->
<div class="container mb-5">
<div class="section-title">
<h2>RESUME</h2>
<p>
<strong>About: </strong>Highly motivated, eager to learn recent
graduate seeking a <strong>software development position</strong>.
</p>
</div>
<!-- Resume body -->
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title ml-3">Skills</h3>
<div class="resume-item">
<h4>Primary</h4>
<p>
<strong>Languages: </strong>JavaScript, TypeScript, Go, Java, HTML, CSS
</p>
<p>
<strong>Technologies: </strong>SQL, NoSQL, AWS (Cloud Practitioner Certification) Git, Linux, Docker, SAM, GraphQL, Vuejs
</p>
<p>
<strong>AWS Services: </strong>DynamoDB, S3, Lambda, CloudFormation, ACM, Route53, ECS, ECR
</p>
</div>
<div class="resume-item">
<h4>Experience With</h4>
<p>
<strong>Languages: </strong>C/C++, Scala, Python, Make, CMake
</p>
<p>
<strong>Technologies: </strong>Django, Java Spring Boot
</p>
<p>
<strong>Other: </strong>Kafka, Terraform, HAProxy, NGINX
</p>
</div>
<h3 class="resume-title ml-3">Education</h3>
<div class="resume-item">
<h4>Bachelors of Science (B.S.) in Computer Science</h4>
<h5>2020</h5>
<p><em>University of California, Santa Cruz</em></p>
<p>
Coursework Included: Web Applications, Distributed Systems,
Advanced Algorithm Analysis, Databases (SQL), Data Structures,
Computational Models, Calculus Based Statistics, Principles of
System Design, and more.
</p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title ml-3">Professional Experience</h3>
<div class="resume-item">
<h4>Full Stack Developer</h4>
<h5>Oct, 2020 - present</h5>
<p><em>14Four (Spokane WA)</em></p>
<ul>
<li>
Led backend and devops team on websites for world renowned companies, including: Mountain Dew, Pepsi, and Rockstar.
</li>
<li>
Extensively used AWS (DynamoDB, S3, CloudFront, OpenSearch, CoudFormation, and more), Nodejs, and Docker to develop scalable GraphQL APIs for sites with 50,000+ users.
</li>
<li>
Automated previously complicated backend system deployments in CD pipelines, increasing company wide productivity.
</li>
<li>
Created near pixel perfect, responsive, custom frontends in Vue(nuxt) and React(next).
</li>
<li>
Regularly solved unique and difficult problems in all areas of web development, meeting tight timelines and staying focused under pressure.
</li>
</ul>
</div>
<div class="resume-item">
<h4>CS Intern</h4>
<h5>Oct, 2020 - Feb, 2021</h5>
<p><em>KDS GLobal LLC (remote)</em></p>
<ul>
<li>
Compiled legacy C++ code to run on RISC-V architecture.
</li>
<li>
Setup Kafka as an internal streaming service for data center servers.
</li>
<li>Complicated Linux dependency management (Centos 8).</li>
</ul>
</div>
<div class="resume-item">
<h4>Intern</h4>
<h5>2019 - 2020</h5>
<p><em>Activate Learning USA (remote)</em></p>
<ul>
<li>
Made deadlines, while still being a full time student.
</li>
<li>
Converted textbooks into HTML pages to be displayed by the
company for e-learning.
</li>
<li>Exposure to industry practices.</li>
</ul>
</div>
<div class="resume-item">
<h4>Computer Science Intern</h4>
<h5>2017 - 2018</h5>
<p><em>Naval Postgraduate School, Monterey, CA</em></p>
<ul>
<li>
Worked under a professor at the school, Dr. Peter Ateshian,
with a small team of interns, and a graduate student working
on his thesis project.
</li>
<li>
Asked to extend summer internship into the school year due
to my performance.
</li>
<li>
Work consisted mostly of programming in Python, C++, and
working with Raspberry Pi's.
</li>
<li>
Personally presented our projects to start ups looking to
invest.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End of Row -->
</div>
<!-- End RESUME Section -->
<!-- Start Projects Section -->
<div id="projects" class="jumbotron">
<div class="container">
<!-- Header -->
<div class="text-center col-lg-12">
<h2>PROJECTS</h2>
</div>
<!-- Cards -->
<div class="row">
<!-- Project Card1-->
<div class="col-lg-6 my-2">
<div class="card project-card grow">
<!-- Project Card content -->
<div class="card-body d-flex flex-row">
<!-- Content -->
<div>
<!-- Title -->
<h4 class="card-title font-weight-bold">Gatorade Fuel Tomorrow</h4>
<!-- Subtitle -->
<p class="card-text">
<i class="far fa-clock pr-2"></i>08/01/2020
</p>
</div>
</div>
<!-- Project Card image -->
<div class="card-img-top">
<img
class="card-img-top zs-proj-img"
src="img/fueltomorrow.png"
alt=""
/>
</div>
<!-- Project Card content -->
<div class="card-body">
<!-- Text -->
<div class="card-text">
<p>
<strong>Description:</strong> Promotional site for Gatorade, where I did all devops and backend work.
</p>
<div class="mb-2">
<a
class="btn btn-outline-light demo-btn my-1 disabled"
target="_blank"
href=""
>Demo <i class="fab fa-youtube"></i
></a>
<a
class="btn btn-outline-light project-btn my-1"
target="_blank"
href="https://fueltomorrow.gatorade.com"
>Project <i class="fa fa-code"></i
></a>
<a
class="btn btn-outline-light github-btn my-1 disabled"
target="_blank"
href=""
>GitHub <i class="fab fa-github"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Project Card1-->
<!-- Project Card2-->
<div class="col-lg-6 my-2">
<div class="card project-card grow">
<!-- Project Card content -->
<div class="card-body d-flex flex-row">
<!-- Content -->
<div>
<!-- Title -->
<h4 class="card-title font-weight-bold">Oui++</h4>
<!-- Subtitle -->
<p class="card-text">
<i class="far fa-clock pr-2"></i>09/8/2020
</p>
</div>
</div>
<!-- Project Card image -->
<div class="card-img-top">
<img
class="card-img-top zs-proj-img"
src="img/ouiplusplus.jpg"
alt=""
/>
</div>
<!-- Project Card content -->
<div class="card-body">
<!-- Text -->
<div class="card-text">
<p>
<strong>Technologies:</strong> Java, Spring Boot, React,
AWS.
</p>
<p>
<strong>Description:</strong> Interpreted programming
language written from scratch! With dynamically typed
variables, functions, loops, hashmaps and more!
</p>
<div class="mb-2">
<a
class="btn btn-outline-light demo-btn my-1 disabled"
target="_blank"
href=""
>Demo <i class="fab fa-youtube"></i
></a>
<a
class="btn btn-outline-light project-btn my-1"
target="_blank"
href="https://ouiplusplus.com"
>Project <i class="fa fa-code"></i
></a>
<a
class="btn btn-outline-light github-btn my-1"
target="_blank"
href="https://github.com/cobyforrester"
>GitHub <i class="fab fa-github"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Project Card2-->
<!-- Project Card3-->
<div class="col-lg-6 my-2">
<div class="card project-card grow">
<!-- Project Card content -->
<div class="card-body d-flex flex-row">
<!-- Content -->
<div>
<!-- Title -->
<h4 class="card-title font-weight-bold">ShrinkifyURL</h4>
<!-- Subtitle -->
<p class="card-text">
<i class="far fa-clock pr-2"></i>08/12/2020
</p>
</div>
</div>
<!-- Project Card image -->
<div class="card-img-top">
<img
class="card-img-top zs-proj-img"
src="img/shrinkifyurl.jpg"
alt=""
/>
</div>
<!-- Project Card content -->
<div class="card-body">
<!-- Text -->
<div class="card-text">
<p>
<strong>Technologies:</strong> Express, MongoDB Atlas
Database, AWS.
</p>
<p>
<strong>Description:</strong> URL Shortener! Simple,
functional, and scalable! Collisions highly unlikely but
possible.
</p>
<div class="mb-2">
<a
class="btn btn-outline-light demo-btn my-1 disabled"
target="_blank"
href=""
>Demo <i class="fab fa-youtube"></i
></a>
<a
class="btn btn-outline-light project-btn my-1"
target="_blank"
href="https://shrinkifyurl.com"
>Project <i class="fa fa-code"></i
></a>
<a
class="btn btn-outline-light github-btn my-1"
target="_blank"
href="https://github.com/cobyforrester"
>GitHub <i class="fab fa-github"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Project Card3-->
</div>
</div>
</div>
<!-- End Projects Section-->
<!-- Start Contact Section -->
<div id="contact">
<div class="container">
<div class="text-center col-md-12 text-center">
<h2>CONTACT ME</h2>
<ul class="list-unstyled">
<li>
<i class="fab fa-github mt-4 fa-2x mb-1"></i>
<p>github.com/cobyforrester</p>
</li>
<li>
<i class="fab fa-linkedin mt-4 fa-2x mb-1"></i>
<p>linkedin.com/in/cobyforrester</p>
</li>
<li>
<i class="fas fa-envelope mt-4 fa-2x mb-1"></i>
<p>[email protected]</p>
</li>
</ul>
</div>
</div>
</div>
<!-- End Contact Section-->
<!--- Script Source Files -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="bootstrap-4.1.3-dist/js/bootstrap.min.js"></script>
<script
src="https://use.fontawesome.com/releases/v5.5.0/js/all.js"
crossorigin="anonymous"
></script>
<script src="js/modernizr.js"></script>
<!--- End of Script Source Files -->
</body>
</html>