VSCode Icon

File

Edit

View

Go

Run

Terminal

Help

Vishesh Gangwar - Visual Studio Code

📄blog.tsx
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
// Vishesh Gangwar's Development Blog
// 11th Class PCM + CS, KV AFS Bareilly
const blogData = {
// Header Advertisement
Loading Advertisement...
posts: [
{
Getting Started with Next.js: A Complete Guide for Beginners

Learn the fundamentals of Next.js, the powerful React framework that makes building modern web applications easier and faster.

#Next.js#React#Web Development#JavaScript#Tutorial
},
// Advertisement
Loading Advertisement...
{
Modern JavaScript Features Every Developer Should Know in 2025

Explore the latest JavaScript features and techniques that will make you a more effective developer in 2025.

#JavaScript#ES6+#Web Development#Programming#Tutorial
},
{
Android Studio: Complete Guide for Beginners in 2025

Learn Android Studio from scratch - the official IDE for Android app development. Perfect for students starting mobile app development.

#Android Studio#Mobile Development#Java#Kotlin#IDE#Tutorial
}
]
}
/**
* @author Vishesh Gangwar
* @education 11th Class PCM + CS, KV AFS Bareilly
* @focus Web Development, Mobile Apps, Programming
* @mission Educational content for fellow students
*/
// Footer Advertisement
Loading Advertisement...