-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogs.html
More file actions
316 lines (291 loc) · 19.4 KB
/
blogs.html
File metadata and controls
316 lines (291 loc) · 19.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="HTML, CSS, JavaScript, Blogs, technical blog, non-technical blog, Supriya Minnasandram, Web developer">
<meta name="description" content="Technical and non-technical blogs">
<meta name="author" content="Supriya">
<meta name="Copyright" content="SupTECH">
<title>Supminn | Blogs</title>
<link rel="icon" href="images/favicon.png" type="image/png" sizes="16x16">
<link href="styles/stylesheet.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script defer src="./scripts/theme.js"></script>
</head>
<body>
<nav class="navigation container">
<div class="flex-container">
<b class="nav-brand">SupTECH</b>
<i class="btn-theme far fa-moon"></i>
</div>
<ul class="list-non-bullet nav-pills flex-mobile">
<li class="list-item-inline">
<a aria-label="home" class="link" href="/"><i class="fas fa-home"></i><span class="web-desc">
Home</span></a>
</li>
<li class="list-item-inline">
<a aria-label="projects" class="link" href="/projects.html"><i class="fas fa-tablet-alt"></i><span
class="web-desc">
Projects</span></a>
</li>
<li class="list-item-inline">
<a aria-label="blogs" class="link link-active" href="/blogs.html"><i class="fas fa-newspaper"></i><span
class="web-desc">
Blogs</span></a>
</li>
<li class="list-item-inline">
<a aria-label="blogs" class="link" href="/talks.html"><i class="fas fa-chalkboard-teacher"></i><span
class="web-desc">
Talks</span></a>
</li>
</ul>
</nav>
<div class="content-container">
<header class="hero">
<img class="hero-img" src="images/blogs.svg" alt="hero" />
<h1 class="hero-heading">Blogs written by <span class="heading-inverted"> Supriya</span></h1>
</header>
<!-- <section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> title</h1>
<small>Created on: date</small>
<p>Description with <b>highlights</b>. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="">Hashnode</a>
<a class="link link-secondary" href="" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section> -->
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Decoding StyleX: Meta's Cutting-Edge Styling System</h1>
<small>Created on: 10th November 2024</small>
<p>Lets understand the latest styling systems in town, created by <b>Meta</b>. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/decoding-stylex">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/decoding-stylex-metas-cutting-edge-styling-system-1d8l" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Module Federation using ViteJS</h1>
<small>Created on: 5th January 2024</small>
<p>Step into the Micro-frontend architecture with <b>ViteJS</b>. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/module-federation-using-vitejs">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/module-federation-using-vitejs-step-into-the-micro-frontend-architecture-2peb" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> An Introduction to Monorepos: Simplifying Code Management</h1>
<small>Created on: 13th December 2023</small>
<p>My experiences with lerna upgrade and <b>Nx workspaces</b>. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/an-introduction-to-monorepos">Hashnode</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Introduction to React Server Components</h1>
<small>Created on: 29th July 2023</small>
<p>Understand how we can work with <b>React Server Components</b>. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/introduction-to-react-server-components">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/introduction-to-react-server-components-394" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i>Simplify your lists using CSS Counters</h1>
<small>Created on: 14th June 2023</small>
<p>Learn how to use <b>counter-increment</b> and <b>counter-reset</b> to style your lists with ease. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/introduction-to-css-counters">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/simplify-your-lists-using-css-counters-9m8" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> My learnings from the Hashnode Bootcamp</h1>
<small>Created on: 3rd May 2023</small>
<p>In this article, I've outlined my takeaways from <b>Hashnode's Technical Bootcamp</b>.
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/my-learnings-from-hashnode-bootcamp">Hashnode</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Setting up React Native development environment</h1>
<small>Created on: 22nd April 2023</small>
<p>I've recently started learning React Native. This blog outlines the <b>challenges</b> I encountered when setting up the development environment and how I worked to <b>resolve</b> them. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/setting-up-react-native-development-environment">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/setting-up-react-native-development-environment-3mjl" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Pointer Events in JavaScript</h1>
<small>Created on: 4th March 2023</small>
<p>This article helps us understand how <b>Pointer Capture</b> event works in JavaScript. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/pointer-events-in-javascript">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/pointer-events-in-javascript-1lol" rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> What are Progressive Web Applications? Get started with
creating PWA</h1>
<small>Created on: 25th June 2022</small>
<p>During the past 2 weeks, I learnt about converting one of the web app module into PWA at work. I created
this article to document my learning. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/what-are-progressive-web-applications-get-started-with-creating-pwa">Hashnode</a>
<a class="link link-secondary"
href="https://dev.to/supminn/what-are-progressive-web-applications-get-started-with-creating-pwa-184b"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Introduction to Web Performance</h1>
<small>Created on: 17th June 2022</small>
<p>I decided to write this article in order to share my learnings with respect to <b>web performance</b> and
their metrics. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/introduction-to-web-performance">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/introduction-to-web-performance-bk6"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Combining multiple reducers in React</h1>
<small>Created on: 18th March 2022</small>
<p>When we create react apps with <b>useReducer</b> hook, we could maintain clean code practices by creating
multiple reducers. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/combining-multiple-reducers-in-react">Hashnode</a>
<a class="link link-secondary"
href="https://dev.to/supminn/combining-multiple-reducers-in-react-3ple"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> My journey on building a full-stack application</h1>
<small>Created on: 20th February 2022</small>
<p>In this article, I have discussed about one of the projects that I developed while learning full stack
web develpment. This blog was written as a participation for Netlify x Hashnode hackathon. Give it a
read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/my-journey-on-building-a-full-stack-application">Hashnode</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Add this key feature to your eCommerce application in 3 simple
steps</h1>
<small>Created on: 25th December 2021</small>
<p>In this article, we will learn how to implement the eCommerce checkout section and integrations with
<b>Stripe</b> payment gateway. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/add-this-key-feature-to-your-ecommerce-application-in-3-simple-steps">Hashnode</a>
<a class="link link-secondary"
href="https://dev.to/supminn/add-this-key-feature-to-your-ecommerce-application-in-3-simple-steps-4cok"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Promisification</h1>
<small>Created on: 17th June 2021</small>
<p>In this article, we will learn how to write our implementation of <b>util.promisify()</b>. Give it a read
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/polyfill-for-promisify">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/polyfill-for-promisify-g9b"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> UseState - React Hook</h1>
<small>Created on: 17th May 2021</small>
<p>Introduction to hooks in react with the <strong>useState</strong> hook. It is the most basic hook used to
create a staeful functional component in react. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/usestate-react-hook">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/usestate-react-hook-pd"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Garbage Collection in JavaScript</h1>
<small>Created on: 6th February 2021</small>
<p>Understand how <strong>memory management</strong> takes place in JavaScript. Give it a read!
<div class="flex-container"> <a class="link link-secondary"
href="https://supminn.hashnode.dev/garbage-collection-in-javascript" rel="noopener noreferrer"
target="_blank">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/garbage-collection-in-javascript-56e0"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Get started with functions in JavaScript</h1>
<small>Created on: 7th January 2021</small>
<p>Understand the basics of <strong>defining</strong> and <strong>calling</strong>. Give it a read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/functions-in-javascript">Hashnode</a>
<a class="link link-secondary"
href="https://dev.to/supminn/get-started-with-functions-in-javascript-479h"
rel="noopener noreferrer" target="_blank">Dev.to</a></div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Minion translation webapp</h1>
<small>Created on: 15th December 2020</small>
<p>Learn to create the <strong>minions</strong> translation app using <strong>JavaScript</strong> Give it a
read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/develop-the-minion-translation-web-app">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/develop-the-minion-translation-web-app-14n3"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Introduction to Qlik Sense</h1>
<small>Created on: 7th December 2020</small>
<p>Learn to create your <strong>dashboard</strong> on Qlik sense, one of the best BI software. Give it a
read!
<div class="flex-container"> <a class="link link-secondary" rel="noopener noreferrer" target="_blank"
href="https://supminn.hashnode.dev/qlik-sense-dashboard-development">Hashnode</a>
<a class="link link-secondary" href="https://dev.to/supminn/qlik-sense-dashboard-development-5556"
rel="noopener noreferrer" target="_blank">Dev.to</a>
</div>
</section>
<section class="section container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Beautify with CSS</h1>
<small>Created on: 4th December 2020</small>
<p><strong>Enhance</strong> the appearance of your webapp using a vast ocean of CSS.</p>
<a class="link link-secondary" href="blog-on-css.html">Let's Go!</a>
</section>
<section class="section off-white container-center">
<h1><i class="fas fa-chalkboard-teacher"></i> Beginning with HTML</h1>
<small>Created on: 3rd December 2020</small>
<p>Learn to create your first <strong>webpage</strong>. Give it a read!</p>
<a class="link link-secondary" href="blog-on-html.html">Let's Go!</a>
</section>
</div>
<footer class="footer">
<div class="footer-header">Social media presence</div>
<ul class="social-links list-non-bullet">
<li class="list-item-inline">
<a aria-label="github" class="link" href="https://github.com/supminn" rel="noopener noreferrer"
target="_blank">
<i class="fab fa-lg fa-github"></i><span class="web-desc"> Github</span>
</a>
</li>
<li class="list-item-inline">
<a aria-label="twitter" class="link" rel="noopener noreferrer" target="_blank"
href="https://twitter.com/supminn">
<i class="fab fa-lg fa-twitter"></i><span class="web-desc"> Twitter</span>
</a>
</li>
<li class="list-item-inline">
<a aria-label="linkedin" class="link" rel="noopener noreferrer" target="_blank"
href="https://www.linkedin.com/in/supminn">
<i class="fab fa-lg fa-linkedin-in"></i><span class="web-desc"> Linkedin</span>
</a>
</li>
</ul>
<small>Copyright © 2020 SupTECH</small>
</footer>
</body>
</html>