My Journey Through Hackathons (~₹4L)
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.
- ▪The author began participating in hackathons during their first year of college.
- ▪After numerous losses, the author realized the importance of consistency and problem-solving in hackathons.
- ▪The project BTCShield, which focused on refining details and understanding the problem, won the Mezo Hackathon.
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).