-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
429 lines (429 loc) · 21.6 KB
/
Copy pathexample.html
File metadata and controls
429 lines (429 loc) · 21.6 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
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
<!doctype html><html lang=en>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=home href=https://nextjsvietnam.com>
<meta name=generator content="jsguru cms">
<link rel=stylesheet href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap">
<link rel=stylesheet href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel=stylesheet href=https://nextjsvietnam.com/themes/2022/public/main.css>
<link rel=stylesheet href=https://nextjsvietnam.com/themes/2022/public/home.css>
<link rel=stylesheet href=https://nextjsvietnam.com/themes/2022/public/page.css>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RWE4MLJYE6"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag('js',new Date),gtag('config','G-RWE4MLJYE6')</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1642510310947288" crossorigin=anonymous></script>
<title>NextJSVietNam | Useful NodeJS Tricks, JavaScript Tips, Tricks and Best Practices</title>
<meta name=robots content="all">
<meta name=keywords content="Nodejs Tricks,Javascript Tips">
<meta name=description content="NodeJS Tricks, JavaScript Tips to Make You a Better Programmer">
<meta property="og:type" content="website">
<meta property="og:image" content="https://nextjsvietnam.com/themes/2022/src/assets/images/logo.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="750">
<meta property="og:image:height" content="300">
<link rel=apple-touch-icon sizes=57x57 href=/apple-icon-57x57.png>
<link rel=apple-touch-icon sizes=60x60 href=/apple-icon-60x60.png>
<link rel=apple-touch-icon sizes=72x72 href=/apple-icon-72x72.png>
<link rel=apple-touch-icon sizes=76x76 href=/apple-icon-76x76.png>
<link rel=apple-touch-icon sizes=114x114 href=/apple-icon-114x114.png>
<link rel=apple-touch-icon sizes=120x120 href=/apple-icon-120x120.png>
<link rel=apple-touch-icon sizes=144x144 href=/apple-icon-144x144.png>
<link rel=apple-touch-icon sizes=152x152 href=/apple-icon-152x152.png>
<link rel=apple-touch-icon sizes=180x180 href=/apple-icon-180x180.png>
<link rel=icon type=image/png sizes=192x192 href=/android-icon-192x192.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=icon type=image/png sizes=96x96 href=/favicon-96x96.png>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=manifest href=/manifest.json>
<meta name=msapplication-TileColor content="#ffffff">
<meta name=msapplication-TileImage content="/ms-icon-144x144.png">
<meta name=theme-color content="#ffffff">
</head>
<body class=body-nav-fixed>
<nav class="nav-fixed nav-default z-50">
<div class=container>
<div class="nav-container flex flex-wrap justify-between items-center">
<a href=https://nextjsvietnam.com class="nav-brand inline-block">
<img class=h-12 src=https://nextjsvietnam.com/themes/2022/src/assets/images/logo.png alt=Stunning>
</a>
<a href=javascript:void(0); data-menu=#menu-main_menu class=nav-menu-toggle><span class=material-icons>menu</span></a>
<ul id=menu-main_menu class="nav-menu h-0 md:h-auto">
<form class="nav-menu-search-bar md:hidden relative">
<button class="nav-menu-search-bar-search-btn absolute h-full"><svg class="w-3 h-3 text-gray-600" fill="currentcolor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.32 14.9l5.39 5.4a1 1 0 01-1.42 1.4l-5.38-5.38a8 8 0 111.41-1.41zM10 16a6 6 0 100-12 6 6 0 000 12z"/></svg>
</button>
<input name=s type=text class=w-full>
</form>
<li class=nav-menu-item>
<a class=nav-menu-link href=https://nextjsvietnam.com/categories/systemdesign>System Design
<span class=material-icons>keyboard_arrow_down</span>
</a>
<ul class=sub-menu>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/software-architecture>Software Architecture</a></li>
</ul>
</li>
<li class=nav-menu-item>
<a class=nav-menu-link href=https://nextjsvietnam.com/categories/cheatsheet>Cheatsheet
<span class=material-icons>keyboard_arrow_down</span>
</a>
<ul class=sub-menu>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/nestjs-examples>NestJS Examples</a></li>
</ul>
</li>
<li class=nav-menu-item>
<a class=nav-menu-link href=https://nextjsvietnam.com/categories/frameworks>Frameworks
<span class=material-icons>keyboard_arrow_down</span>
</a>
<ul class=sub-menu>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/nestjs>NestJS</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/reactjs>ReactJS</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/nextjs>NextJS</a></li>
</ul>
</li>
<li class=nav-menu-item>
<a class=nav-menu-link href=https://nextjsvietnam.com>Tutorials
<span class=material-icons>keyboard_arrow_down</span>
</a>
<ul class=sub-menu>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/nestjs-tutorial>NestJS Tutorial</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/reactjs-tutorial>ReactJS Tutorial</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://nextjsvietnam.com/categories/nextjs-tutorial>NextJS Tutorial</a></li>
</ul>
</li>
<li class=nav-menu-item>
<a class=nav-menu-link href=https://nextjsvietnam.com>Tools
<span class=material-icons>keyboard_arrow_down</span>
</a>
<ul class=sub-menu>
<li class=nav-menu-item><a class=nav-menu-link href=https://regex101.com/>Online Regex</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=http://www.bashoneliners.com/>Bash Online</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://www.epochconverter.com/>Unix Timestamp Conversion</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://ryanstutorials.net/bash-scripting-tutorial/>Bash Scripting</a></li>
<li class=nav-menu-item><a class=nav-menu-link href=https://explainshell.com/>Explain Shell</a></li>
</ul>
</li>
<form class="nav-menu-search-bar hidden md:flex relative">
<button class="nav-menu-search-bar-search-btn absolute h-full"><svg class="w-3 h-3 text-gray-600" fill="currentcolor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.32 14.9l5.39 5.4a1 1 0 01-1.42 1.4l-5.38-5.38a8 8 0 111.41-1.41zM10 16a6 6 0 100-12 6 6 0 000 12z"/></svg>
</button>
<input name=s type=text class=w-full>
</form>
</ul>
</div>
</div>
</nav>
<main>
<main>
<section class="container section hero-section">
<h1 class=hero-section-heading>Useful NodeJS Tricks, JavaScript Tips, Tricks and Best Practices</h1>
<div class=hero-section-content>
<h2>NodeJS Tricks, JavaScript Tips to Make You a Better Programmer</h2>
<ul>
<li>NestJS, Loopback Tutorials</li>
<li>VueJS, Angular, ReactJS Tips</li>
<li>NextJS, NuxtJS Free Templates</li>
</ul>
</div>
</section>
<section class="container section news-section clearfix">
<div data-content=newsfeature>
<div class=clear-fix>
<article class="card-post card-post-feature">
<a href=https://nextjsvietnam.com/post/100-frontend-interview-questions/>
<img src=https://nextjsvietnam.com/common/no-image.png alt="100 Frontend Interview Questions">
</a>
<h2 class=card-post-title>
<a href=https://nextjsvietnam.com/post/100-frontend-interview-questions/>100 Frontend Interview Questions</a>
</h2>
<div class=card-post-description>
100 Frontend Interview Questions from beginner to professional
</div>
</article>
<article class="card-post card-post-picked">
<a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai-06-viet-unit-test/>
<img src=https://user-images.githubusercontent.com/31009750/181449337-70081a76-5a01-4229-805e-39ed0ded6b5b.png alt="Khóa học NestJS - Bài 06 Hướng dẫn viết Unit Test">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai-06-viet-unit-test/>Khóa học NestJS - Bài 06 Hướng dẫn viết Unit Test</a>
</h3>
</article>
<article class="card-post card-post-picked">
<a href=https://nextjsvietnam.com/post/khoa-hoc-reactjs-bai-03/>
<img src=https://user-images.githubusercontent.com/31009750/246856332-ece36caa-82ef-4a4f-86d9-9dad4a108929.png alt="Khóa học ReactJS - Bài 03 - Props và States">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/khoa-hoc-reactjs-bai-03/>Khóa học ReactJS - Bài 03 - Props và States</a>
</h3>
</article>
</div>
</div>
<div data-content=newstrending>
<article class="card-post card-post-feature">
<a href=https://nextjsvietnam.com/post/build-restful-api-with-nestjs-the-right-way/>
<img src=https://user-images.githubusercontent.com/31009750/181449337-70081a76-5a01-4229-805e-39ed0ded6b5b.png alt="Build Restful Api With Nestjs the Right Way">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/build-restful-api-with-nestjs-the-right-way/>Build Restful Api With Nestjs the Right Way</a>
</h3>
</article>
<article class="card-post card-post-feature">
<a href=https://nextjsvietnam.com/post/the-best-way-to-upload-file-in-nestjs/>
<img src=https://nextjsvietnam.com/common/no-image.png alt="The Best Way to Upload File in Nestjs">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/the-best-way-to-upload-file-in-nestjs/>The Best Way to Upload File in Nestjs</a>
</h3>
</article>
<article class="card-post card-post-feature">
<a href=https://nextjsvietnam.com/post/vuejs-how-to-add-tailwind-in-your-application/>
<img src=https://user-images.githubusercontent.com/31009750/183083369-7c2d85de-bc3a-4c91-b88a-f85297d8e2c0.png alt="Vuejs How to Add TailwindCSS in Your Application">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/vuejs-how-to-add-tailwind-in-your-application/>Vuejs How to Add TailwindCSS in Your Application</a>
</h3>
</article>
<article class="card-post card-post-feature">
<a href=https://nextjsvietnam.com/post/nestjs-request-and-response-object/>
<img src=https://user-images.githubusercontent.com/31009750/181449337-70081a76-5a01-4229-805e-39ed0ded6b5b.png alt="Nestjs Request and Response Object">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/nestjs-request-and-response-object/>Nestjs Request and Response Object</a>
</h3>
</article>
<article class="card-post card-post-feature">
<a href=https://nextjsvietnam.com/post/nestjs-pipes/>
<img src=https://user-images.githubusercontent.com/31009750/181449337-70081a76-5a01-4229-805e-39ed0ded6b5b.png alt="Nestjs Pipes">
</a>
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/nestjs-pipes/>Nestjs Pipes</a>
</h3>
</article>
</div>
</section>
<section class="container section clearfix">
<div class="content md:w-2/3 md:float-left">
<article class="card card-post md:flex mb-4">
<a class=card-post-thumbnail-image href=https://nextjsvietnam.com/post/the-meaning-of-software-architecture/>
<img src=https://user-images.githubusercontent.com/31009750/257110112-6c5ddbfc-a58d-41eb-80af-a9e51f87584d.png alt="The Meaning of Software Architecture">
</a>
<div class="card-post-meta px-0 mt-2 md:px-4 md:mt-0">
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/the-meaning-of-software-architecture/>The Meaning of Software Architecture</a>
</h3>
<div>
<a class="category-tag category-systemdesign" href=https://nextjsvietnam.com/categories/systemdesign>systemdesign</a>
<a class="category-tag category-software-architecture" href=https://nextjsvietnam.com/categories/software-architecture>software-architecture</a>
</div>
<div>
<span class=card-post-date>2023-07-31 10:19:02</span>
</div>
<div class=card-post-description>
The software architecture of a program or computing system is the structure or structures of the system, which comprise software elements, the externally visible properties of those elements, and the relationships among them
</div>
</div>
</article>
<article class="card card-post md:flex mb-4">
<a class=card-post-thumbnail-image href=https://nextjsvietnam.com/post/domain-driven-design-trong-30-giay/>
<img src=https://nextjsvietnam.com/common/no-image.png alt="Domain Driven Design trong 30 giây">
</a>
<div class="card-post-meta px-0 mt-2 md:px-4 md:mt-0">
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/domain-driven-design-trong-30-giay/>Domain Driven Design trong 30 giây</a>
</h3>
<div>
<a class="category-tag category-systemdesign" href=https://nextjsvietnam.com/categories/systemdesign>systemdesign</a>
</div>
<div>
<span class=card-post-date>2023-06-12 13:47:24</span>
</div>
<div class=card-post-description>
Cùng tìm hiểu Domain Driven Design trong 30 giây
</div>
</div>
</article>
<article class="card card-post md:flex mb-4">
<a class=card-post-thumbnail-image href=https://nextjsvietnam.com/post/learn-aws-solution-architect-associate-the-fastest-way/>
<img src=https://user-images.githubusercontent.com/31009750/195486548-37a0588f-2fb5-4a5f-8ce3-dbd4478e97ab.png alt="Learn Aws Solution Architect Associate the Fastest Way">
</a>
<div class="card-post-meta px-0 mt-2 md:px-4 md:mt-0">
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/learn-aws-solution-architect-associate-the-fastest-way/>Learn Aws Solution Architect Associate the Fastest Way</a>
</h3>
<div>
<a class="category-tag category-systemdesign" href=https://nextjsvietnam.com/categories/systemdesign>systemdesign</a>
</div>
<div>
<span class=card-post-date>2022-10-13 09:40:09</span>
</div>
<div class=card-post-description>
Learn Aws Solution Architect Associate the Fastest Way
</div>
</div>
</article>
<article class="card card-post md:flex mb-4">
<a class=card-post-thumbnail-image href=https://nextjsvietnam.com/post/system-design-head-first/>
<img src=https://nextjsvietnam.com/common/no-image.png alt="System Design Head First">
</a>
<div class="card-post-meta px-0 mt-2 md:px-4 md:mt-0">
<h3 class=card-post-title>
<a href=https://nextjsvietnam.com/post/system-design-head-first/>System Design Head First</a>
</h3>
<div>
<a class="category-tag category-systemdesign" href=https://nextjsvietnam.com/categories/systemdesign>systemdesign</a>
</div>
<div>
<span class=card-post-date>2022-07-12 11:39:43</span>
</div>
<div class=card-post-description>
System Design Head First
</div>
</div>
</article>
</div>
<div class="sidebar md:w-1/3 md:float-left">
<div class=theiaStickySidebar>
<div class="sidebar-widget px-4">
<div class="sidebar-widget-title font-heading">
HÃY KHÁM PHÁ THÊM CÁC CHỦ ĐỀ THÚ VỊ KHÁC BÊN DƯỚI
</div>
<div class="sidebar-widget-content p-4 flex flex-wrap flex-row">
<a href=https://nextjsvietnam.com/tags/aws class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
aws
</a>
<a href=https://nextjsvietnam.com/tags/chat-gpt class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
chat gpt
</a>
<a href=https://nextjsvietnam.com/tags/database class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
database
</a>
<a href=https://nextjsvietnam.com/tags/design-patterns class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
design patterns
</a>
<a href=https://nextjsvietnam.com/tags/games class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
games
</a>
<a href=https://nextjsvietnam.com/tags/hugo class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
hugo
</a>
<a href=https://nextjsvietnam.com/tags/java class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
java
</a>
<a href=https://nextjsvietnam.com/tags/java-core class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
java core
</a>
<a href=https://nextjsvietnam.com/tags/java-ee class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
java ee
</a>
<a href=https://nextjsvietnam.com/tags/nestjs class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
nestjs
</a>
<a href=https://nextjsvietnam.com/tags/nestjs-pet-website class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
nestjs pet website
</a>
<a href=https://nextjsvietnam.com/tags/nextjs class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
nextjs
</a>
<a href=https://nextjsvietnam.com/tags/nodejs class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
nodejs
</a>
<a href=https://nextjsvietnam.com/tags/reactjs class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
reactjs
</a>
<a href=https://nextjsvietnam.com/tags/sequelize class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
sequelize
</a>
<a href=https://nextjsvietnam.com/tags/software-architecture class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
software architecture
</a>
<a href=https://nextjsvietnam.com/tags/spring class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
spring
</a>
<a href=https://nextjsvietnam.com/tags/strategic-design class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
strategic design
</a>
<a href=https://nextjsvietnam.com/tags/tailwindcss class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
tailwindcss
</a>
<a href=https://nextjsvietnam.com/tags/typescript class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
typescript
</a>
<a href=https://nextjsvietnam.com/tags/vuejs class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
vuejs
</a>
<a href=https://nextjsvietnam.com/tags/well-being class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
well being
</a>
<a href=https://nextjsvietnam.com/tags/%C4%91%E1%BA%A1o-%C4%91%E1%BB%A9c class="m-1 p-1 text-xs font-bold leading-none border border-gray-200 bg-white">
đạo đức
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1642510310947288" crossorigin=anonymous></script>
<ins class=adsbygoogle style=display:block data-ad-client=ca-pub-1642510310947288 data-ad-slot=4755575293 data-ad-format=auto data-full-width-responsive=true></ins>
<script>(adsbygoogle=window.adsbygoogle||[]).push({})</script>
</main>
<footer class=footer>
<div class="container md:flex">
<section class="footer-section-info md:basis-1/4">
<div class=address>
<a class=logo href=https://nextjsvietnam.com title=NextJSVietNam>
NextJSVietNam
</a>
<h4 class=footer-heading>
PRODUCTION MODE
<h4>
</div>
</section>
<div class="footer-section-navigation-menu md:basis-1/4">
<h4 class=footer-heading>NestJS</h4>
<ul class=footer-section-navigation-menu-links>
<li><a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai-06-viet-unit-test/>Khóa học NestJS - Bài 06 Hướng dẫn viết Unit Test</a></li>
<li><a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai-05-repository-pattern/>Khóa học NestJS Bài 05 - Repository Pattern</a></li>
<li><a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai-04-model-and-repository-pattern/>Khóa học NestJS Bài 04 - Model and Repository Pattern</a></li>
<li><a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai03/>Khóa học NestJS Bài 03 - Controllers & Views</a></li>
<li><a href=https://nextjsvietnam.com/post/khoa-hoc-nestjs-bai-02/>Khóa học Nestjs - Bài 02 - Giới thiệu mô hình MVC</a></li>
</ul>
</div>
<div class="footer-section-navigation-menu md:basis-1/4">
<h4 class=footer-heading>NextJS</h4>
<ul class=footer-section-navigation-menu-links>
<li><a href=https://nextjsvietnam.com/post/khoa-hoc-nextjs/>Khóa học NextJS - Bài 01 - Lộ trình các bài học về NextJS</a></li>
<li><a href=https://nextjsvietnam.com/post/create-new-website-with-nextjs/>Create New Website With Nextjs</a></li>
</ul>
</div>
<div class="footer-section-navigation-menu md:basis-1/4">
<h4 class=footer-heading>Cheatsheet</h4>
<ul class=footer-section-navigation-menu-links>
<li><a href=https://nextjsvietnam.com/post/100-frontend-interview-questions/>100 Frontend Interview Questions</a></li>
<li><a href=https://nextjsvietnam.com/post/chatgpt-what-can-chat-gpt-do/>Chatgpt What Can Chat Gpt Do</a></li>
<li><a href=https://nextjsvietnam.com/post/learn-enough-oop-to-be-dangerous/>Learn Enough Oop to Be Dangerous</a></li>
<li><a href=https://nextjsvietnam.com/post/the-future-of-hr/>The Future of Hr</a></li>
<li><a href=https://nextjsvietnam.com/post/how-to-test-the-database/>How to Test the Database</a></li>
</ul>
</div>
</div>
<div class=container>
<div class=text-center>
<a href><span class="material-icons text-4xl m-4">facebook</span></a>
<a href><span class="material-icons text-4xl m-4">smart_display</span></a>
</div>
<div class="text-center text-lg py-4">
Copyright @ NextJSVietNam 2022
</div>
<div class="text-center text-sm">
Powered by <a class="font-bold text-primary" href=https://gohugo.io/>Go Hugo</a> - Made
with love from <a class="font-bold text-primary" href=https://nextjsvietnam.com>NextJSVietNam</a> -
Build
Version 2023-07-31 10:19:02 +0700 +0700
</div>
</div>
</footer>
<script type=text/javascript src=https://nextjsvietnam.com/core/jquery-3.6.0.min.js></script>
<script type=text/javascript src=https://nextjsvietnam.com/themes/2022/public/main.js></script>
<script type=text/javascript src=https://nextjsvietnam.com/themes/2022/public/home.js></script>
<script async>!function(b,e,f,g,a,c,d){if(b.fbq)return;a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version='2.0',a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js'),fbq('init','1760611910980690'),fbq('track','PageView')</script>
<noscript><img height=1 width=1 style=display:none src="https://www.facebook.com/tr?id=1760611910980690&ev=PageView&noscript=1"></noscript>
</body>
</html>