-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
289 lines (276 loc) · 16.5 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diggaj Upadhyay - Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Poppins:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SPEMN4VYY9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SPEMN4VYY9');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<meta name="description"
content="Diggaj Upadhyay - Tech Enthusiast, Business Developer, and Open Source Advocate from Nepal. Specializing in Linux, Business Development, and Educational Consulting.">
<meta name="keywords"
content="Diggaj Upadhyay, Nepal Tech, Business Development, Open Source, Linux Expert, Educational Consultant, Nepali Developer, AI Developer, Nepali Opensource Developer, Nepali Opensource contributor">
<meta name="author" content="Diggaj Upadhyay">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Diggaj Upadhyay - Tech Enthusiast & Business Developer">
<meta property="og:description"
content="Tech enthusiast and business development professional from Nepal, specializing in Linux, Open Source, and Educational Consulting.">
<meta property="og:image" content="images/about.jpg">
<meta property="og:url" content="https://diggajupadhyay.com.np">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://diggajupadhyay.com.np">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' https:; script-src 'self' https://www.googletagmanager.com https://cdnjs.cloudflare.com 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com 'unsafe-inline';">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Diggaj Upadhyay",
"url": "https://diggajupadhyay.com.np",
"jobTitle": "Business Development Manager",
"worksFor": {
"@type": "Organization",
"name": "Alpas Technology"
},
"address": {
"@type": "PostalAddress",
"addressCountry": "Nepal"
}
}
</script>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="Main Navigation">
<div class="navbar-header">
<h2>Diggaj Upadhyay</h2>
<div class="photo-space" loading="lazy" alt="Profile picture of Diggaj Upadhyay"></div>
</div>
<ul>
<li><a href="#main-content" class="nav-link">Home</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#blog" class="nav-link">Blog</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</nav>
<div class="container">
<header>
<p class="subtitle">Tech Enthusiast | Business Developer | Open Source Advocate</p>
</header>
<div class="main-content" id="main-content">
<div class="bio">
<h2>Who Am I?</h2>
<p>
Hey there! I'm Diggaj from Nepal. I'm really into tech and love chatting about all things related to
it—whether it's the latest in Linux, open-source news, or exciting new projects. I'm also super
interested in AI and how it's changing the world. If you share the same passions, let’s connect and
have a chat!
</p>
<h2>Wearing Different Hats</h2>
<ul>
<li><i class="fas fa-laptop-code"></i> Business Development Manager at Alpas Technology</li>
<li><i class="fas fa-bullhorn"></i> Marketing Specialist at Global Opportunities Nepal</li>
</ul>
</div>
<div class="skills">
<h2>My Skills</h2>
<ul>
<li><i class="fas fa-code"></i> Programming and Development Skills
<div class="skill-description" style="display: none;">
<ul>
<li>Programming Languages: Python, JavaScript, Dart (Flutter), Bash, HTML/CSS</li>
<li>Frameworks and Libraries: Flutter, React (React Native for mobile), Express
(Node.js), Flask</li>
<li>Database Management: Firebase Firestore, SQL, JSON databases, MongoDB basics</li>
<li>Web Development: Frontend (HTML, CSS, JavaScript), Backend (Node.js, Firebase
Functions, REST APIs)</li>
<li>API Integration: Experience integrating with APIs, especially for real-time data
fetching and alerts (e.g., Firebase, OpenAI API)</li>
</ul>
</div>
</li>
<li><i class="fas fa-linux"></i> Linux and Server Management
<div class="skill-description" style="display: none;">
<ul>
<li>Linux System Administration: Skilled with Arch Linux, including server setup,
package management, user permissions, and shell scripting</li>
<li>Server Management: Proficient with setting up, configuring, and maintaining servers
on Arch Linux and Ubuntu, both locally and in the cloud</li>
<li>Self-Hosting: Extensive experience self-hosting applications (e.g., WireGuard VPN,
file sharing services) and optimizing them for family and personal use</li>
</ul>
</div>
</li>
<li><i class="fas fa-cloud"></i> Cloud and Networking
<div class="skill-description" style="display: none;">
<ul>
<li>Cloud Services: Oracle Cloud, Google Cloud basics, Firebase for backend services
</li>
<li>Networking: Experience with VPN setup (WireGuard), basic firewall management
(iptables), and network monitoring</li>
<li>Containerization: Basic Docker knowledge for containerizing applications</li>
</ul>
</div>
</li>
<li><i class="fas fa-mobile-alt"></i> Mobile and Web Application Development
<div class="skill-description" style="display: none;">
<ul>
<li>Cross-Platform Mobile Apps: Developing apps using Flutter for Android, iOS, and web
</li>
<li>Web Application Development: Building responsive, interactive web apps with React,
Firebase, and REST APIs</li>
<li>UI/UX Design: Focus on clean, user-friendly interfaces, especially for
mobile-responsive designs</li>
</ul>
</div>
</li>
<li><i class="fas fa-shield-alt"></i> Cybersecurity and Privacy
<div class="skill-description" style="display: none;">
<ul>
<li>Browser Extensions: Experience developing Chrome/Firefox extensions focused on scam
detection and privacy (e.g., Scam Watch Nepal)</li>
<li>Cybersecurity Awareness: Knowledge of secure application practices, scam prevention,
and real-time monitoring for user protection</li>
<li>Firewall and Security Configuration: Basic skills in firewall management, including
iptables on Linux systems</li>
</ul>
</div>
</li>
<li>
<i class="fas fa-robot"></i> AI and Machine Learning
<div class="skill-description" style="display: none;">
<ul>
<li>NLP and Chatbots: Building chatbots using BERT and Hugging Face, specifically for
conversational AI with keyword recognition</li>
<li>Machine Learning Basics: Experience training models with Google Colab and
integrating them into applications</li>
<li>Voice Recognition and Processing: Working on voice-interactive chatbots and
understanding of audio dataset preparation and training</li>
</ul>
</div>
</li>
<li><i class="fas fa-tools"></i> Software and Tool Proficiency
<div class="skill-description" style="display: none;">
<ul>
<li>Version Control: Git, GitHub (experience with open-source contributions and managing
repositories)</li>
<li>CI/CD Basics: Setting up automated deployments and testing, primarily for web
applications and mobile apps</li>
<li>Markdown Documentation: Skilled in creating detailed project documentation,
tutorials, and guides</li>
</ul>
</div>
</li>
<li><i class="fas fa-pencil-alt"></i> Content Creation and Communication
<div class="skill-description" style="display: none;">
<ul>
<li>Technical Writing: Proficient in creating Markdown documentation, blog content, and
guides for technical topics</li>
<li>Video Content Creation: Experience in creating educational videos (e.g., Raspberry
Pi tutorials, tech specs comparisons)</li>
<li>Multilingual Communication: Able to create content in both English and Nepali, with
localization skills for app interfaces and content</li>
</ul>
</div>
</li>
<li><i class="fas fa-project-diagram"></i> Project Management and Collaboration
<div class="skill-description" style="display: none;">
<ul>
<li>Open Source Project Management: Managing open-source projects, including code
review, community contributions, and documentation</li>
<li>Collaboration Tools: Experience using tools like GitHub for collaboration and
contribution management</li>
<li>Problem Solving: Strong analytical skills, particularly in troubleshooting server
issues, debugging, and optimizing self-hosted setups</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="projects" id="projects">
<h2>My Projects</h2>
<div class="project-grid">
<div class="project-card">
<h3>diggajupadhyay.com.np</h3>
<p>Created a dynamic website using my own theme with Hugo, Cloudflare (for DNS), and GitHub Pages.
</p>
<div class="project-links">
<a href="https://github.com/diggajupadhyay/diggajupadhyay.github.io/" target="_blank">Website
Link</a>
</div>
</div>
<div class="project-card">
<h3>cwdcnepal.org</h3>
<p>Designed & Developed a WordPress website (Neve) for CWDC (Community Women Development Center).
</p>
<div class="project-links">
<a href="https://cwdcnepal.org" target="_blank">Website Link</a>
</div>
</div>
<div class="project-card">
<h3>multi-os-operations</h3>
<p>A simple tool to do common operations across multiple operating systems using Python.</p>
<div class="project-links">
<a href="https://github.com/diggajupadhyay/multi-os-operations" target="_blank">GitHub</a>
</div>
</div>
<div class="project-card">
<h3>ez-yt-dlp</h3>
<p>Interactive Audio and Video Downloader using Yt-dlp</p>
<div class="project-links">
<a href="https://github.com/diggajupadhyay/ez-yt-dlp" target="_blank">Project Link</a>
</div>
</div>
</div>
</div>
<div class="blog" id="blog">
<h2>My Blog</h2>
<ul>
<li>
<h3>How to Set Up Nextcloud with Docker, Cloudflare Tunnel, and TLS on Local Server Running Arch
Linux</h3>
<p>A step-by-step guide on setting up Nextcloud using Docker and securing it with Cloudflare.</p>
<a href="https://gist.github.com/diggajupadhyay/40ba65a734e25783e1baf676769b1b1f"
target="_blank">Read More</a>
</li>
<li>
<h3>How to Set Up WordPress on Oracle Cloud with Ubuntu and Secure it with SSL</h3>
<p>Are you looking to set up a WordPress website using Oracle Cloud’s free tier? In this blog post,
I’ll walk you through every step of the process, from creating an Ubuntu instance in Oracle
Cloud to setting up WordPress, MySQL, Nginx, SSL certificates, and finally, configuring
Cloudflare for your domain. I’ll explain everything simply, so even if you’re new to this, you
can follow along!</p>
<a href="https://gist.github.com/diggajupadhyay/87a58b1e9d16b18f18d7252618cdddfb" target="_blank">Read More</a>
</li>
</ul>
</div>
<div class="social-links" id="contact">
<h2>Contact Me</h2>
<div class="contact-links">
<a href="https://github.com/diggajupadhyay" target="_blank"><i class="fab fa-github"></i> GitHub</a>
<a href="https://www.linkedin.com/in/diggaj-upadhyay-918044308/" target="_blank"><i
class="fab fa-linkedin"></i> LinkedIn</a>
<a href="https://www.instagram.com/upadhyaydiggaj/" target="_blank"><i class="fab fa-instagram"></i>
Instagram</a>
<a href="https://www.facebook.com/upadhyaydiggaj/" target="_blank"><i class="fab fa-facebook"></i>
Facebook</a>
<a href="https://x.com/diggajupadhyay/" target="_blank"><i class="fab fa-twitter"></i> Twitter</a>
<a href="https://mastodon.social/@diggajupadhyay" target="_blank"><i class="fab fa-mastodon"></i>
Mastodon</a>
</div>
</div>
<button id="backToTop" aria-label="Back to top">↑</button>
</div>
<script src="script.js"></script>
</body>
</html>