-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisney.html
More file actions
71 lines (68 loc) · 5.17 KB
/
disney.html
File metadata and controls
71 lines (68 loc) · 5.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Sona Dolasia</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/material-icons.min.css">
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+TC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/Projects-Clean.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="background-color: rgb(224,232,222);">
<nav class="navbar navbar-light navbar-expand-md navigation-clean" style="background-color: rgb(224,232,222);">
<div class="container"><a class="navbar-brand" href="index.html" style="font-family: 'IBM Plex Sans', sans-serif;background-color: #ffffff;color: #202020;font-size: 17;margin: 0px 0px 0px;">SONA DOLASIA</a><button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="about.html" data-bs-hover-animate="tada" style="font-family: 'IBM Plex Sans', sans-serif;color: #202020;">ABOUT</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="work.html" style="font-family: 'IBM Plex Sans', sans-serif;color: #202020;background-color: #;"><strong>WORK</strong></a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="https://drive.google.com/file/d/1ZWuNkIAm7SLdPxyaSuiWzRVCM2zyUAIw/view?usp=sharing" data-bs-hover-animate="tada" style="font-family: 'IBM Plex Sans', sans-serif;color: #202020;">CV</a></li>
</ul>
</div>
</div>
</nav>
<div>
<div class="container text-center">
<div class="row">
<div class="col-md-6"><img class="img-fluid d-inline bounce animated" src="assets/img/Frame%204.2.png" width="400"></div>
<div class="col-md-6">
<h1></h1>
<h1 class="text-lowercase text-center" style="font-family: 'Noto Serif TC', serif;font-size: 40px;padding: 60px 0px 0px;color: rgb(78,84,71);"><strong>The Walt Disney Company </strong></h1>
<p style="font-family: 'Noto Serif TC', serif;">Backend Developer Internship:<em> May - August 2018</em></p>
<p class="text-left" style="font-family: 'Open Sans', sans-serif;color: #212529;">In the summer of 2018, I had the opportunity to intern at The Walt Disney Company in Seattle. The goal of my project was to develop a tool, named <strong>Hydra</strong>, simulating millions of connections to the websocket platform.
Hydra is currently being used to ensure that the plaform can scale to expected traffic for customers like ESPN and ABC, wesbites supporting over 100 million daily uniques. </p>
<p class="text-left" style="font-family: 'Open Sans', sans-serif;">Hydra was built in <strong>Java</strong> using the <strong>Spring Framework</strong>. It was designed to be run in an autoscale group, through <strong>AWS</strong>, with mutiple instances of Hydra running at once for scale. The <strong>Pub/Sub </strong>infrastucture
of the tool, also allows all instances to be controlled at once.</p>
</div>
</div>
</div>
</div>
<div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center" style="background-color: rgb(224,232,222);"><img class="img-fluid bg-white border-dark shadow-none d-inline" src="assets/img/icons%20projects-05.png" width="700"></div>
</div>
</div>
</div><br>
<div class="footer-basic" style="background-color: rgb(224,232,222);">
<footer>
<p class="copyright" style="font-family: 'IBM Plex Sans', sans-serif;">Sona Dolasia © 2018</p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-animation.js"></script>
</body>
</html>