forked from Real-Dev-Squad/website-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent-APIs-made-Easier-April-2021.html
136 lines (128 loc) · 4.11 KB
/
event-APIs-made-Easier-April-2021.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Upcoming Events" />
<meta
property="og:description"
content="Events on APIs and Basics of Backend"
/>
<meta
property="og:image"
content="https://realdevsquad.com/img/events/Swaraj_Ankur_Poster.png"
/>
<meta property="og:url" content="https://realdevsquad.com/events.html" />
<meta
name="keywords"
content="Web, JavaScript, New Developers, Developers, Conference, Social, Community, Software Dev, Coaching, Mentoring, Speakers"
/>
<meta
name="description"
content="Building backend services can be challenging, but at Real Dev Squad, our members tackle interesting problems regularly."
/>
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<title>APIs made Easier</title>
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/events.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400&display=swap"
rel="stylesheet"
/>
<script src="/js/analytics.js"></script>
</head>
<body>
<header>
<a href="https://realdevsquad.com/" rel="noopener noreferrer">
<img
class="logo-img"
src="img/Real-Dev-Squad@1x.png"
alt="Real Dev Squad logo"
/>
</a>
</header>
<main>
<section class="event-details">
<h2 class="event-upcoming">Upcoming Events</h2>
<h1 class="event-title">APIs made Easier</h1>
<h3 class="event-date-time">Sunday, April 25th, 12:00pm IST</h3>
</section>
<div class="session-wrapper">
<div class="session-info">
<h1 class="topic-name">APIs made Easier</h1>
<h2 class="speaker-name">
Swaraj Rajpure
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/swarajrajpure/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">App Owner | My Site</h3>
<ul>
<li>NoSQL</li>
<li>Google Firestore</li>
<li>Setup</li>
<li>CRUD basics</li>
</ul>
<h2 class="speaker-name">
Ankur Narkhede
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/ankurnarkhede/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">App Owner | Backend</h3>
<ul>
<li>Using Postman</li>
<li>API Testing</li>
<li>Monitoring</li>
<li>Documentation</li>
<li>Mocking</li>
</ul>
</div>
</div>
</main>
<footer>
<h3 class="info-note">
To know how this page is getting developed, join our Discord Channel.
Contact one of the existing
<a
href="https://members.realdevsquad.com"
target="_blank"
rel="noopener noreferrer"
>members.</a
>
</h3>
<p class="info-repo">
The contents of this website are deployed from this
<a
href="https://github.com/Real-Dev-Squad/website"
target="_blank"
rel="noopener noreferrer"
>
open sourced repo
</a>
</p>
</footer>
<script src="js/darkmode.js"></script>
</body>
</html>