WeSearch

I Built My Own Corner of the Internet — Here's What It Looks Like

·5 min read · 0 reactions · 0 comments · 9 views
#web development#cybersecurity#personal branding
I Built My Own Corner of the Internet — Here's What It Looks Like
⚡ TL;DR · AI summary

Nitesh Upreti has created a personal website that reflects his identity and skills in cybersecurity and development. The site features a unique design with a dark mode aesthetic and thoughtful typography. It showcases his projects, including an academic tracking system, and provides insights into his background and tech stack.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3943959) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Nitesh Upreti Posted on May 23 I Built My Own Corner of the Internet — Here's What It Looks Like There's something quietly satisfying about having a place on the internet that is entirely yours. Not a profile on someone else's platform. Not a template with your name swapped in. Something you thought about, designed, and put together from scratch. That's what niteshupreti.com.np is for me.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)