-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththree.html
224 lines (173 loc) · 9.05 KB
/
three.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Hamid">
<title>PROJECT | HAMIDRIZVI</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<link rel="stylesheet" href="animate.css">
<script src="wow.min.js"></script>
</head>
<body>
<div class="wrapper">
<nav>
<span id="brand">
<a href="index.html">HAMIDRIZVI</a>
</span>
<ul id="menu">
<li><a href="index.html">home<span>.</span></a></li>
<li><a href="work.html">work<span>.</span></a></li>
<li><a href="about.html">about me<span>.</span></a></li>
<li><a href="contact.html">contact<span>.</span></a></li>
</ul>
<div id="toggle">
<div class="span">menu</div>
</div>
</nav>
<div id="resize">
<div class="close-btn">close</div>
<ul id="menu">
<li><a href="index.html">home<span>.</span></a></li>
<li><a href="work.html">work<span>.</span></a></li>
<li><a href="about.html">about me<span>.</span></a></li>
<li><a href="contact.html">contact<span>.</span></a></li>
</ul>
</div>
<div class="whitespace"></div>
<div class="container">
<div class="hero-content">
<br><br>
<div class="row">
<div class="col-lg-12">
<br>
<h1 class="wow fadeInUp" data-wow-delay="1s">Serverless Three-Tier Architecture For MERN Stack</h1><br><br>
<div class="row">
<div class="col-lg-4">
<p class="wow fadeInUp" data-wow-delay="1.2s">Technology used:</p>
<h6 class="wow fadeInUp" data-wow-delay="1.3s">AWS</h6>
</div>
<div class="col-lg-4">
<p class="wow fadeInUp" data-wow-delay="1.4s">started :</p>
<h6 class="wow fadeInUp" data-wow-delay="1.5s">10 Oct. 2023</h6>
</div>
<div class="col-lg-4">
<p class="wow fadeInUp" data-wow-delay="1.6s">completed :</p>
<h6 class="wow fadeInUp" data-wow-delay="1.7s">15 Nov. 2023</h6>
</div>
</div>
<div class="whitespace"></div>
<br>
<p class="wow fadeInUp" data-wow-delay="1.8s">In the serverless Three-Tier Architecture for a MERN Stack Application in AWS, the category encompasses overarching considerations and principles that apply across various aspects of the architecture. This category involves fundamental concepts such as scalability, security, cost-efficiency, and maintainability. Scalability is a critical factor, as the architecture should be able to handle varying levels of user traffic and data volume without compromising performance. Security measures must be implemented to safeguard sensitive information and protect against potential threats. Cost-efficiency is essential to ensure optimal resource utilization and minimize operational expenses. Additionally, maintainability involves practices that facilitate easy management, updates, and troubleshooting of the application.</p>
<div class="project-img">
<div class="container">
<br><br>
<div class="row">
<div class="col-md-8">
<div class="project image3 wow fadeInUp" data-wow-delay="0.8s"></div>
</div>
</div>
</div>
</div>
<div class="whitespace"></div>
<p class="wow fadeInUp" data-wow-delay="1.8s">The emergence of serverless architecture within the context of a Serverless Three- Tier Architecture in AWS for a MERN Stack Application represents a transformative shift in how applications are developed and deployed. Serverless architecture has gained prominence in recent years, redefining the traditional paradigm of managing servers and infrastructure. It offers a set of principles and cloud computing services that align with the goal of simplifying development, enhancing scalability, and optimizing resource utilization. In this architectural model, serverless computing abstracts the underlying servers and infrastructure, allowing developers to focus primarily on code development and application logic. The architecture automatically manages the allocation and scaling of resources, making it an ideal choice for modern web applications where traffic patterns can be unpredictable and highly variable.
</p>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="project-nav">
<div class="container">
<div class="row">
<div class="col-lg-6 prev">
<p>
<ion-icon name="arrow-back" onclick="location.href='medic.html'"></ion-icon></p>
</div>
<div class="col-lg-6 next">
<p>
<ion-icon name="arrow-forward" onclick="location.href='todo.html'">next</ion-icon>
</p>
</div>
</div>
</div>
</div>
<div class="whitespace"></div>
<div class="footer">
<div class="container">
<br><br>
<div class="collab">
<div class="row">
<div class="col-lg-12">
<p class="wow fadeInUp">Would love to work with you. Send an Email.</p>
</div>
</div>
</div>
<br>
<div class="hr">
<div class="row"></div>
</div>
<br><br>
<div class="info ">
<div class="row ">
<div class="col-lg-4 " id="personal ">
<p class="wow fadeInUp">Connect with me</p>
<h4 class="wow fadeInUp" data-wow-delay="0.2s">LinkedIn : Hamid Rizvi</h4>
<br><br>
</div>
<div class="col-lg-4 " id="media ">
<p class="wow fadeInUp" data-wow-delay="0.2s">follow me</p>
<ul>
<li id="fb " class="wow fadeInUp" data-wow-delay="0.2s">fb: hamid rizvi</li>
<li id="ig " class="wow fadeInUp" data-wow-delay="0.6s">ig: hamidrizvi_</li>
<li id="tw " class="wow fadeInUp" data-wow-delay="0.8s">x.: hamidrizvi4</li>
</ul>
<br><br>
</div>
<div class="col-lg-4 " id="address ">
<p class="wow fadeInUp " data-wow-delay="0s ">say hello</p>
<h4 class="wow fadeInUp" data-wow-delay="0.2s">[email protected]</h4>
<br><br>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script type="text/javascript">
$("#toggle").click(function() {
$(this).toggleClass('on');
$("#resize").toggleClass("active");
});
$("#resize ul li a").click(function() {
$(this).toggleClass('on');
$("#resize").toggleClass("active");
});
$(".close-btn").click(function() {
$(this).toggleClass('on');
$("#resize").toggleClass("active");
});
TweenMax.from("#brand", 1, {
delay: 0.4,
y: 10,
opacity: 0,
ease: Expo.easeInOut
})
TweenMax.staggerFrom("#menu li a", 1, {
delay: 0.4,
opacity: 0,
ease: Expo.easeInOut
}, 0.1);
new WOW().init();
</script>
</body>
</html>