WeSearch

My Journey Through Hackathons (~₹4L)

·5 min read · 0 reactions · 0 comments · 10 views
#hackathon#web3#blockchain#computerscience
My Journey Through Hackathons (~₹4L)
⚡ TL;DR · AI summary

The article recounts the author's journey through hackathons, starting from a novice to a more seasoned participant. Initially facing repeated losses, the author learned the importance of problem-solving and research over flashy ideas. Ultimately, the author found success with the project BTCShield, winning a hackathon and gaining confidence in their skills.

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 === 3959670) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Manan Singhal Posted on May 30 My Journey Through Hackathons (~₹4L) #web3 #blockchain #hackathon #computerscience I started participating in hackathons during my first year of college. At that time, I had very little idea about how hackathons actually worked. I just knew that people were building interesting things, networking with smart developers, and sometimes even winning prize money. That sounded exciting enough for me to start.

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)