<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Halfway to the Co-learning Camp 10]]></title><description><![CDATA[Halfway to the Co-learning Camp 10]]></description><link>https://naitikxg.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 09:15:35 GMT</lastBuildDate><atom:link href="https://naitikxg.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[🚀 My 7-Day Journey Learning Monad at HackQuest Co-Learning Camp 17]]></title><description><![CDATA[Over the past week, I’ve been diving deep into the Monad Co-Learning Camp 17 organized by HackQuest, and it’s been an amazing experience so far! ⚡Monad’s vision of building a high-performance Layer 1 blockchain has really captured my attention — blen...]]></description><link>https://naitikxg.hashnode.dev/my-7-day-journey-learning-monad-at-hackquest-co-learning-camp-17</link><guid isPermaLink="true">https://naitikxg.hashnode.dev/my-7-day-journey-learning-monad-at-hackquest-co-learning-camp-17</guid><category><![CDATA[#LearnwithHQ]]></category><category><![CDATA[#14DaysOfLearning]]></category><category><![CDATA[Monad]]></category><category><![CDATA[Solidity]]></category><category><![CDATA[Hackquest]]></category><dc:creator><![CDATA[Naitik Gupta]]></dc:creator><pubDate>Wed, 12 Nov 2025 18:44:30 GMT</pubDate><content:encoded><![CDATA[<p>Over the past week, I’ve been diving deep into t<a target="_blank" href="https://hackquest.io/">he <strong>Monad</strong></a> <strong>Co-Learning Camp 17</strong> organized by <a target="_blank" href="https://hackquest.io/">HackQuest</a>, and it’s been an amazing experience so far! ⚡<br />Monad’s vision of building a <strong>high-performance Layer 1 blockchain</strong> has really captured my attention — blending deep technical concepts with practical learning quests and quizzes.</p>
<hr />
<h3 id="heading-day-12-getting-started-with-monad">🌟 <strong>Day 1–2: Getting Started with Monad</strong></h3>
<p>The firs<a target="_blank" href="https://hackquest.io/">t two day</a>s were all about understanding <a target="_blank" href="https://hackquest.io/">the <strong>Monad</strong></a> <strong>ecosystem</strong> — its goals, design principles, and where it fits in the blockchain landscape.<br />I learned that:</p>
<ul>
<li><p>Monad is a <strong>Layer 1 blockchain</strong>, <em>not</em> a rollup or L<a target="_blank" href="https://hackquest.io/">2.</a></p>
</li>
<li><p><a target="_blank" href="https://hackquest.io/">It</a> achieves <strong>massive scalability</strong> using <strong>parallel e</strong><a target="_blank" href="https://hackquest.io/"><strong>xecution</strong></a> and <strong>asynchronous processing</strong>.</p>
</li>
<li><p>Its consensus mechanism, <strong>MonadBFT</strong>, ensures both <a target="_blank" href="https://hackquest.io/">safety an</a>d speed, tolerating up to 1/3 malicious nodes.</p>
</li>
</ul>
<p>This gave me a solid foundation on how Monad is <a target="_blank" href="https://hackquest.io/">redefinin</a>g on-chain performance without sacrificing decentralization.</p>
<hr />
<h3 id="heading-day-34-exploring-technical-architecture">⚙️ <strong>Day 3–4: Exploring Technical Architecture</strong></h3>
<p>Th<a target="_blank" href="https://hackquest.io/">ese days</a> focused on the <strong>technical core</strong> — divin<a target="_blank" href="https://hackquest.io/">g into ho</a>w Monad achieves performance optimization through:</p>
<ul>
<li><p><strong>Asynchronous execution:</strong> overlapping block produc<a target="_blank" href="https://hackquest.io/">tion and</a> transaction execution.</p>
</li>
<li><p><strong>Parallel execution:</strong> executing multiple transacti<a target="_blank" href="https://hackquest.io/">ons at on</a>ce.</p>
</li>
<li><p><strong>MonadDB:</strong> the database layer that makes efficient <a target="_blank" href="https://hackquest.io/">block st</a>orage possible.</p>
</li>
</ul>
<p>I also started enjoying the <strong>Townhall sessions</strong> — <a target="_blank" href="https://hackquest.io/">especiall</a>y <strong>Townhall 2</strong>, which offered great insights into Monad’s roadmap and developer tooling.<br />Plus, I earned my 🎖️ <strong>Certified Monad Learner (Level 1)</strong> badge — a great motivator to keep going!</p>
<hr />
<h3 id="heading-day-56-hands-on-with-solidity">💻 <strong>Day 5–6: Hands-on with Solidity</strong></h3>
<p>The next par<a target="_blank" href="https://hackquest.io/">t of my l</a>earning journey involved <strong>pr</strong><a target="_blank" href="https://hackquest.io/"><strong>actical c</strong></a><strong>oding</strong> through HackQuest quests and quizzes.<br />I revisited <strong>Solidity fundamentals</strong> — working with:</p>
<ul>
<li><p>Boolean logic (<code>&amp;&amp;</code>, <code>||</code>, <code>!</code>)</p>
</li>
<li><p>Address types (<code>addr</code><a target="_blank" href="https://hackquest.io/"><code>ess</code>, <code>addr</code></a><code>ess payable</code>)</p>
</li>
<li><p>Bala<a target="_blank" href="https://hackquest.io/">nce check</a>s (<code>wallet.balance</code>)</p>
</li>
</ul>
<p>These exercis<a target="_blank" href="https://hackquest.io/">es streng</a>thened my base for develop<a target="_blank" href="https://hackquest.io/">ing on Mo</a>nad, which is <strong>EVM-compatible</strong> — meaning anything built for Ethereum can easily be deployed on Monad.</p>
<hr />
<h3 id="heading-day-7-putting-it-all-together">🧠 <strong>Day 7: Putting It All Together</strong></h3>
<p>By Day 7, I s<a target="_blank" href="https://hackquest.io/">tarted se</a>eing how all these concept<a target="_blank" href="https://hackquest.io/">s connect</a> — from Monad’s consensus layer to how developers can build efficient dApps on it.<br />It’s been rewarding to not just learn theory but also <em>apply</em> it through real coding challenges and discussions in the community.</p>
<hr />
<h3 id="heading-whats-next">✨ <strong>What’s Next</strong></h3>
<p>I’m looking forward to diving int<a target="_blank" href="https://hackquest.io/">o <strong>smart c</strong></a><strong>ontrac</strong><a target="_blank" href="https://hackquest.io/"><strong>t deploym</strong></a><strong>ent</strong>, <strong>testnet interactions</strong>, and exploring how Monad’s unique performance model can empower next-gen decentralized apps.</p>
<p>Learning with HackQuest’s community has made the <a target="_blank" href="https://hackquest.io/">process</a> interactive, rewarding, and fun — can’t wait to see where the next 7 days take me! 🚀</p>
<hr />
<p><strong>#14DaysOfLearning #LearnwithHQ #Web3withHQ #Mona</strong><a target="_blank" href="https://hackquest.io/"><strong>d #HackQu</strong></a><strong>est #Blockchain #Solidity #CoLearningCamp</strong></p>
]]></content:encoded></item><item><title><![CDATA[Halfway Through Co-Learning Camp 10: My Journey So Far 🚀]]></title><description><![CDATA[Halfway Through Co-Learning Camp 10 @Hackquest Insights 🚀
It's Day 7 at Co-Learning Camp 10, and I'm halfway through this intensive 14-day challenge! Reflecting on my journey so far, here’s a quick recap:
Days 1-3: Setting Up
The initial days were a...]]></description><link>https://naitikxg.hashnode.dev/halfway-through-co-learning-camp-10-my-journey-so-far</link><guid isPermaLink="true">https://naitikxg.hashnode.dev/halfway-through-co-learning-camp-10-my-journey-so-far</guid><category><![CDATA[#LearnwithHQ]]></category><category><![CDATA[#14DaysOfLearning]]></category><dc:creator><![CDATA[Naitik Gupta]]></dc:creator><pubDate>Sat, 26 Oct 2024 20:32:47 GMT</pubDate><content:encoded><![CDATA[<h3 id="heading-halfway-through-co-learning-camp-10-hackquest-insights">Halfway Through Co-Learning Camp 10 @Hackquest Insights 🚀</h3>
<p>It's Day 7 at Co-Learning Camp 10, and I'm halfway through this intensive 14-day challenge! Reflecting on my journey so far, here’s a quick recap:</p>
<h4 id="heading-days-1-3-setting-up">Days 1-3: Setting Up</h4>
<p>The initial days were all about configuring Gaia, setting up WSL, and familiarizing myself with Gaia nodes. Setting up a solid foundation made the more advanced tasks smoother.</p>
<h4 id="heading-days-4-6-exploring-large-language-models-llms">Days 4-6: Exploring Large Language Models (LLMs)</h4>
<p>Working with LLMs like <em>Llama-3</em> and integrating them into Gaia has been both fascinating and demanding. These days showed me how complex yet exciting AI and data processing can be.</p>
<h4 id="heading-day-7-integrating-with-popular-llm-applications">Day 7: Integrating with Popular LLM Applications</h4>
<p>Today, I completed <em>Integrating Gaia with Popular LLM Applications,</em> marking a milestone! The hands-on experience with LLM integration has shown me the real-world potential of scalable AI solutions.</p>
<h3 id="heading-key-takeaways">Key Takeaways</h3>
<p>The experience has been challenging but rewarding. Every new task brings insights, skills, and, most importantly, motivation to push forward. With one week left, I’m ready to tackle what’s next and keep leveling up!</p>
<p>Follow along with me and the community on this journey! 🚀  </p>
<p>#LearnwithHQ #14DaysOfLearning</p>
]]></content:encoded></item></channel></rss>