-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
323 lines (238 loc) · 17.3 KB
/
index.html
File metadata and controls
323 lines (238 loc) · 17.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146615969-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146615969-2');
</script>
<!-- Meta Tag -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ps0305</title>
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="images/favicon/favicon.ico"> -->
<link rel="apple-touch-icon" sizes="144x144" type="image/x-icon" href="images/favicon/apple-touch-icon.png">
<!-- All CSS Plugins -->
<link rel="stylesheet" type="text/css" href="css/plugin.css">
<!-- Main CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Web Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700">
</head>
<body>
<!-- Preloader Start -->
<div class="preloader">
<div class="rounder"></div>
</div>
<!-- Preloader End -->
<div id="main">
<div class="container">
<div class="row">
<!-- About Me (Left Sidebar) Start -->
<div class="col-md-3">
<div class="about-fixed">
<div class="my-pic">
<img src="images/pic/my-pic.png" alt="">
<a href="javascript:void(0)" class="collapsed" data-target="#menu" data-toggle="collapse"><i class="icon-menu menu"></i></a>
<div id="menu" class="collapse">
<ul class="menu-link">
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="my-detail">
<div class="white-spacing">
<h1>Pankaj Singh</h1>
<span>Self-taught Web Developer</span>
</div>
<ul class="social-icon">
<li>
<a href="https://github.com/ps0305" target="_blank" class="github">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="https://codepen.io/pankaj0305/" target="_blank" class="codepen">
<i class="fa fa-codepen"></i>
</a>
</li>
<li>
<a href="https://twitter.com/ps_0305" target="_blank" class="twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="" target="_blank" class="linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- About Me (Left Sidebar) End -->
<!-- Blog Post (Right Sidebar) Start -->
<div class="col-md-9">
<div class="col-md-12 page-body">
<div class="row">
<div class="sub-title">
<h2>My Blog</h2>
<a href="contact.html"><i class="icon-envelope"></i></a>
</div>
<div class="col-md-12 content-page">
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-title">
<a href="08122022.html"><h1>Better React Performance – When to Use the useCallback vs useMemo Hook</h1></a>
</div>
<div class="post-info">
<span>Dec 08, 2022 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>We all want to build powerful applications and avoid unnecessary renders. There are some hooks available to help with this, but you might not be sure about which one to use and when.</p>
<a href="08122022.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-title">
<a href="single.html"><h1>JavaScript Symbols, Iterators, Generators, Async/Await, - Explained Simply</h1></a>
</div>
<div class="post-info">
<span>June 04, 2018 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>Some JavaScript (ECMAScript) features are easier to understand than others. Generators look weird — like pointers in C/C++. Symbols manage to look like both primitives and objects at the same time.</p>
<a href="single.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-title">
<a href="second.html"><h1>JavaScript’s Filter Function</h1></a>
</div>
<div class="post-info">
<span>July 16, 2018 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>Class Inheritance: A class is like a blueprint — a description of the object to be created. Classes inherit from classes and create subclass relationships: hierarchical class taxonomies..</p>
<a href="second.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-image">
<img src="images/blog/1.jpg" alt="">
</div>
<div class="post-title">
<a href="single.html"><h1>What is a Closure?</h1></a>
</div>
<div class="post-info">
<span>June 05, 2018 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closures are created every time a function is created, at function creation time..</p>
<a href="single.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-title">
<a href="single.html"><h1>What is a Promise?</h1></a>
</div>
<div class="post-info">
<span>June 08, 2018 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>A promise is an object that may produce a single value some time in the future: either a resolved value, or a reason that it’s not resolved (e.g., a network error occurred). A promise may be in one of 3 possible states: fulfilled, rejected, or pending. Promise users can attach callbacks to handle the fulfilled value or the reason for rejection.</p>
<a href="single.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-title">
<a href="single.html"><h1>How to customize a wordpress theme entirely from scratch using a child theme?</h1></a>
</div>
<div class="post-info">
<span>November 23, 2016 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae ut ratione similique temporibus tempora dicta soluta? Qui hic, voluptatem nemo quo corporis dignissimos voluptatum debitis cumque fugiat mollitia quasi quod. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae ut ratione similique.</p>
<a href="single.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-image">
<img src="images/blog/2.jpg" alt="">
</div>
<div class="post-title">
<a href="single.html"><h1>What makes wordpress a unique and highly customizable platform from competitors?</h1></a>
</div>
<div class="post-info">
<span>November 23, 2016 / by <a href="#" target="_blank">Pankaj Singhr</a></span>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae ut ratione similique temporibus tempora dicta soluta? Qui hic, voluptatem nemo quo corporis dignissimos voluptatum debitis cumque fugiat mollitia quasi quod. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae ut ratione similique.</p>
<a href="single.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<!-- Blog Post Start -->
<div class="col-md-12 blog-post">
<div class="post-title">
<a href="single.html"><h1>What mistakes every beginner make, when they make website using bootstrap?</h1></a>
</div>
<div class="post-info">
<span>November 23, 2016 / by <a href="#" target="_blank">Pankaj Singh</a></span>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae ut ratione similique temporibus tempora dicta soluta? Qui hic, voluptatem nemo quo corporis dignissimos voluptatum debitis cumque fugiat mollitia quasi quod. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestiae ut ratione similique.</p>
<a href="single.html" class="button button-style button-anim fa fa-long-arrow-right"><span>Read More</span></a>
</div>
<!-- Blog Post End -->
<div class="col-md-12 text-center">
<a href="javascript:void(0)" id="load-more-post" class="load-more-button">Load</a>
<div id="post-end-message"></div>
</div>
</div>
</div>
<!-- Subscribe Form Start -->
<div class="col-md-8 col-md-offset-2">
<form id="mc-form" method="post" action="#">
<div class="subscribe-form margin-top-20">
<input id="mc-email" type="email" placeholder="Email Address" class="text-input">
<button class="submit-btn" type="submit">Submit</button>
</div>
<p>Subscribe to my weekly newsletter</p>
<label for="mc-email" class="mc-label"></label>
</form>
</div>
<!-- Subscribe Form End -->
</div>
<!-- Footer Start -->
<div class="col-md-12 page-body margin-top-50 footer">
<footer>
<ul class="menu-link">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<p>© Copyright 2025 Pankaj Singh. All rights reserved</p>
</footer>
</div>
<!-- Footer End -->
</div>
<!-- Blog Post (Right Sidebar) End -->
</div>
</div>
</div>
<!-- Back to Top Start -->
<a href="#" class="scroll-to-top"><i class="fa fa-long-arrow-up"></i></a>
<!-- Back to Top End -->
<!-- All Javascript Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/plugin.js"></script>
<!-- Main Javascript File -->
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>