-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogs.html
234 lines (200 loc) · 13 KB
/
blogs.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
<!--
Note: This is a very essential project. Please handle the files and the program carefully.
Please find the appropriate section before editing the code.
The Recommendation section is commented but hopefully will be needed to be updated.
I agree that all the code written below that is not fully written by me some parts are influnced by the codes in the other repositories.
email me: [email protected]
-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kaiwalya Koparkar | Blog</title>
<meta name="description" />
<!--Seo Element starts here-->
<meta name="google-site-verification" content="CCdRdGi4mcQEMv_Q4-K8uQwAU59lbJEycK-zBCBX4q0">
<meta name="description"
content="I am a Full Stack Developer with experience building open source projects. One of my biggest strengths is the development and delivering big ideas that amaze people's minds. I am fond of solving complex problems encountered in daily life. I love to convert my dreams into efficient code.">
<meta name="keywords"
content="Full stack developer, Software Engineer, Java, C++, Python, Machine Learning, Flutter, Front end Development, Back end development, Data Strctures and Algorithms, OOP, OS, DBMS, Computer Networking, System Architecture, Compilers, Dynamic Programming,Microsoft Visual Studio,Sublime, Pycharm, IntelliJ, GitHub, Git, Notion, Android Studio, Linux, Windows, Bootstrap, SQL, Firebase, Microsoft, Google Developer, Google Explore AI /ML, Deloitte, JP Morgan Chase & co. , Cisco, IBM">
<meta name="author" content="Kaiwalya Koparkar">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Kaiwalya Koparkar">
<meta property="og:url" content="index.html">
<meta property="og:image" content="images/icon.png">
<meta property="og:site_name" content="Kaiwalya Koparkar">
<meta property="og:description"
content="I am a Full Stack Developer with experience building open source projects. One of my biggest strengths is the development and delivering big ideas that amaze people's minds. I am fond of solving complex problems encountered in daily life. I love to convert my dreams into efficient code">
<!--Seo Element ends here-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="css/aos.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<link rel="icon" href="images/icon.png" sizes="32x32" type="icon1.png">
</head>
<!--Navbar section starts here-->
<body id="top">
<header>
<div class="profile-page sidebar-collapse">
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent bg-primary" color-on-scroll="400">
<div class="container">
<div class="navbar-translate"><a class="navbar-brand" href="#about" rel="tooltip">Kaiwalya
Koparkar</a>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse"
data-target="#navigation" aria-controls="navigation" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span></button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link smooth-scroll" href="index.html">About</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="index.html">Skills</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="index.html">My Work</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="index.html">Experience</a>
</li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="index.html">Contact</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="blogs.html">Blogs</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--Navbar section ends here-->
<div class="page-content">
<div>
<div class="profile-page">
<div class="wrapper">
<div class="page-header page-header-small" filter-color="green">
<div class="page-header-image" data-parallax="true" style="background-image: url('images/blog.jpg');">
</div>
<div class="container">
<div class="content-center">
<div class="h2 title">Read My Newest of Blogs</div>
<p class="category text-white">Motivational | Educational | Informative</p>
</div>
</div>
<div class="section">
<div class="container">
<div class="button-container">
<a class="btn btn-default btn-round btn-lg btn-icon" href="#article"
rel="tooltip" title="Go to all the Articles on the Hotest Topics"><i class="fa fa-angle-down"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Blog / Articles section starts here-->
<!--Seeing World Through Engineers Vision-->
<div class="section" id="article">
<div class="container cc-education">
<div class="h4 text-center mb-4 title">Latest Articles / Blogs</div>
<!--For extending education card-->
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50"
data-aos-duration="500">
<div class="card-body cc-education-header">
<p>15 Oct 2020</p>
<div class="h5">Motivational</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">Seeing World Through An Engineer's Vision</div>
<p class="category">Medium</p>
<p>We all have a vision as per our goal and interests. But if you ask an engineer about his vision you will realize that
every vision has potential in itself to change the world. An engineer’s mind is a mixture of logical, analytical, and
creative thinking. <a href="https://medium.com/@kaiwalyakoparkar/seeing-the-world-through-an-engineers-vision-3e4c6489d3a8">Read More...</a>
</p>
</div>
</div>
</div>
</div>
<!--Github for intermidiates-->
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>25 May 2020</p>
<div class="h5">Informative</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">GitHub For Intermidiate...</div>
<p class="category">Medium</p>
<p> In last article we saw how can we create our github account and publish our first girhub repository.
Today we will see
few more concepts about github.
<a href="https://medium.com/@kaiwalyakoparkar/github-for-intermidiates-573f1d07ef96">Read
More...
</a>
</p>
</div>
</div>
</div>
</div>
<!--Github for intermidiates-->
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>24 May 2020</p>
<div class="h5">Informative</div>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5">GitHub For Beginners...</div>
<p class="category">Medium</p>
<p> Do you know GitHub? No? No worries. I will tell you everything about it.
What is GitHub?
Basically GitHub is a code hosting platform for collaboration and version control. Now what is version control?
<a
href="https://medium.com/@kaiwalyakoparkar/github-for-beginners-f0e2453dfe79">Read
More...
</a>
</p>
</div>
</div>
</div>
</div>
<!--Blog/ Articles section ends here-->
<!--Footer section starts here-->
<footer class="footer">
<div class="h4 title text-center">Kaiwalya Koparkar</div>
<div class="h6 title text-center">" Engineering Smiles... <i class="fa fa-smile-o fa-1.5x"
aria-hidden="true"></i> "</div>
<div class="text-center text-muted">
<p>Copyrights © 2020 kaiwalya koparkar</p>
<p>Made with <i class="fa fa-heart" aria-hidden="true"></i> in India </p>
</div>
<div class="container text-center">
<a class="cc-facebook btn btn-link" href="https://github.com/kaiwalyakoparkar" target="_blank"><i
class="fa fa-github fa-2x " aria-hidden="true"></i></a>
<a class="cc-twitter btn btn-link " href="https://www.linkedin.com/in/kaiwalyakoparkar/" target="_blank"><i
class="fa fa-linkedin fa-2x " aria-hidden="true"></i></a>
<a class="cc-google-plus btn btn-link"
href="https://wa.me/918975650741?text=Hi,%20I'm%20from%20your%20website.%20Need%20to%20talk%20urgently!"
target="_blank"><i class="fa fa-whatsapp fa-2x" aria-hidden="true"></i></a>
<a class="cc-instagram btn btn-link" href="https://twitter.com/kaiwalya_13" target="_blank"><i
class="fa fa-twitter fa-2x " aria-hidden="true"></i></a>
</div>
<!--Footer section ends here-->
</footer>
<script src="js/core/jquery.3.2.1.min.js"></script>
<script src="js/core/popper.min.js"></script>
<script src="js/core/bootstrap.min.js"></script>
<script src="js/now-ui-kit.js?v=1.1.0"></script>
<script src="js/aos.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>