-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.html
434 lines (394 loc) · 20.9 KB
/
single.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>YUGANDHAR</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar ftco-navbar-light site-navbar-target" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">Yugandhar</a>
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse"
data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="index.html#home-section" class="nav-link"><span>Home</span></a></li>
<li class="nav-item"><a href="index.html#about-section" class="nav-link"><span>About</span></a></li>
<li class="nav-item"><a href="index.html#resume-section" class="nav-link"><span>Resume</span></a></li>
<li class="nav-item"><a href="index.html#services-section" class="nav-link"><span>Services</span></a></li>
<li class="nav-item"><a href="index.html#skills-section" class="nav-link"><span>Skills</span></a></li>
<li class="nav-item"><a href="index.html#projects-section" class="nav-link"><span>Projects</span></a></li>
<li class="nav-item"><a href="index.html#blog-section" class="nav-link"><span>My Blog</span></a></li>
<li class="nav-item"><a href="index.html#contact-section" class="nav-link"><span>Contact</span></a></li>
</ul>
</div>
</div>
</nav>
<section class="hero-wrap js-fullheight" style="background-image: url('images/bg_1.jpg');"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-end justify-content-center">
<div class="col-md-12 ftco-animate pb-5 mb-3 text-center">
<h1 class="mb-3 bread">Welcome To My Blog.👋🏻</h1>
<p class="breadcrumbs"><span class="mr-2"><a href="index.html">Home <i
class="ion-ios-arrow-forward"></i></a></span> <span class="mr-2"><a
href="index.html#blog-section">Blog <i class="ion-ios-arrow-forward"></i></a></span> <span> <a
href="https://yugandhardasari.hashnode.dev/">Blog Single <i
class="ion-ios-arrow-forward"></i></a></span></p>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container">
<div class="row">
<div class="col-lg-8 ftco-animate">
<h2 class="mb-3">How do I become a professional software developer?</h2>
<p>For a career in software development, you'll need a solid foundation in programming languages. Four you
might consider mastering include Java, Python, C++, and Scala. Python is widely considered one of the easier
languages to learn, which makes it a great place to start if you're new to programming.Write each line of
code multiple times. ...
Practice code in different environments. ...
Practice unit testing. ...
Improve soft programming skills. ...
Sign up for newsletters. ...
Read code. ...
Rewrite your code when you learn something new. ...
Contribute to the open-source community.</p>
<p>
<img src="images/image_3.jpg" alt="" class="img-fluid">
</p>
<p>Amazon Web Services offers a broad set of global cloud-based products including compute, storage,
databases, analytics, networking, mobile, developer tools, management tools, IoT, security, and enterprise
applications: on-demand, available in seconds, with pay-as-you-go pricing!</p>
<h2 class="mb-3 mt-5">How does AWS work behind the scenes?</h2>
<p>AWS is responsible for managing the underlying infrastructure of their cloud services. This includes the
physical security of their data centers, as well as the security of the hardware and software that runs
their services. AWS is also responsible for managing the availability and performance of their services.</p>
<p>
<img src="images/image_4.jpg" alt="" class="img-fluid">
</p>
<p>What is REST API and SOAP API?
**SOAP and REST are two different approaches to API design. The SOAP approach is highly structured and uses
XML data format. REST is more flexible and allows applications to exchange data in multiple formats.</p>
<p>Overview. A REST API (also known as RESTful API) is an application programming interface (API or web API)
that conforms to the constraints of REST architectural style and allows for interaction with RESTful web
services. REST stands for representational state transfer and was created by computer scientist Roy
Fielding..</p>
<p>Social media sites like Twitter, Facebook use REST APIs to integrate with third-party applications and
allow posting updates. Ridesharing apps like Uber and Lyft use REST APIs to coordinate cars, obtain maps,
fares and location data!</p>
<p>Working: A request is sent from client to server in the form of a web URL as HTTP GET or POST or PUT or
DELETE request. After that, a response comes back from the server in the form of a resource which can be
anything like HTML, XML, Image, or JSON. But now JSON is the most popular format being used in Web Services.
</p>
<div class="tag-widget post-tag-container mb-5 mt-5">
<div class="tagcloud">
<a href="https://www.wea.org.uk/news-views/blog/life-skills/budgeting/20-life-hacks-simplify-your-day"
class="tag-cloud-link">Life</a>
<a href="https://betway.com/en/sports" class="tag-cloud-link">Sport</a>
<a href="https://www.computerworld.com/in/" class="tag-cloud-link">Tech</a>
<a href="https://internationalyouthclub.org/" class="tag-cloud-link">Travel</a>
</div>
</div>
<div class="about-author d-flex p-4 bg-dark">
<div class="bio mr-5">
<img src="images/bg-1.png" alt="Image placeholder" class="img-fluid mb-4">
</div>
<div class="desc">
<h3>Yugandhar Dasari</h3>
<p>Why is information technology important in business?</p>
<p>One of the most important benefits of information technology is that it makes business processes more
efficient. From basic to advanced activities, we rely on technology to make our jobs easier. Think of
how long it would take to perform even the simplest tasks without a computer! Video conferencing is a
great example.</p>
</div>
</div>
<div class="pt-5 mt-5">
<h3 class="mb-5">6 Comments</h3>
<ul class="comment-list">
<li class="comment">
<div class="vcard bio">
<img src="images/person_1.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Marc Joe</h3>
<div class="meta">June 24, 2022 at 2:21pm</div>
<p>Exactly💯</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
</li>
<li class="comment">
<div class="vcard bio">
<img src="images/person_2.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>John jee</h3>
<div class="meta">June 20, 2023 at 2:21pm</div>
<p>Its great words</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
<ul class="children">
<li class="comment">
<div class="vcard bio">
<img src="images/person_3.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>Jacky</h3>
<div class="meta">June 20, 2022 at 2:21pm</div>
<p>well said 🚀</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
<ul class="children">
<li class="comment">
<div class="vcard bio">
<img src="images/person_4.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>marcuz</h3>
<div class="meta">June 20, 2021 at 2:21pm</div>
<p>useful💯</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
<ul class="children">
<li class="comment">
<div class="vcard bio">
<img src="images/bg-4.png" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>yogesh</h3>
<div class="meta">June 20, 2020 at 2:21pm</div>
<p>absolutely.🤞🏻</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="comment">
<div class="vcard bio">
<img src="images/staff-2.jpg" alt="Image placeholder">
</div>
<div class="comment-body">
<h3>martin</h3>
<div class="meta">June 20, 2019 at 2:21pm</div>
<p>great 💯</p>
<p><a href="#" class="reply">Reply</a></p>
</div>
</li>
</ul>
<!-- END comment-list -->
<div class="comment-form-wrap pt-5">
<h3 class="mb-5">Leave a comment</h3>
<form action="#" class="p-5 bg-dark">
<div class="form-group">
<label for="name">Name *</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email *</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="website">Website</label>
<input type="url" class="form-control" id="website">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="" id="message" cols="30" rows="10" class="form-control"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Post Comment" class="btn py-3 px-4 btn-primary">
</div>
</form>
</div>
</div>
</div> <!-- .col-md-8 -->
<div class="col-lg-4 sidebar ftco-animate">
<div class="sidebar-box">
<form action="#" class="search-form">
<div class="form-group">
<span class="icon icon-search"></span>
<input type="text" class="form-control" placeholder="Type a keyword and hit enter">
</div>
</form>
</div>
<div class="sidebar-box ftco-animate">
<h3 class="heading-sidebar">Categories</h3>
<ul class="categories">
<li><a href="#">Interior Design <span>(12)</span></a></li>
<li><a href="#">Exterior Design <span>(22)</span></a></li>
<li><a href="#">Industrial Design <span>(37)</span></a></li>
<li><a href="#">Landscape Design <span>(42)</span></a></li>
</ul>
</div>
<div class="sidebar-box ftco-animate">
<h3 class="heading-sidebar">Recent Blog</h3>
<div class="block-21 mb-4 d-flex">
<a class="blog-img mr-4" style="background-image: url(images/staff-1.jpg);"></a>
<div class="text">
<h3 class="heading"><a
href="https://leadgenera.com/knowledge-hub/lead-generation/why-is-lead-generation-important-to-business/">Why
Lead Generation is Key for Business Growth?</a></h3>
<div class="meta">
<div><a href="#"><span class="icon-calendar"></span> Feb 12, 2024</a></div>
<div><a href="#"><span class="icon-person"></span> Admin</a></div>
<div><a href="#"><span class="icon-chat"></span> 19</a></div>
</div>
</div>
</div>
<div class="block-21 mb-4 d-flex">
<a class="blog-img mr-4" style="background-image: url(images/staff-3.jpg);"></a>
<div class="text">
<h3 class="heading"><a
href="https://www.hp.com/hk-en/shop/tech-takes/post/cpu-cores-how-many-do-i-need">CPU Cores: How
Many Do I Need?</a></h3>
<div class="meta">
<div><a href="#"><span class="icon-calendar"></span> Jan 15, 2023</a></div>
<div><a href="#"><span class="icon-person"></span> Admin</a></div>
<div><a href="#"><span class="icon-chat"></span> 19</a></div>
</div>
</div>
</div>
<div class="block-21 mb-4 d-flex">
<a class="blog-img mr-4" style="background-image: url(images/staff-2.jpg);"></a>
<div class="text">
<h3 class="heading"><a
href="https://www.techtarget.com/searchsoftwarequality/definition/Pair-programming">What do you know
about pair programming?</a></h3>
<div class="meta">
<div><a href="#"><span class="icon-calendar"></span> March 12, 2023</a></div>
<div><a href="#"><span class="icon-person"></span> Admin</a></div>
<div><a href="#"><span class="icon-chat"></span> 19</a></div>
</div>
</div>
</div>
</div>
<div class="sidebar-box ftco-animate">
<h3 class="heading-sidebar">Tag Cloud</h3>
<div class="tagcloud">
<a href="#" class="tag-cloud-link">house</a>
<a href="#" class="tag-cloud-link">office</a>
<a href="#" class="tag-cloud-link">building</a>
<a href="#" class="tag-cloud-link">land</a>
<a href="#" class="tag-cloud-link">table</a>
<a href="#" class="tag-cloud-link">interior</a>
<a href="#" class="tag-cloud-link">exterior</a>
<a href="#" class="tag-cloud-link">industrial</a>
</div>
</div>
<div class="sidebar-box ftco-animate">
<h3 class="heading-sidebar">Developer</h3>
<p>We create diagrams that help programmers write computer code. Software developers create the computer
applications that allow users to do specific tasks and the underlying systems that run the devices or
control networks.</p>
</div>
</div>
</div>
</div>
</section> <!-- .section -->
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">About</h2>
<p>Far far away, behind the Cell Towers, far from the sklm Vokalia and India, there live in the Villa</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="https://twitter.com"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="https://www.facebook.com"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">Links</h2>
<ul class="list-unstyled">
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Home</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>About</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Services</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Projects</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Contact</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Services</h2>
<ul class="list-unstyled">
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Web Design</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Web Development</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Business Strategy</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>Data Analysis</a></li>
<li><a href="#"><span class="icon-long-arrow-right mr-2"></span>UI Design</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">203 KBM , Sklm, Andhrapradesh,
Vishakapatnam, INDIA</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">+91 6305341231</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span
class="text">info@yourdomain.com</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved |
<i class="icon-heart color-danger" aria-hidden="true"></i> by <a href="#" target="_blank"> Yugandhar
Dasari</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>