<?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[Town Hall - The official Hashnode blog]]></title><description><![CDATA[Town Hall is the official Hashnode team blog. We publish developer interviews, inside stories and more on this blog. Follow this blog to stay informed.]]></description><link>https://townhall.hashnode.com</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1726542005448/f206737a-37d3-4b57-9cb1-3d67c92cb9c8.png</url><title>Town Hall - The official Hashnode blog</title><link>https://townhall.hashnode.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 16:17:02 GMT</lastBuildDate><atom:link href="https://townhall.hashnode.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Why DIY QA Doesn’t Work Anymore: A 2025 Guide to E2E Testing for Modern Web Apps]]></title><description><![CDATA[The Speed Paradox in 2025
Developers are moving faster than ever these days. With tools like Copilot, Cursor, and AI agents, they're shipping production-ready features in just hours - development velocity has reached new heights. But QA? It's still s...]]></description><link>https://townhall.hashnode.com/why-diy-qa-doesnt-work-anymore-a-2025-guide-to-e2e-testing-for-modern-web-apps</link><guid isPermaLink="true">https://townhall.hashnode.com/why-diy-qa-doesnt-work-anymore-a-2025-guide-to-e2e-testing-for-modern-web-apps</guid><category><![CDATA[General Programming]]></category><category><![CDATA[QA]]></category><category><![CDATA[Quality Assurance]]></category><dc:creator><![CDATA[Syed Fazle Rahman]]></dc:creator><pubDate>Wed, 18 Jun 2025 00:40:45 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1750207104057/5697c03e-fdc1-49bf-af97-2059c53f61e9.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-the-speed-paradox-in-2025">The Speed Paradox in 2025</h2>
<p>Developers are moving faster than ever these days. With tools like <a target="_blank" href="https://github.com/features/copilot">Copilot</a>, <a target="_blank" href="https://www.cursor.com/">Cursor</a>, and AI agents, they're shipping production-ready features in just hours - development velocity has reached new heights. But QA? It's still stuck in the stone age. Most teams are still doing manual browser testing, dealing with flaky test scripts, and waiting around for slow feedback. It's become the biggest roadblock in modern product development.</p>
<p>Here's the crazy part: we've figured out how to automate writing code, but testing is still mostly manual work. QA has become the bottleneck that's holding back our continuous delivery pipelines.</p>
<h2 id="heading-the-modern-web-app-stack">The Modern Web App Stack</h2>
<p>Modern web apps are incredibly complex - they're packed with rich UIs and tons of moving parts. Whether you're building admin dashboards, data-heavy interfaces, or user onboarding flows, you need end-to-end tests that actually match how real people use your product.</p>
<p>You've got state management, authentication workflows, conditional rendering, API integrations - the whole thing is a maze of complexity. When something breaks in these flows, you might not even notice right away, but you're quietly bleeding revenue or losing users. This is especially brutal when the broken flow hits critical areas like login, checkout, or getting new users onboarded.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1750206418208/8de3e225-d31d-43ea-8275-8e1c348a2633.png" alt="Anatomy of a modern web dashboard" class="image--center mx-auto" /></p>
<h2 id="heading-diy-testing-looks-good-on-paper">DIY Testing: Looks Good on Paper</h2>
<p>Frameworks like <a target="_blank" href="https://playwright.dev/">Playwright</a>, <a target="_blank" href="https://www.cypress.io/">Cypress</a>, and <a target="_blank" href="https://www.selenium.dev/">Selenium</a> sound great - they promise total control and flexibility. Throw in services like <a target="_blank" href="https://www.browserstack.com/">BrowserStack</a>, <a target="_blank" href="https://www.lambdatest.com/">LambdaTest</a>, or Kane AI, and you've got what looks like a solid testing stack.</p>
<p>But here's the reality check: buying testing tools doesn't actually get you QA. It just gets you infrastructure. Unless you're planning to either <strong>hire a dedicated QA team</strong> or <strong>make your developers responsible for test coverage</strong>, you're basically left with expensive tools sitting around doing nothing.</p>
<p>It's like buying a gym membership and expecting to get ripped without actually working out. These tools need time, know-how, and constant upkeep to be worth anything.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1750206471497/b6cd349f-d930-493b-8157-855cae54e33b.png" alt="Playwright homepage" class="image--center mx-auto" /></p>
<h2 id="heading-the-hidden-cost-of-diy-qa">The Hidden Cost of DIY QA</h2>
<p>When you go the DIY route, here's what you're actually getting yourself into:</p>
<ul>
<li><p>Writing and babysitting test scripts by hand</p>
</li>
<li><p>Constantly fixing flaky selectors and timing issues</p>
</li>
<li><p>Rewriting tests every time someone tweaks the UI</p>
</li>
<li><p>Hunting down false alarms</p>
</li>
<li><p>Manually tracking test coverage</p>
</li>
</ul>
<p>Every single one of these becomes a drag on how fast your team can move. You'll start seeing developers just turn off tests to get their PRs merged, or they'll skip testing altogether because shipping feels more important.</p>
<p>For a startup or small team, this isn't just inefficient - it's completely unsustainable.</p>
<h2 id="heading-developer-velocity-qa-velocity">Developer Velocity ≠ QA Velocity</h2>
<p>Today’s developers use AI to autocomplete, generate components, and even ship microservices. But QA? Still a handoff. Still slow.</p>
<p>Your engineers can spin up a feature in a few hours, but verifying it requires days if it depends on manual E2E testing. That delta introduces risk and slows innovation.</p>
<p>If code can ship with AI assistance, shouldn’t it also be tested the same way?</p>
<h2 id="heading-enter-fullstack-ai-native-qa">Enter Fullstack AI-Native QA</h2>
<p>The new wave of QA is AI-native, fullstack, and autonomous. These aren’t just test generators or wrappers over Playwright. They’re systems of agents that:</p>
<ul>
<li><p>Discover critical paths in your web app by analyzing usage patterns and DOM structure</p>
</li>
<li><p>Simulate real user behavior across browsers (e.g., click, hover, fill, scroll, assert)</p>
</li>
<li><p>Run continuously across every pull request</p>
</li>
<li><p>Heal themselves when your UI changes—no brittle selectors</p>
</li>
<li><p>Only flag human review when ambiguous behavior is detected</p>
</li>
</ul>
<p>Crucially, they don’t require codebase access. That means teams can onboard instantly, and QA becomes part of the workflow without adding friction.</p>
<h2 id="heading-diy-stack-vs-ai-qa-platforms">DIY Stack vs AI QA Platforms</h2>
<div class="hn-table">
<table>
<thead>
<tr>
<td>Feature</td><td>DIY Stack (e.g., Playwright + LambdaTest)</td><td>AI QA (e.g., <a target="_blank" href="https://bug0.com/">Bug0</a>)</td></tr>
</thead>
<tbody>
<tr>
<td>Test creation</td><td>Manual scripting</td><td>AI-generated</td></tr>
<tr>
<td>Maintenance</td><td>High effort</td><td>Auto-healing</td></tr>
<tr>
<td>Setup time</td><td>Days to weeks</td><td>Minutes</td></tr>
<tr>
<td>QA ownership</td><td>Devs or dedicated QA required</td><td>No team required</td></tr>
<tr>
<td>CI/CD integration</td><td>Manual config</td><td>Plug-and-play</td></tr>
<tr>
<td>Codebase access needed</td><td>Yes</td><td>Often no</td></tr>
<tr>
<td>Test coverage expansion</td><td>Manual</td><td>Grows with usage + PRs</td></tr>
</tbody>
</table>
</div><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1750206762511/4da2d627-ae3e-4ff4-9744-5cf9581d455c.png" alt="Barchart comparing DIY Stack Score with AI QA Score." class="image--center mx-auto" /></p>
<p>The chart above visualizes the most common pain points teams face when using a DIY QA stack compared to a fullstack AI-native solution like <a target="_blank" href="https://bug0.com">Bug0</a>. Effort-based metrics (like setup time, maintenance, or QA dependency) are rated higher for DIY because they demand more human input and longer timelines. In contrast, AI-native solutions consistently reduce these overheads by automating test creation, healing, and CI/CD integration. The biggest differentiator is scalability: AI platforms grow test coverage with usage, whereas DIY setups depend on constant manual upkeep.</p>
<h2 id="heading-why-startups-are-making-the-switch">Why Startups Are Making the Switch</h2>
<p>For lean teams, time is everything. When you're moving fast, you can't deal with test handoffs, slow regression cycles, or deployments getting stuck. That's why more and more startups are ditching the DIY approach and going with full-stack AI-powered QA instead.</p>
<p>They want QA that:</p>
<ul>
<li><p>Just works right out of the gate, like a service</p>
</li>
<li><p>Doesn't require building out a whole QA team</p>
</li>
<li><p>Can actually keep up with how fast they're shipping</p>
</li>
<li><p>Won't bog down developers or create technical debt</p>
</li>
</ul>
<p>Perfect example: some teams are now using <a target="_blank" href="https://bug0.com/">Bug0</a> to run browser tests on every single PR. It mimics real user behavior and catches problems before they even hit staging. They get the confidence they need without any of the usual headaches, and their developers can stay focused on what they do best - shipping features.</p>
<h2 id="heading-notable-ai-native-qa-tools-to-explore">Notable AI-Native QA Tools to Explore</h2>
<p>Here are some of the top platforms rethinking QA with fullstack AI-powered approaches:</p>
<ul>
<li><p><a target="_blank" href="https://bug0.com/"><strong>Bug0</strong></a>: Fullstack AI-native QA service that simulates real user behavior across web apps with no codebase access needed. Built for modern, fast-moving teams. Bug0 is backed by Accel and Salesforce and is currently being piloted by early-stage YC companies.</p>
</li>
<li><p><a target="_blank" href="https://autify.com/"><strong>Autify</strong></a>: No-code test automation platform founded in Japan and backed by Sequoia Capital. It supports web and mobile testing with AI-based test scenario generation and self-healing capabilities.</p>
</li>
<li><p><a target="_blank" href="https://reflect.run/"><strong>Reflect</strong></a>: A low-code E2E testing tool. Reflect lets users create tests via browser recording with no setup, making it popular among fast-growing product teams.</p>
</li>
<li><p><a target="_blank" href="https://www.qawolf.com/"><strong>QA Wolf</strong></a>: A managed QA service offering test coverage as a service. QA Wolf claims to help teams reach 80% test coverage in under 4 months.</p>
</li>
<li><p><a target="_blank" href="https://www.testim.io/"><strong>Testim</strong></a>: Now part of Tricentis. It focuses on AI-based test creation and smart locators to reduce test flakiness.</p>
</li>
</ul>
<p>Each of these tools takes a different approach - some offer managed QA services, others are fully autonomous systems - but they're all part of the same bigger shift: QA needs to catch up with the rest of your AI-powered development workflow.</p>
<h2 id="heading-conclusion-stop-paying-for-half-a-solution">Conclusion: Stop Paying for Half a Solution</h2>
<p>Getting a Playwright license and setting up BrowserStack isn't really QA - it's more like buying a DIY kit. If you don't have the bandwidth to actually build and maintain that whole system, it's going to quietly fall apart on you.</p>
<p>QA should feel like a service you can rely on, not some side project you're always tinkering with.</p>
<p>Tools in the AI QA space are fixing this problem with full-stack agents that actually act like real users. For fast-moving teams building modern web apps, this isn't just a better choice - it's honestly the only approach that actually scales.</p>
<hr />
<p><em>Want to stay ahead of the QA curve? Explore platforms that are built for speed, not scripts. Your developers will thank you.</em></p>
]]></content:encoded></item><item><title><![CDATA[ModusHack x Hashnode Winners]]></title><description><![CDATA[Hey Hashnoders 🥁
Thank you to everyone who participated in the ModusHack! We were thrilled to see the innovative use of AI in building intelligent apps with Modus, AI models, and Hypermode. Every submission was amazing, showcasing the remarkable tal...]]></description><link>https://townhall.hashnode.com/modushack-x-hashnode-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/modushack-x-hashnode-winners</guid><category><![CDATA[ModusHack]]></category><dc:creator><![CDATA[Syed Fazle Rahman]]></dc:creator><pubDate>Tue, 17 Dec 2024 11:01:29 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1733905974416/fc69c162-e81f-401a-80df-61f2abdedb0b.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey <strong>Hashnoders</strong> 🥁</p>
<p>Thank you to everyone who participated in the <a target="_blank" href="https://hshno.de/modushack">ModusHack</a>! We were thrilled to see the innovative use of AI in building intelligent apps with Modus, AI models, and Hypermode. Every submission was amazing, showcasing the remarkable talent within our developer community.</p>
<p>👉 <a target="_blank" href="https://hshno.de/modushack-result">Check out the ModusHack Winners Gallery from Hypermode</a></p>
<p>Here are the winners, chosen by the Hypermode judging panel:</p>
<h2 id="heading-grand-winner"><strong>🥇 Grand Winner</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://shreyas-chaliha.hashnode.dev/rec-triv">https://shreyas-chaliha.hashnode.dev/rec-triv</a></div>
<p> </p>
<p><strong>Rec &amp; Triv</strong> is a web application for movie recommendations and movie trivia.</p>
<hr />
<h2 id="heading-runner-up"><strong>🎖️</strong> <strong>Runner up</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://sarthakjain.hashnode.dev/mindmap-ai-unlock-your-creativity-with-intelligent-mind-mapping">https://sarthakjain.hashnode.dev/mindmap-ai-unlock-your-creativity-with-intelligent-mind-mapping</a></div>
<p> </p>
<p><strong>MindMap AI</strong> - an effective solution for organizing complex ideas by <a class="user-mention" href="https://hashnode.com/@sarthakj1">Sarthak Jain</a>.</p>
<hr />
<h3 id="heading-honorable-mention">🎖️<strong>Honorable Mention</strong></h3>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://quavo.hashnode.dev/manage-and-analyze-feedback-efficiently-with-feednest">https://quavo.hashnode.dev/manage-and-analyze-feedback-efficiently-with-feednest</a></div>
<p> </p>
<p><strong>Feednest</strong> is a next-generation platform designed to revolutionize how developers collect and manage feedback by <a class="user-mention" href="https://hashnode.com/@quavo">Huncho Satchamo</a>.</p>
<hr />
<h3 id="heading-best-presentation-blog-or-tutorial">📖 <strong>Best Presentation, Blog, or Tutorial</strong></h3>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://akdeepankar.hashnode.dev/hyperlibrary-powered-by-modus">https://akdeepankar.hashnode.dev/hyperlibrary-powered-by-modus</a></div>
<p> </p>
<p><strong>HyperLibrary</strong> is a library management portal designed to simplify book access for school children by <a class="user-mention" href="https://hashnode.com/@akdeepankar">Ak Deepankar</a></p>
<hr />
<h3 id="heading-best-dgraph-modus-app">🤖 <strong>Best Dgraph + Modus App</strong></h3>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://somnath6646.hashnode.dev/dada-a-dgraph-powered-knowledge-sharing-platform-for-everyone">https://somnath6646.hashnode.dev/dada-a-dgraph-powered-knowledge-sharing-platform-for-everyone</a></div>
<p> </p>
<p><strong>Dada</strong> helps people find and share valuable content, leveraging DGraph's vector search capabilities by <a class="user-mention" href="https://hashnode.com/@Somnath6646">Somnath Mishra</a></p>
<hr />
<h3 id="heading-best-multi-model-app">💫 <strong>Best Multi-model App</strong></h3>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://hari66.hashnode.dev/arguai-enhancing-ai-interaction-with-real-time-debates">https://hari66.hashnode.dev/arguai-enhancing-ai-interaction-with-real-time-debates</a></div>
<p> </p>
<p><strong>ArguAI</strong> - a groundbreaking platform where you can experience real-time debates by <a class="user-mention" href="https://hashnode.com/@harikrishna390">Hari Krishna</a></p>
<hr />
<h3 id="heading-hypermode-open-source-award">🦾 <strong>Hypermode Open Source Award</strong></h3>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blog.imsadra.me/notio-hashnode-post-publication-llm-toolkit?">https://blog.imsadra.me/notio-hashnode-post-publication-llm-toolkit?</a></div>
<p> </p>
<p><strong>Notio</strong> - a GitHub CI pipeline for article translation, generating questions, generating abstraction, and simplifying articles by <a class="user-mention" href="https://hashnode.com/@lnxpy">Sadra Yahyapour</a></p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we deeply appreciate the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[Hashnode docs free license for open source projects]]></title><description><![CDATA[We have recently launched Docs by Hashnode - the content engine for your API documentation and product guides.
We've heard your pain points:

Slow builds

Complex setups

Rigid systems

Poor developer experiences


And we're tackling them head-on.
Yo...]]></description><link>https://townhall.hashnode.com/hashnode-docs-free-license-for-open-source-projects</link><guid isPermaLink="true">https://townhall.hashnode.com/hashnode-docs-free-license-for-open-source-projects</guid><category><![CDATA[Open Source]]></category><category><![CDATA[documentation]]></category><category><![CDATA[Developer]]></category><dc:creator><![CDATA[Haimantika Mitra]]></dc:creator><pubDate>Mon, 21 Oct 2024 10:47:24 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1729507604528/b83434ae-63a6-4aa7-96f0-5b17adb7dc51.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>We have recently launched <a target="_blank" href="https://hashnode.com/products/docs?source=oss-article"><strong>Docs by Hashnode</strong></a> - the content engine for your API documentation and product guides.</p>
<p>We've heard your pain points:</p>
<ul>
<li><p>Slow builds</p>
</li>
<li><p>Complex setups</p>
</li>
<li><p>Rigid systems</p>
</li>
<li><p>Poor developer experiences</p>
</li>
</ul>
<p>And we're tackling them head-on.</p>
<p>Your documentation is a crucial part of your product. The better your documentation, the more users you attract! We have included everything you need to write excellent documentation, from customization options to API support, AI tools, and insights.</p>
<p><strong>ICYMI</strong> 👇</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://x.com/hashnode/status/1828769325878038768">https://x.com/hashnode/status/1828769325878038768</a></div>
<p> </p>
<h2 id="heading-free-startup-plan-for-all-open-source-projects">Free startup plan for all open-source projects</h2>
<p><a target="_blank" href="https://hashnode.com/products/docs?source=oss-article"><strong>Docs by Hashnode</strong></a> wasn't built in a day. It took months of feedback, community support, and some love! Now it's our turn to give back.</p>
<p>That's why we're offering <a target="_blank" href="https://forms.hashnode.com/apply-for-open-source-license?source=oss-article"><strong>Docs by Hashnode</strong> for free to open source projects</a>. We believe open source can make a big difference, and we want to support that. By offering it for free, we're not just providing a tool, we're investing in the future of open source. It's our way of saying: <em>"Focus on building amazing things. We've got your documentation covered."</em></p>
<h2 id="heading-how-the-hashnode-docs-free-license-can-be-helpful">How the Hashnode docs free license can be helpful</h2>
<p><a target="_blank" href="https://hashnode.com/products/docs?source=oss-article">Docs by Hashnode</a> can help you build interactive docs with great developer experience. While you focus on the content, Hashnode does the heavy lifting for you. In this free license, we give you the <strong>startup plan</strong> that includes:</p>
<ul>
<li><p>5 seats</p>
</li>
<li><p>Unlimited guides, API references, and custom pages</p>
</li>
<li><p>Custom domain</p>
</li>
<li><p>Ask AI functionality and AI-assisted writing</p>
</li>
<li><p>GitHub sync and</p>
</li>
<li><p>Analytics</p>
</li>
</ul>
<p>Here’s a tutorial on how you can build docs for your open-source project using all the above-mentioned features:</p>
<iframe width="100%" height="500" src="https://www.youtube.com/embed/aQnljz9Ap1A?si=R8Vpft4CWEwZrP5a&amp;start=1519"></iframe>

<p>Sign up at → <a target="_blank" href="https://hshno.de/open-source-license">hshno.de/open-source-license</a>, and our team members will reach out to you with the license within 24 hours.</p>
<h2 id="heading-pay-it-forward">Pay it forward</h2>
<p>And hey, to every developer out there who's ever benefited from an open-source tool (which is pretty much all of us, right?), here's a chance to pay it forward. Thank the creators by sharing this article or tagging them in the tweet below.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://x.com/fazlerocks/status/1829117235786400254">https://x.com/fazlerocks/status/1829117235786400254</a></div>
<p> </p>
<p>~ Love 💙,<br />Team Hashnode</p>
]]></content:encoded></item><item><title><![CDATA[[Changelog]: New additions to Docs by Hashnode, new design components and bug fixes.]]></title><description><![CDATA[Last week we launched Docs by Hashnode to the public, along with a revamp of the Hashnode homepage.
https://x.com/hashnode/status/1836662090905309623
 
We have received great support from our community and a lot of feedback. Over the last week, we sp...]]></description><link>https://townhall.hashnode.com/changelog-new-additions-to-docs-by-hashnode-new-design-components-and-bug-fixes</link><guid isPermaLink="true">https://townhall.hashnode.com/changelog-new-additions-to-docs-by-hashnode-new-design-components-and-bug-fixes</guid><dc:creator><![CDATA[Haimantika Mitra]]></dc:creator><pubDate>Fri, 04 Oct 2024 13:35:48 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1728048920904/8f588270-5d7f-4082-b431-35cab56747ed.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Last week we launched Docs by Hashnode to the public, along with a revamp of the Hashnode homepage.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://x.com/hashnode/status/1836662090905309623">https://x.com/hashnode/status/1836662090905309623</a></div>
<p> </p>
<p>We have received great support from our community and a lot of feedback. Over the last week, we spent time perfecting our product and adding more features.</p>
<p>Here’s a highlight of what we shipped:</p>
<p>→ New project switcher in docs and blog dashboard header</p>
<p>→ Mermaid chart support</p>
<p>→ Image max width support</p>
<p>→ Design updates and</p>
<p>→ Bug fixes</p>
<hr />
<h2 id="heading-new-project-switcher-in-docs-and-blog-dashboard-header">New project switcher in docs and blog dashboard header.</h2>
<p>We have added a new switcher to the header of the blogs and docs dashboard that lists both your blogs and docs together. This makes it easy to navigate between project dashboards without having to go back to the homepage. If you have more than 5 projects, there is also a search feature to help you filter and find the project you are looking for.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1727785986292/a4dfed46-41cf-43e6-82ce-48f72f82ae4b.png" alt class="image--center mx-auto" /></p>
<hr />
<h2 id="heading-added-mermaid-chart-support-to-hashnode-docs">Added Mermaid chart support to Hashnode docs.</h2>
<p>Mermaid is a JavaScript-based tool that uses Markdown-inspired syntax to create diagrams from text. It's used to create and modify flowcharts, sequence diagrams, pie charts, Gantt charts, and more.</p>
<p>This week we shipped Mermaid support to the Hashnode docs editor, and here’s how you can use it 👇</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.loom.com/share/e141ef08c2ca4baa98f18820bbdb6735?sid=8b54f4d0-378f-4f32-8bde-77d712644d31">https://www.loom.com/share/e141ef08c2ca4baa98f18820bbdb6735?sid=8b54f4d0-378f-4f32-8bde-77d712644d31</a></div>
<p> </p>
<p>Along with this, you can also use Hashnode AI and natural language to write a prompt and generate Mermaid code, as shown in the example below 👇</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.loom.com/share/8a87459c1ee440cd96f03fd8ae32d4eb?sid=4531fec9-0b90-4efb-863b-0a4024938c44">https://www.loom.com/share/8a87459c1ee440cd96f03fd8ae32d4eb?sid=4531fec9-0b90-4efb-863b-0a4024938c44</a></div>
<p> </p>
<hr />
<h2 id="heading-added-image-maximum-width-support">Added image maximum width support.</h2>
<p>We have added a new button in the image component that lets you set the maximum width for images. This feature is only available in Hashnode docs. To use it, go to your editor and type /image, then add an image. You will see the Expand image option that lets you set the maximum width.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.loom.com/share/2ebe6aea8e5d46338924fed172927d56?sid=fb90f369-50a8-4022-8c92-d7eda1139788">https://www.loom.com/share/2ebe6aea8e5d46338924fed172927d56?sid=fb90f369-50a8-4022-8c92-d7eda1139788</a></div>
<p> </p>
<hr />
<h2 id="heading-design-updates">Design updates</h2>
<ul>
<li>The “Ask AI” sidebar has been redesigned. It now functions as a research assistant within the sidebar rather than appearing as a modal. This offers a more immersive experience and removes the common issue of the modal being dismissed when clicked outside.</li>
</ul>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.loom.com/share/86f1e79df478410ba1b732922b8edbe6?sid=47059f13-6e12-4fe0-a077-137c1d221309">https://www.loom.com/share/86f1e79df478410ba1b732922b8edbe6?sid=47059f13-6e12-4fe0-a077-137c1d221309</a></div>
<p> </p>
<ul>
<li>We have also renamed the Crazy Blogger badge to Serial Blogger. This badge is awarded when you publish an article every day for 7 days.</li>
</ul>
<hr />
<h2 id="heading-miscellaneous-bug-fixes">Miscellaneous bug fixes</h2>
<ul>
<li><p>A recently introduced bug caused profile pages and the editor to sometimes show duplicate publications. This issue has now been resolved.</p>
</li>
<li><p>We deployed a fix for a UI bug, in the left sidebar on the docs client where the expand chevron icon would get cut off if page title was long.</p>
</li>
<li><p>Fixed a bug in the docs where bolded text would sometimes revert to **text if there was trailing or leading whitespace.</p>
</li>
</ul>
<hr />
<p>That’s a wrap for this week! We hope these updates help you write better docs. If you want enterprise access of Hashnode docs your team, book an demo here.</p>
]]></content:encoded></item><item><title><![CDATA[Hashnode "AI for Tomorrow" Hackathon Winners Announced]]></title><description><![CDATA[Hey Hashnoders 🥁
A huge thank you to everyone who participated in the AI for Tomorrow hackathon! We had an incredible turnout with 901 people signing up and receiving a total of 129 submissions. We were amazed by the innovative ways AI was used. Eve...]]></description><link>https://townhall.hashnode.com/hashnode-ai-for-tomorrow-hackathon-winners-announced</link><guid isPermaLink="true">https://townhall.hashnode.com/hashnode-ai-for-tomorrow-hackathon-winners-announced</guid><category><![CDATA[AIForTomorrow]]></category><dc:creator><![CDATA[Haimantika Mitra]]></dc:creator><pubDate>Sun, 11 Aug 2024 06:34:08 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1723116330185/e15c8e6c-32ed-4af9-b03b-7eca0e63d84f.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey <strong>Hashnoders</strong> 🥁</p>
<p>A huge thank you to everyone who participated in the <a target="_blank" href="https://hshno.de/the-ai-hackathon"><strong>AI for Tomorrow hackathon</strong></a>! We had an incredible turnout with <strong>901</strong> people signing up and receiving a total of <strong>129</strong> submissions. We were amazed by the innovative ways AI was used. Every single submission was fantastic, and we are so grateful to have such talented developers in our community.</p>
<p>Here are the winners, chosen by the Hashnode judging panel:</p>
<h2 id="heading-grand-winner"><strong>🥇 Grand Winner</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blog.imsadra.me/sighted-read-faster-comprehend-better-with-ai">https://blog.imsadra.me/sighted-read-faster-comprehend-better-with-ai</a></div>
<p> </p>
<p>An AI-powered solution that improves reading quality by <a class="user-mention" href="https://hashnode.com/@lnxpy">Sadra Yahyapour</a>.</p>
<p>💸 $2,000</p>
<hr />
<h2 id="heading-first-runner-up">🥈 <strong>First runner up</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://geobrodas.hashnode.dev/genkin-no-more-spreadsheets-for-tracking-cash-flow">https://geobrodas.hashnode.dev/genkin-no-more-spreadsheets-for-tracking-cash-flow</a></div>
<p> </p>
<p>An AI-based expense tracker that helps you monitor your cash flow using a chat-based system, with in-depth analysis of your spending by <a class="user-mention" href="https://hashnode.com/@geobrodas">Georgey V B</a>.</p>
<p>💸 $1,000</p>
<hr />
<h2 id="heading-second-runner-up">🥉 <strong>Second runner up</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blogsbyindrajit.hashnode.dev/introducing-aiq">https://blogsbyindrajit.hashnode.dev/introducing-aiq</a></div>
<p> </p>
<p>An AI-based application that provides engaging and bite-sized learning experiences by <a class="user-mention" href="https://hashnode.com/@indrajit">Indrajit</a>.</p>
<p>💸 $500</p>
<hr />
<h2 id="heading-10-special-category-prizes">🏅 <strong>10 Special Category Prizes</strong></h2>
<ul>
<li><p><a target="_blank" href="https://rajeeves.hashnode.dev/leveraging-ai-for-smarter-domain-name-decisions">Beyond Gut Feeling: Leveraging AI for Smarter Domain Name Decisions</a> by <a class="user-mention" href="https://hashnode.com/@rajeeves">Rajeev R. Sharma</a>.</p>
</li>
<li><p><a target="_blank" href="https://geeky-chakri.hashnode.dev/introducing-scholarai-your-ai-research-assistant">Introducing ScholarAI - Your AI Research Assistant</a> by <a class="user-mention" href="https://hashnode.com/@GeekyChakri">Geeky Chakri</a>.</p>
</li>
<li><p><a target="_blank" href="https://posandu.hashnode.dev/introducing-synapsis-the-complete-ai-based-learning-platform">Introducing Synapsis - The complete AI-based learning platform</a> by <a class="user-mention" href="https://hashnode.com/@posandu">Posandu Mapa</a>.</p>
</li>
<li><p><a target="_blank" href="https://arnab2001.hashnode.dev/codecompassai-empower-your-team-with-instant-project-insights">CodeCompass.AI: Empower Your Team with Instant Project Insights</a> by <a class="user-mention" href="https://hashnode.com/@arnab2001">Arnab Chatterjee</a>.</p>
</li>
<li><p><a target="_blank" href="https://cardoza.hashnode.dev/scriptgenie-ai-powered-scriptwriting-for-short-videos">ScriptGenie: ai-powered scriptwriting for short videos</a> by <a class="user-mention" href="https://hashnode.com/@thatCardoza">Enrique Cardoza</a>.</p>
</li>
<li><p><a target="_blank" href="https://blognik.hashnode.dev/introducing-cheatcode-your-ai-way-to-get-better-at-leetcode">Introducing CheatCode- Your AI way to get better at Leetcode!</a> by <a class="user-mention" href="https://hashnode.com/@BeNikk">Nikhil Bhatt</a>.</p>
</li>
<li><p><a target="_blank" href="https://liferacer.hashnode.dev/adwriter-ai-powered-ad-copy-solution">AdWriter : AI-Powered Ad Copy Solution</a> by <a class="user-mention" href="https://hashnode.com/@liferacer">Hemanth Reddy</a>.</p>
</li>
<li><p><a target="_blank" href="https://igenie.hashnode.dev/master-your-interview-skills-with-ai-practice-perfect-and-ace-your-dream-job">Master Your Interview Skills with AI: Practice, Perfect, and Ace Your Dream Job!</a> by <a class="user-mention" href="https://hashnode.com/@vikingCodes">Arjun Sharma</a>.</p>
</li>
<li><p><a target="_blank" href="https://ansellmax.hashnode.dev/banter-bot-ai-powered-language-learning-platform">Banter Bot: AI-Powered Language Learning Platform</a> by <a class="user-mention" href="https://hashnode.com/@ansellmax">Ansell Maximilian</a>.</p>
</li>
<li><p><a target="_blank" href="https://atchyutn.hashnode.dev/therapy-genius">Revolutionizing Therapy with AI: A Journey from Challenge to Innovation</a> by <a class="user-mention" href="https://hashnode.com/@atchyutn">Atchyut Nagabhairava</a>.</p>
</li>
</ul>
<p>💸 Each person in this category gets <strong>$100</strong> in cash or equivalent Amazon vouchers.</p>
<hr />
<h2 id="heading-10-participation-prizes">🏅 <strong>10 Participation Prizes</strong></h2>
<ul>
<li><p><a target="_blank" href="https://hrutikk.hashnode.dev/emmaai-enhance-the-quality-of-your-life-every-day">emmaAI - Enhance the quality of your life every day</a> by <a class="user-mention" href="https://hashnode.com/@hrutikk">HRUTIK KUMTHEKAR</a>.</p>
</li>
<li><p><a target="_blank" href="https://jatinrawat.hashnode.dev/cmd-on-autopilot">CMD on Autopilot</a> by <a class="user-mention" href="https://hashnode.com/@Kaku">Jatin Rawat</a>.</p>
</li>
<li><p><a target="_blank" href="https://ekmin.hashnode.dev/spotit-your-new-tool-for-product-discovery">SpotIt: Your New Tool for Product Discovery</a> by <a class="user-mention" href="https://hashnode.com/@ekmin">Ekmin Samaraweera</a>.</p>
</li>
<li><p><a target="_blank" href="https://nidhinkumar.hashnode.dev/generate-svg-images-from-text-using-svgpix">SVGPix: Generate SVG Icons from Text</a> by <a class="user-mention" href="https://hashnode.com/@nidhinkumar">nidhinkumar</a>.</p>
</li>
<li><p><a target="_blank" href="https://filipmelka.hashnode.dev/introducing-flashnode-ai-powered-flashcards-for-hashnode-articles">Introducing Flashnode: AI-Powered Flashcards for Hashnode Articles</a> by <a class="user-mention" href="https://hashnode.com/@filipmelka">Filip Melka</a>.</p>
</li>
<li><p><a target="_blank" href="https://omgate.hashnode.dev/trackit-the-ultimate-ai-task-scheduler-for-seamless-project-management">TrackIt: The Ultimate AI Task Scheduler for Seamless Project Management</a> by <a class="user-mention" href="https://hashnode.com/@OmGaTe">Om Gate</a>.</p>
</li>
<li><p><a target="_blank" href="https://avater.hashnode.dev/lawson">Lawson : A Tool for Lawyers to Understand Court Cases in Seconds</a> by <a class="user-mention" href="https://hashnode.com/@Avater">Soumyadip Moni</a>.</p>
</li>
<li><p><a target="_blank" href="https://cswithiyush.hashnode.dev/anidex-a-step-by-step-journey-to-building-an-animal-pokedex">Anidex: A Step-by-Step Journey to Building an Animal Pokedex</a> by <a class="user-mention" href="https://hashnode.com/@Iyush">Ayush Pawar</a>.</p>
</li>
<li><p><a target="_blank" href="https://9thtech.hashnode.dev/mockree-ai-powered-job-interview-simulator">Mockree - AI Powered Job Interview Simulator</a> by <a class="user-mention" href="https://hashnode.com/@Samso9th">9th Tech</a>.</p>
</li>
<li><p><a target="_blank" href="https://akdeepankar.hashnode.dev/experience-incampus">Experience inCampus</a> by <a class="user-mention" href="https://hashnode.com/@akdeepankar">Ak Deepankar</a>.</p>
</li>
</ul>
<p>💸 Each person in this category gets <strong>$50</strong> in cash or equivalent Amazon vouchers.</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we deeply appreciate the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[Making Hashnode AI free for all our users!]]></title><description><![CDATA[Today we're excited to announce that our AI writing features are now free for everyone on Hashnode! This means all our users, even those on the free plan, can now supercharge their blogging and content creation process with powerful AI tools.
AI oper...]]></description><link>https://townhall.hashnode.com/making-hashnode-ai-free-for-all-our-users</link><guid isPermaLink="true">https://townhall.hashnode.com/making-hashnode-ai-free-for-all-our-users</guid><category><![CDATA[Hashnode]]></category><category><![CDATA[AI]]></category><category><![CDATA[openai]]></category><category><![CDATA[GPT 4]]></category><dc:creator><![CDATA[Sandeep Panda]]></dc:creator><pubDate>Wed, 17 Apr 2024 12:11:44 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1713355205073/106cd5f3-5269-414d-8640-8118d860589f.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Today we're excited to announce that our <a target="_blank" href="https://hashnode.com/ai">AI writing features</a> are now free for everyone on Hashnode! This means all our users, even those on the free plan, can now supercharge their blogging and content creation process with powerful AI tools.</p>
<p>AI operations are powered by the efficient <code>gpt3.5-turbo</code> model, fine-tuned for article writing, although some rate limits will apply.</p>
<p>For those who need even more power, our <a target="_blank" href="https://hashnode.com/pro">PRO users</a> will continue to enjoy exclusive access to <strong>GPT-4</strong>, which offers superior quality and fewer restrictions. PRO benefits also include <strong>GPT-4 vision</strong> for generating image alt text and the ability to create visually stunning blog covers with Dall-E 3 integration.</p>
<p>Free users now have access to a suite of AI-powered features, including:</p>
<h2 id="heading-ai-based-rephrasing">AI-based rephrasing</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1713354781041/371ce60a-8d42-462e-87c1-b4c1510256f9.png" alt class="image--center mx-auto" /></p>
<p>Easily rework any paragraph to change the style, fix grammar, or make it easier to understand. This powerful feature helps you get your ideas across exactly how you want, making your writing clear and engaging for readers.</p>
<h2 id="heading-ai-based-optimization-for-titles-subtitles-and-seo"><strong>AI-based optimization for titles, subtitles, and SEO</strong></h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1713354842502/826c0cdf-22b3-4910-9bca-1b54380b5a15.png" alt class="image--center mx-auto" /></p>
<p>Get more eyes on your content with better titles and descriptions. Hashnode's AI helps you write headlines that are both catchy and search engine friendly. By optimizing your titles and descriptions for SEO, you'll help more people find your articles, potentially boosting your traffic and engagement.</p>
<h2 id="heading-ai-slash-commands"><strong>AI Slash Commands</strong></h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1713354901791/ec188503-a510-438a-a8bf-e10ff82cdf0d.png" alt class="image--center mx-auto" /></p>
<p>Our new AI slash commands will level up your writing! Generate code snippets in a flash, organize your thoughts with outlines, and create summaries of those long articles. Just type <code>/ai</code> in the editor to unlock these tools. We built them to save you time and help you write even better content – whether you're coding, brainstorming, or getting the gist of complex ideas.</p>
<h2 id="heading-contextual-ai-chatbot"><strong>Contextual AI Chatbot</strong></h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1713355029944/144178d0-2b16-4f84-a661-1c3481406d95.png" alt class="image--center mx-auto" /></p>
<p>Get a boost from our smart AI chatbot while you write. Need a quick outline, some creative ideas, or in-depth explanations on a tricky topic? It's got you covered.</p>
<p>The best part? Our AI chatbot understands what you've already written, even long drafts. Perfect for researching, co-writing, or anything else you might need a hand with. I especially love it for X and LinkedIn thread creation. 🙌</p>
<h2 id="heading-ai-generated-ai-assisted">❌ AI generated, ✅ AI-assisted</h2>
<p>We're committed on making the creative process better with AI – not replacing it. Our tools use AI to streamline and improve your work, but you stay in the driver's seat. This keeps your content original and authentic, infused with your own ideas and voice. It's a balancing act that helps you keep your unique style while getting the most out of AI. Personally, I've found I can write a lot faster now – a draft that took 4-6 hours is done in 2!</p>
<h2 id="heading-continuous-iteration">Continuous Iteration</h2>
<p>We're always working to make our AI tools better! Like any AI, there might be times when the information isn't perfectly accurate, or things don't work quite right. It's important to double-check any critical facts. We love your feedback – if something isn't working or you have ideas, please reach out on <a target="_blank" href="https://discord.gg/hashnode">Discord</a> or <a target="_blank" href="https://twitter.com/hashnode">X</a>.</p>
<p>Our goal is to make these tools accessible to more developers, writers, and creators. We want to help you share your ideas effectively and reach a wider audience.</p>
<p>Start using these features today and see the difference they can make! 💙</p>
<p><a target="_blank" href="https://hn.new"><strong>Start a new draft!</strong></a></p>
]]></content:encoded></item><item><title><![CDATA[Introducing Auto-Blog AI: Blog while you nap! 😴 ✨]]></title><description><![CDATA[Hashnode's goal is to empower developers and technical writers by providing a seamless and user-friendly platform for blogging and sharing knowledge. Today, we are taking a next big step — we're introducing Auto-Blog AI ✨, Hashnode's newest AI featur...]]></description><link>https://townhall.hashnode.com/introducing-auto-blog-ai</link><guid isPermaLink="true">https://townhall.hashnode.com/introducing-auto-blog-ai</guid><category><![CDATA[Hashnode]]></category><category><![CDATA[AI]]></category><category><![CDATA[Blogging]]></category><dc:creator><![CDATA[Syed Fazle Rahman]]></dc:creator><pubDate>Mon, 01 Apr 2024 12:07:54 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1711956901315/879b955a-82f6-4b4e-9310-4c6a08460217.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hashnode's goal is to empower developers and technical writers by providing a seamless and user-friendly platform for blogging and sharing knowledge. Today, we are taking a next big step — we're introducing <strong>Auto-Blog AI ✨</strong>, Hashnode's newest AI feature that's going to make blogging easier than ever.</p>
<h2 id="heading-so-whats-auto-blog-ai">So, what's Auto-Blog AI?</h2>
<p>Imagine this: You're chilling, minding your own business, and BOOM – brilliant blog idea strikes!</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeWl1dXlmbmh0b2R5b3k2dXRzMDA4ZWU4dGFiNzZ5ZGh2NnE3bnJraSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/tpV25RE5bJ33gjHDPA/giphy.gif">https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeWl1dXlmbmh0b2R5b3k2dXRzMDA4ZWU4dGFiNzZ5ZGh2NnE3bnJraSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/tpV25RE5bJ33gjHDPA/giphy.gif</a></div>
<p> </p>
<p>With Auto-Blog, your idea magically transforms into a full-fledged blog post, published before you even finish that iced-tea. <strong><em>Oh, and Auto-Blog ain't just a writer – it's your blog's new social butterfly, charming your readers in the comment section with witty replies and impeccable virtual manners.</em></strong></p>
<p>Just think and Auto-Blog starts working!</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://giphy.com/gifs/Caats-Sm9AfJRiZofjlrkAAl">https://giphy.com/gifs/Caats-Sm9AfJRiZofjlrkAAl</a></div>
<p> </p>
<h2 id="heading-why-auto-blog-is-awesome">Why Auto-Blog is awesome!</h2>
<ul>
<li><p><strong>Think It, Blog It:</strong> Spark of genius? Now it's a polished post. Just like that.</p>
</li>
<li><p><strong>Auto AI Comments:</strong> Keeps the conversation flowing with AI-powered wit and banter with your readers.</p>
</li>
<li><p><strong>Always On:</strong> Blog's running on auto-pilot while you're catching those Zs or out exploring the world.</p>
</li>
</ul>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.loom.com/share/a78a7739821c405989806ee136637ad9?sid=70542c87-9380-4b76-b71d-27642426670f">https://www.loom.com/share/a78a7739821c405989806ee136637ad9?sid=70542c87-9380-4b76-b71d-27642426670f</a></div>
<p> </p>
<h2 id="heading-the-idea-behind-auto-blog">The idea behind Auto-Blog</h2>
<p>We get it – blogging rocks, but it can also be a lot of work. Keeping up with posts, comments, and everyday life? That's tough! Auto-Blog is our answer – we want your creativity to fly, not get bogged down in the daily grind. Your blog thrives, your readers stay happy, and you? You get to focus on your daily life hassles.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://tenor.com/view/just-chill-chill-out-relax-take-it-easy-clg-gif-15652545">https://tenor.com/view/just-chill-chill-out-relax-take-it-easy-clg-gif-15652545</a></div>
<p> </p>
<h2 id="heading-lets-get-real">Let's get real!</h2>
<p>Auto-blog is in private beta and we're looking for early adopters. 100 seats left.</p>
<p><a target="_blank" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">✨Try Auto-blog (v 0.0.4.01.24)!</a></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://tenor.com/view/andy-dwyer-try-it-gif-11833647">https://tenor.com/view/andy-dwyer-try-it-gif-11833647</a></div>
]]></content:encoded></item><item><title><![CDATA[Introducing Hashnode's Referral Program - Help us grow and thrive together!]]></title><description><![CDATA[Hashnode Headless CMS is a way for developers and large teams to use Hashnode as a Backend while still enjoying Hashnode's hosted publishing workflow. Our Markdown-powered WYSIWYG editor, publishing workflow (scheduling, approving and rejecting artic...]]></description><link>https://townhall.hashnode.com/hashnode-referral-program-announcement</link><guid isPermaLink="true">https://townhall.hashnode.com/hashnode-referral-program-announcement</guid><category><![CDATA[Hashnode]]></category><category><![CDATA[headless cms]]></category><dc:creator><![CDATA[Sandeep Panda]]></dc:creator><pubDate>Wed, 20 Mar 2024 10:18:27 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1710929088706/1f52be4d-d5ea-4e64-ab1a-79d449e85c1a.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1710922146374/fe150fcd-a223-4264-bf8b-9c6fe8fd0aa7.png" alt class="image--center mx-auto" /></p>
<p><a target="_blank" href="https://hashnode.com/headless">Hashnode Headless CMS</a> is a way for developers and large teams to use Hashnode as a Backend while still enjoying Hashnode's hosted publishing workflow. Our Markdown-powered WYSIWYG editor, publishing workflow (scheduling, approving and rejecting articles from team members), analytics and GitHub backup has always been the main attraction of the platform. Now, you can use all these wonderful features while taking full control of your blog frontend via Hashnode Headless CMS.</p>
<p>Hashnode Headless CMS is free to use for individual developers and requires an <a target="_blank" href="https://hashnode.com/headless#pricing">Enterprise license</a> for teams and enterprises to use in production.</p>
<p><strong><em>Testimonials from recent customers who switched to Hashnode's Headless CMS:</em></strong></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1710922990773/27f44758-b02e-4143-8e23-f581088cd371.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1710922984906/3b70e4bc-4fe2-47a5-923e-33606e450ffa.png" alt class="image--center mx-auto" /></p>
<p>With this, we're excited to introduce the <a target="_blank" href="https://hashnode.com/headless/referral?source=hashnode-footer"><strong>Hashnode's Referral Program</strong></a> — an initiative that will get you rewarded every time you help an enterprise or a team switch to Hashnode Headless CMS. Putting our proud community to work. 💪</p>
<h2 id="heading-so-what-is-the-referral-program">So, what is the referral program?</h2>
<p>The <a target="_blank" href="https://hashnode.com/headless/referral">Hashnode referral program</a> is a unique opportunity to earn while advocating for <a target="_blank" href="https://hashnode.com/headless">Hashnode Headless CMS</a>. Pitch Hashnode Headless CMS within your company, among peers, or at conferences and meetings. Each time a company/team signs up for a Hashnode Enterprise license through your referral, you receive <strong>$500</strong>. It's our way of thanking you for spreading the word about Hashnode's capabilities and growing with our community.</p>
<p>Here's how it works:</p>
<ol>
<li><p>Find a team in your network in need of a purpose-built Headless CMS for their blogging. <em>Psst - your current employer might need this as well. ;)</em></p>
</li>
<li><p>Connect us with a decision-maker at the enterprise <a target="_blank" href="mailto:sales@hashnode.com?subject=Referring%20%3Ccompany_name%3E%20to%20try%20Hashnode%20Headless%20CMS&amp;body=Introduce%20the%20company%20to%20the%20Hashnode%27s%20team.">via email</a>. Also include relevant contact details and a brief explanation of why you believe Hashnode Headless CMS would be a good fit for them.</p>
</li>
<li><p>As soon as the introduction is done, our team gets on a call with the company and demoes Hashnode Headless CMS.</p>
</li>
<li><p>Once they purchase a Hashnode license, one of our team members reaches out to you for the $500 reward.</p>
</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1710926031810/80e4168b-38a8-4150-bae5-b058e663aa3a.png" alt class="image--center mx-auto" /></p>
<h2 id="heading-the-why">The Why!</h2>
<p><a target="_blank" href="https://hashnode.com/headless?source=CMSblog">Hashnode Headless CMS</a> is a purpose-built Headless CMS that empowers large teams and enterprises to build a blog frontend from the ground up using Hashnode's GraphQL APIs while using Hashnode's publishing workflow and dashboard as the backend. Imagine Shopify's Headless CMS, a purpose-built Headless CMS that excels at offering eCommerce backend in the headless mode.</p>
<h3 id="heading-100-control-over-blog-frontend">100% control over blog frontend</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1710927707402/fdb26e4e-8488-437b-9ff2-87d8c95f8949.png" alt class="image--center mx-auto" /></p>
<p>Hashnode's GraphQL APIs make it easy to build a unique blog frontend using your favorite tools like Next.js, React.js, and TailwindCSS. Your blog will integrate seamlessly with the rest of your site. If you don't want too much integration hassle, fork our ready-to-use <a target="_blank" href="https://github.com/hashnode/starter-kit">blog starter-kit</a>, customise, and deploy to your cloud in under 20 mins.</p>
<h3 id="heading-inline-commenting-inside-the-editor">Inline commenting inside the editor</h3>
<p><img src="https://cdn.discordapp.com/attachments/981816385074253825/1219285729658798170/image.png?ex=660abf53&amp;is=65f84a53&amp;hm=c4d3d894d6417ad07c08dc71f92ee569d13c2b1cad89eb140c65cf10164c89b9&amp;" alt /></p>
<p>Highlight text and leave comments making it easier to review articles and share feedback to teammates. This feature is exclusive to the Enterprise plan.</p>
<h3 id="heading-real-time-collaborative-editing">Real-time collaborative editing</h3>
<p>Write faster together with Hashnode's new real-time collaborative editing where more than two people can write and edit articles together. This feature is also exclusive to the Enterprise plan.</p>
<p><img src="https://cdn.discordapp.com/attachments/981816385074253825/1194929091510550528/image.png?ex=660531f0&amp;is=65f2bcf0&amp;hm=3a9af44e9193a8102a07db89e0a63cee878954a7f99d8de03e45192d888ab532&amp;" alt /></p>
<h3 id="heading-other-enterprise-features-include">Other Enterprise features include:</h3>
<ul>
<li><p>99.9% uptime guarantee</p>
</li>
<li><p>Custom SLA</p>
</li>
<li><p>AI-assisted writing for team members</p>
</li>
<li><p>SSO</p>
</li>
<li><p>Audit logs</p>
</li>
<li><p>Priority support over email</p>
</li>
<li><p>Dedicated support over Slack</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1710929743397/f69b0992-5167-415f-9d69-bc6115052588.png" alt class="image--center mx-auto" /></p>
<h2 id="heading-hashnode-headless-in-action"><strong>Hashnode Headless in action</strong> 👇</h2>
<p>Here are some companies using Hashnode's Headless CMS in production:</p>
<ol>
<li><p><a target="_blank" href="https://mindsdb.com/blog">MindsDB Blog</a></p>
</li>
<li><p><a target="_blank" href="https://blog.buildwithfern.com/">Fern Blog</a></p>
</li>
<li><p><a target="_blank" href="https://pangea.cloud/blog/">Pangea.cloud</a></p>
</li>
<li><p><a target="_blank" href="https://fix.security/blog">Fix's Blog</a></p>
</li>
<li><p><a target="_blank" href="https://hypermode.com/blog/breaking-up-gpt-monoliths-in-webapps-with-hypermode">Hypermode's blog</a></p>
</li>
<li><p><a target="_blank" href="https://www.outerbase.com/blog/">Outerbase's Blog</a></p>
</li>
</ol>
<h2 id="heading-ready">Ready?</h2>
<p>Headover to Hashnode's referral page, read the instructions and <a target="_blank" href="https://hashnode.com/headless/referral">start referring</a>.</p>
<p>Thank you again for supporting Hashnode. For any doubts make sure to read the <a target="_blank" href="https://hashnode.com/headless/referral?source=hashnode-footer">FAQ section</a> and for any additional questions, join the community on <a target="_blank" href="https://discord.gg/hashnode">Discord</a>.</p>
]]></content:encoded></item><item><title><![CDATA[Breaking barriers: Celebrating women in tech]]></title><description><![CDATA[Today marks a special occasion—March 8th, International Women's Day—a day dedicated to celebrating all women. At Hashnode, we are starting off the celebration with a month long initiative called "Breaking Barriers".
Before we get into the details, le...]]></description><link>https://townhall.hashnode.com/breaking-barriers-celebrating-women-in-tech</link><guid isPermaLink="true">https://townhall.hashnode.com/breaking-barriers-celebrating-women-in-tech</guid><category><![CDATA[#IWD2024]]></category><dc:creator><![CDATA[Haimantika Mitra]]></dc:creator><pubDate>Fri, 08 Mar 2024 09:21:13 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1709823883142/af7640d5-7381-41cb-8231-8f15f4039d5c.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Today marks a special occasion—March 8th, International Women's Day—a day dedicated to celebrating all women. At Hashnode, we are starting off the celebration with a month long initiative called <strong>"Breaking Barriers".</strong></p>
<p>Before we get into the details, let's see why are we still talking about women in-tech in the 21st century. It is no secret that women in-tech is largely underrepresented. The men to women ratio in technical roles is <strong>4:1</strong>. The total representation of women in tech is less than <strong>3 out of 10</strong> people. In total women makes up only <strong>28%</strong> of the tech industry, and that's not all, there are more shocking numbers when it comes to receiving funding, getting a promotion, facing harassment and quitting the industry. You can read the numbers <a target="_blank" href="https://www.luisazhou.com/blog/women-in-tech-statistics/#:~:text=The%20number%20of%20women%20in%20tech%20increased%20less%20than%201%25%20in%202022&amp;text=In%202020%2C%20women%20made%20up,make%20up%2027.6%25%20in%20tech.">here</a>.</p>
<h3 id="heading-what-is-breaking-barriers">What is Breaking Barriers?</h3>
<p>Breaking Barriers is an initiative by Hashnode to inspire more women to participate in tech and bring about a change. We invite Hashnoders to share their own stories or about women in tech who inspired them the most.</p>
<h3 id="heading-participation-guidelines">Participation guidelines:</h3>
<ol>
<li><p>Share blogs about women in-tech: It can be your own story or about someone you look up to.</p>
</li>
<li><p>Add the <a target="_blank" href="https://hashnode.com/n/iwd2024"><strong>#IWD2024</strong></a> tag to your blogs.</p>
</li>
<li><p>Four themes you can write about:</p>
<ul>
<li><p><strong>Breaking stereotypes:</strong> Share stories of how women navigate and overcome challenges, including overcoming biases and strategies to deal with them.</p>
</li>
<li><p><strong>Innovation and leadership:</strong> Highlight the contributions of women to innovation, leadership, and entrepreneurship. Share tales of women who have led projects, launched tech companies, or spearheaded R&amp;D efforts.</p>
</li>
<li><p><strong>Education and empowerment:</strong> Discuss the importance of education and mentoring in empowering the next generation of women in tech. Talk about initiatives, programs, and policies aimed at encouraging women to pursue STEM fields.</p>
</li>
<li><p><strong>Everything women in tech:</strong> This broad theme allows for a variety of topics, including personal narratives, unconventional career paths, and unique challenges or successes.</p>
</li>
</ul>
</li>
</ol>
<h3 id="heading-rewards">Rewards</h3>
<ol>
<li><p>To honor every effort, we are issuing a <strong><em>Diversity Champion</em></strong> badge to everyone submitting articles with the <strong>#IWD2024</strong> tag and <strong><em>Inspirational Writer</em></strong> badge to the top 10 authors.</p>
</li>
<li><p><strong>Featuring stories daily</strong> on Hashnode’s social channels and hosting discussions with women in tech throughout the month on <a target="_blank" href="https://twitter.com/hashnode">X</a> .</p>
</li>
</ol>
<p>Here's a sneak peek of the badges👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1709881159616/bb145a7a-9634-4fe2-a58c-28c93ea8233b.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-next-steps">Next steps:</h3>
<ul>
<li><p>The submission window is open from <strong>8th of March</strong> to <strong>31st of March.</strong></p>
</li>
<li><p>Since this is a community initiative, we will choose the top 10 blogs depending on the <strong>number of upvotes</strong> in the articles.</p>
</li>
<li><p>Once the event is over, we will reach out to the top 10 blog authors via email along with social media announcement.</p>
</li>
<li><p>Every participant will receive the badges via email.</p>
</li>
<li><p>For any questions, you can reach out to us on <a target="_blank" href="http://discord.gg/hashnode"><strong>Discord</strong></a>.</p>
</li>
</ul>
]]></content:encoded></item><item><title><![CDATA[Hashnode APIs Hackathon Winners Announced]]></title><description><![CDATA[Hey Hashnoders 🥁
Thank you to everyone who participated in the Hashnode APIs Hackathon! Following the launch of Headless Hashnode, we were truly amazed to see the innovative ways its capabilities were used. Each submission was great, and we are grat...]]></description><link>https://townhall.hashnode.com/hashnode-apis-hackathon-winners-announced</link><guid isPermaLink="true">https://townhall.hashnode.com/hashnode-apis-hackathon-winners-announced</guid><category><![CDATA[APIHackathon]]></category><dc:creator><![CDATA[Haimantika Mitra]]></dc:creator><pubDate>Tue, 13 Feb 2024 06:13:34 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1707804766275/fbebe6c8-8184-4267-b809-8add8f31b21c.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey <strong>Hashnoders</strong> 🥁</p>
<p>Thank you to everyone who participated in the <a target="_blank" href="https://hashnode.com/hackathons/apihackathon"><strong>Hashnode APIs Hackathon</strong></a>! Following the launch of <a target="_blank" href="https://hashnode.com/headless">Headless Hashnode</a>, we were truly amazed to see the innovative ways its capabilities were used. Each submission was great, and we are grateful to have experienced developers in our community.</p>
<p>Here are the winners, chosen by the Hashnode judging panel:</p>
<h2 id="heading-category-1-winners"><strong>🥇 Category 1 Winners</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://serverlesstypescript.com/pinecone-x-hashnode-add-semantic-search-to-your-hashnode-blog-posts">https://serverlesstypescript.com/pinecone-x-hashnode-add-semantic-search-to-your-hashnode-blog-posts</a></div>
<p> </p>
<p>Adding semantic search to Hashnode blog posts by <a target="_blank" href="https://hashnode.com/@andreamorosi">Andrea Amorosi</a> and <a target="_blank" href="https://hashnode.com/@pbv0">Pascal Vogel</a><strong>.</strong></p>
<p>💸 $2,500</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://benrobo.hashnode.dev/hashnode-blogging-companion">https://benrobo.hashnode.dev/hashnode-blogging-companion</a></div>
<p> </p>
<p>Hashmind- Your personal Hashnode blogging assistant by <a target="_blank" href="https://hashnode.com/@benrobo">Benaiah</a>.</p>
<p>💸 $2,500</p>
<hr />
<h2 id="heading-category-2-winners"><strong>🥇 Category 2 Winners</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://xprilion.com/gatsby-hashnode-headless-starter-kit/">https://xprilion.com/gatsby-hashnode-headless-starter-kit/</a></div>
<p> </p>
<p>Gatsby x Hashnode by <a target="_blank" href="https://hashnode.com/@xprilion">Anubhav Singh</a></p>
<p>💸 $2,500</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blog.alexkates.dev/introducing-hashnode-next">https://blog.alexkates.dev/introducing-hashnode-next</a></div>
<p> </p>
<p>Hashnode Next- A simple Hashnode starter kit powered by <a target="_blank" href="https://nextjs.org/"><strong>Next.js</strong> and <strong>sh</strong></a><a target="_blank" href="https://ui.shadcn.com/"><strong>adcn/ui</strong></a> by <a target="_blank" href="https://hashnode.com/@thealexkates">Alex Kates</a>.</p>
<p>💸 $2,500</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we recognize and cherish the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[MindsDB x Hashnode Winners]]></title><description><![CDATA[Hey Hashnoders 🥁
Thank you to everyone that participated in the MindsDB Hackathon at Hashnode! We are truly amazed by the excellent contributions and grateful to have experienced developers in our community.
Here are the winners, chosen by the Minds...]]></description><link>https://townhall.hashnode.com/mindsdb-x-hashnode-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/mindsdb-x-hashnode-winners</guid><category><![CDATA[MindsDBHackathon]]></category><dc:creator><![CDATA[Haimantika Mitra]]></dc:creator><pubDate>Wed, 07 Feb 2024 07:41:29 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1707288776942/c5529c95-2148-4b7b-bd1f-b98e5d503dc7.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey <strong>Hashnoders</strong> 🥁</p>
<p>Thank you to everyone that participated in the <a target="_blank" href="https://hashnode.com/hackathons/mindsdb"><strong>MindsDB Hackathon</strong></a> at Hashnode! We are truly amazed by the excellent contributions and grateful to have experienced developers in our community.</p>
<p>Here are the winners, chosen by the MindsDB judging panel:</p>
<h2 id="heading-grand-winner"><strong>🥇 Grand Winner</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://maulcenter.hashnode.dev/ai-powered-server-insights-building-an-intelligent-monitoring-system-with-mindsdb">https://maulcenter.hashnode.dev/ai-powered-server-insights-building-an-intelligent-monitoring-system-with-mindsdb</a></div>
<p> </p>
<p>Building an Intelligent Monitoring System with MindsDb by <a target="_blank" href="https://hashnode.com/@maulcenter">Maulana Akbar Dwijaya</a></p>
<p>💸 $5,000</p>
<hr />
<h2 id="heading-runner-ups"><strong>🎖️ Runner ups</strong></h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://rookiecoderlok.hashnode.dev/learning-and-hiring-made-easy-with-mindsdb">https://rookiecoderlok.hashnode.dev/learning-and-hiring-made-easy-with-mindsdb</a></div>
<p> </p>
<p>Skillsnap - A tool to make hiring easy by <a target="_blank" href="https://hashnode.com/@RookieCoderLok">lokprakash Babu</a></p>
<p>💸 $1,000</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://visheshbaghel.hashnode.dev/how-to-build-an-automated-bug-predicting-bot-with-zero-ai-knowledge">https://visheshbaghel.hashnode.dev/how-to-build-an-automated-bug-predicting-bot-with-zero-ai-knowledge</a></div>
<p> </p>
<p>Glidee-bot - Helps developers save time and effort while doing code reviews by <a target="_blank" href="https://visheshbaghel.hashnode.dev/?source=top_nav_blog_home">Vishesh Baghel</a></p>
<p>💸 $1,000</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://utsavbhattarai.hashnode.dev/introducing-apexa-the-analyzer">https://utsavbhattarai.hashnode.dev/introducing-apexa-the-analyzer</a></div>
<p> </p>
<p>Apexa - It is a web application where you can keep track of your <strong>YouTube videos</strong> and <strong>Hashnode blogpost</strong> to understand your audience's thoughts on your content by <a target="_blank" href="https://hashnode.com/@rajeshkhadka">Rajesh Khadka</a> and <a target="_blank" href="https://hashnode.com/@bishesh">Bishesh Marasini</a>.</p>
<p>💸 $1,000</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://imsadra.me/revai-let-ai-review-it-first">https://imsadra.me/revai-let-ai-review-it-first</a></div>
<p> </p>
<p>RevAI - It is a <strong>GitHub Action</strong> that enables you to create a pipeline on each pull request opened on your repositories by <a target="_blank" href="https://hashnode.com/@lnxpy">Sadra Yahyapour</a>.</p>
<p>💸 $1,000</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blog.bishalonline.co/revolutionizing-loan-approval-ai-powered-fastapi-and-mindsdb-solution-for-instant-decisions">https://blog.bishalonline.co/revolutionizing-loan-approval-ai-powered-fastapi-and-mindsdb-solution-for-instant-decisions</a></div>
<p> </p>
<p>LendSwift - An AI tool that can predict loan approval based on users data, offering a faster and more reliable alternative to the conventional approach by <a target="_blank" href="https://blog.bishalonline.co/?source=top_nav_blog_home">Biplab Bera</a>.</p>
<p>💸 $1,000</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we recognize and cherish the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team<a target="_blank" href="https://hussainshk.hashnode.dev/pommento-secure-comment-service-using-pangea"></a></p>
]]></content:encoded></item><item><title><![CDATA[Pangea x Hashnode Winners]]></title><description><![CDATA[Hey Hashnoders 🥁
Thank you to everyone that participated in the Pangea Securathon at Hashnode! We are truly amazed by the excellent contributions and grateful to have experienced developers in our community.
Here are the winners, chosen by the Pange...]]></description><link>https://townhall.hashnode.com/pangea-x-hashnode-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/pangea-x-hashnode-winners</guid><category><![CDATA[pangea]]></category><category><![CDATA[PangeaSecurathon]]></category><category><![CDATA[hackathon]]></category><dc:creator><![CDATA[Daniela Passos]]></dc:creator><pubDate>Fri, 08 Dec 2023 03:24:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1701899531004/6775517f-3f7c-4094-9cd6-46840569d0aa.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey <strong>Hashnoders</strong> 🥁</p>
<p>Thank you to everyone that participated in the <a target="_blank" href="http://hashnode.com/hackathons/pangea">Pangea Securathon</a> at Hashnode! We are truly amazed by the excellent contributions and grateful to have experienced developers in our community.</p>
<p>Here are the winners, chosen by the Pangea and Hashnode judging panel:</p>
<h2 id="heading-grand-winner">🥇 Grand Winner</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://hussainshk.hashnode.dev/pommento-secure-comment-service-using-pangea">https://hussainshk.hashnode.dev/pommento-secure-comment-service-using-pangea</a></div>
<p> </p>
<p>Pommento - Secure comment service by <a class="user-mention" href="https://hashnode.com/@hussainshk">Hussain Shaikh</a><br />💸 $1,000</p>
<hr />
<h2 id="heading-runner-ups">🎖️ Runner ups</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://tegarimansyah.hashnode.dev/building-an-cli-for-streamlining-server-access-management-with-pangea-vault-and-authn">https://tegarimansyah.hashnode.dev/building-an-cli-for-streamlining-server-access-management-with-pangea-vault-and-authn</a></div>
<p> </p>
<p>Building an CLI for Streamlining Server Access Management by <a class="user-mention" href="https://hashnode.com/@tegarimansyah">Tegar Imansyah</a><br />💰 $500</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://annuj.hashnode.dev/nexa-pangeasecurathon-submission">https://annuj.hashnode.dev/nexa-pangeasecurathon-submission</a></div>
<p> </p>
<p>Nexa by <a class="user-mention" href="https://hashnode.com/@annu12340">Annu</a><br />💰$500</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blog.manowish.com/compress-enhancing-security-with-pangea-integration-1">https://blog.manowish.com/compress-enhancing-security-with-pangea-integration-1</a></div>
<p> </p>
<p>Compress: Enhancing Security with Pangea Integration by <a class="user-mention" href="https://hashnode.com/@turnel">Adeyeye George</a><br />💰 $500</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://aadarshkannan.hashnode.dev/disguard-protecting-your-discord-server-from-malicious-threats">https://aadarshkannan.hashnode.dev/disguard-protecting-your-discord-server-from-malicious-threats</a></div>
<p> </p>
<p>DisGuard: Protecting Your Discord Server from Malicious Threats by <a class="user-mention" href="https://hashnode.com/@dotaadarsh">Aadarsh</a><br />💰 $500</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we recognize and cherish the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[What's new at Hashnode — Nov '23]]></title><description><![CDATA[Hello Hashnoders, I'm excited to share our November product updates with you! We've been cooking awesome updates to improve your experience within our community. Let me know which feature you liked the most by leaving a comment on this post!
Headless...]]></description><link>https://townhall.hashnode.com/whats-new-at-hashnode-nov-23</link><guid isPermaLink="true">https://townhall.hashnode.com/whats-new-at-hashnode-nov-23</guid><category><![CDATA[Hashnode]]></category><dc:creator><![CDATA[Daniela Passos]]></dc:creator><pubDate>Wed, 06 Dec 2023 11:36:53 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861029122/b9b97fb8-af5c-4101-b1b0-93a322bc3967.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello Hashnoders, I'm excited to share our <strong>November</strong> product updates with you! We've been cooking awesome updates to improve your experience within our community. Let me know which feature you liked the most by leaving a comment on this post!</p>
<h3 id="heading-headless-hashnode">Headless Hashnode</h3>
<p><a target="_blank" href="https://hshno.de/headless-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701707264793/efc4280b-2b03-401c-89e4-81e81374a300.jpeg" alt class="image--center mx-auto" /></a></p>
<p>Combine Hashnode's capabilities with your custom-built blog with Headless Hashnode. Deploy on any domain or sub-paths such as <code>/blog</code>.<br />🤝 <a target="_blank" href="https://hshno.de/headless-pu">Build your blog, your way</a> or fork our <a target="_blank" href="https://hshno.de/starter-pu">blog starter kit</a> and start building!</p>
<h3 id="heading-editor-v2">Editor V2</h3>
<p><a target="_blank" href="https://hshno.de/hn-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861047626/8ee26aa5-246c-4ca0-9ab4-6bd81dba6a0b.png" alt class="image--center mx-auto" /></a></p>
<p>Our favorite <a target="_blank" href="https://hshno.de/hn-pu">blog Editor</a> got overhauled with a new UI, upgraded UX, and improved set of controls.</p>
<h3 id="heading-recommendations">Recommendations</h3>
<p><a target="_blank" href="https://hshno.de/recommendations-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861067303/9f67356f-6cee-4318-a07a-b9765a37bd90.png" alt class="image--center mx-auto" /></a></p>
<p>Promote writers you admire, send them community members, and create a great network effect! Who are your <a target="_blank" href="https://hshno.de/recommendations-pu">recommended Hashnode writers</a>?</p>
<h3 id="heading-cmd-k">⌘ CMD + K</h3>
<p><a target="_blank" href="https://hshno.de/cmd-k-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861079295/e8e3dd9e-5da1-4cbe-b255-41c4e8326e7e.png" alt class="image--center mx-auto" /></a></p>
<p>You can now <a target="_blank" href="https://hshno.de/cmd-k-pu">navigate all key sections</a> of Hashnode without using a mouse. Quickly access your blog dashboard, analytics, drafts, and more.</p>
<h3 id="heading-multi-author-support">Multi-author support</h3>
<p><a target="_blank" href="https://hshno.de/hn-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861098195/e21b14c1-49ac-4868-8944-90eee4612835.png" alt class="image--center mx-auto" /></a></p>
<p>If you want to create or already have a team blog on Hashnode, to collaborate with others, you can now give them credit via our <a target="_blank" href="https://hshno.de/hn-pu">multi-author feature</a>.</p>
<h3 id="heading-drag-amp-drop-content-blocks">Drag &amp; drop content blocks</h3>
<p><a target="_blank" href="https://hshno.de/hn-draft-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861108921/7cd1cf8c-58fa-45e0-ad13-73cf617a60fe.png" alt class="image--center mx-auto" /></a></p>
<p>Now, you can drag and drop content blocks inside our Editor. This improves your content editing experience by a mile!<br />👉 <a target="_blank" href="https://hshno.de/hn-draft-pu">Try it out today on your latest draft</a></p>
<h3 id="heading-natural-language-processing">Natural language processing</h3>
<p><a target="_blank" href="https://hshno.de/hn-draft-pu"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861135356/d9d7a443-b326-444e-b64a-aec92193459a.png" alt class="image--center mx-auto" /></a></p>
<p>We've made post scheduling easier with a new <strong>natural language</strong> widget and a refreshed <strong>date</strong> and <strong>time</strong> picker!<br />👉 <a target="_blank" href="https://hshno.de/hn-draft-pu">Schedule your latest draft</a></p>
<h3 id="heading-badges-and-challenges-overhaul">Badges and challenges overhaul</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1701861147245/0a46b9a1-e31c-4571-a29a-7e0b93d34106.png" alt class="image--center mx-auto" /></p>
<p>Stand out like a pro! Our badges and challenges got redesigned with new shiny <strong>badges</strong> to showcase your writing expertise to our community.</p>
<hr />
<h3 id="heading-wrapping-up"><strong>Wrapping Up</strong></h3>
<p>This wraps up our November round-up of Hashnode's latest features 💪<br />Stay tuned to all of our upcoming updates, make sure to follow our <a target="_blank" href="https://x.com/hashnode"><strong>Twitter</strong></a>.</p>
<p>→ Got any feature requests? Let us know in our <a target="_blank" href="https://discord.gg/hashnode">Discord community</a>.</p>
<p>We have an exciting set of features shipping soon in the coming months!</p>
]]></content:encoded></item><item><title><![CDATA[Airbyte x Hashnode Winners]]></title><description><![CDATA[Hey Hashnoders!
Thanks everyone for joining the Airbyte Hackathon at Hashnode. We are genuinely impressed by the outstanding submissions and happy to have skilled developers in our community 💪
Here are the winners, chosen by the Airbyte and Hashnode...]]></description><link>https://townhall.hashnode.com/airbyte-x-hashnode-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/airbyte-x-hashnode-winners</guid><category><![CDATA[airbyte ]]></category><category><![CDATA[#AirbyteHackathon ]]></category><dc:creator><![CDATA[Daniela Passos]]></dc:creator><pubDate>Tue, 21 Nov 2023 20:11:28 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1700568990022/e3150b6e-9f4d-45f8-931c-c2bf2ba0ad9c.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey Hashnoders!</p>
<p>Thanks everyone for joining the <a target="_blank" href="http://hashnode.com/hackathons/airbyte">Airbyte Hackathon</a> at Hashnode. We are genuinely impressed by the outstanding submissions and happy to have skilled developers in our community 💪</p>
<p>Here are the winners, chosen by the Airbyte and Hashnode judging panel:</p>
<h2 id="heading-most-connector-improvements">🥇 Most connector improvements</h2>
<h3 id="heading-1st-place">🎖️ 1st place</h3>
<p><a class="user-mention" href="https://hashnode.com/@topefolorunso">tope folorunso</a> with 28 contributions<br />💰 $4,000</p>
<h3 id="heading-2nd-place">🎖️ 2nd place</h3>
<p><a class="user-mention" href="https://hashnode.com/@btkcodedev">btk codedev</a> with 12 contributions<br />💰 $2,000</p>
<h3 id="heading-3rd-place">🎖️ 3rd place</h3>
<p><a class="user-mention" href="https://hashnode.com/@avirajsingh">Aviraj Gour</a> with 6 contributions<br />💰 $1,500</p>
<h3 id="heading-4th-place">🎖️ 4th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@purukhedre">Purushottam Khedre</a> with 5 contributions<br />💰 $1,000</p>
<h3 id="heading-5th-place">🎖️ 5th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@pabloescoder">Dhroov Makwana</a> with 4 contributions<br />💰 $500</p>
<h3 id="heading-6th-place">🎖️ 6th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@ariesgun">Aries Gun</a> with 4 contributions<br />💰 $500</p>
<h3 id="heading-7th-place">🎖️ 7th place</h3>
<p>Aazam Gh with 3 contributions<br />💰 $500</p>
<h3 id="heading-8th-place">🎖️ 8th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@rizwan-io">Rizwan Shaikh</a> with 1 contribution<br />💰 $500</p>
<hr />
<h2 id="heading-best-performing-written-quickstarts">🥇 Best performing written quickstarts</h2>
<h3 id="heading-1st-place-1">🎖️ 1st place</h3>
<p><a class="user-mention" href="https://hashnode.com/@topefolorunso">tope folorunso</a> with 9 contributions<br />💰 $3,000</p>
<h3 id="heading-2nd-place-1">🎖️ 2nd place</h3>
<p><a class="user-mention" href="https://hashnode.com/@Biplab24">Biplab Bera</a> with 7 contributions<br />💰 $2,000</p>
<h3 id="heading-3rd-place-1">🎖️ 3rd place</h3>
<p><a class="user-mention" href="https://hashnode.com/@btkcodedev">btk codedev</a> with 4 contributions<br />💰 $1,500</p>
<h3 id="heading-4th-place-1">🎖️ 4th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@mit27">Mit Suthar</a> with 2 contributions<br />💰 $1,000</p>
<h3 id="heading-5th-place-1">🎖️ 5th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@1cadumagalhaes">Carlos Magalhães</a> with 1 contribution<br />💰 $500</p>
<h3 id="heading-6th-place-1">🎖️ 6th place</h3>
<p><a class="user-mention" href="https://hashnode.com/@AfroBoy">Ronnie Atuhaire</a> with 1 contribution<br />💰 $500</p>
<h3 id="heading-7th-place-1">🎖️ 7th place</h3>
<p>Utsav Bhattarai with 1 contribution<br />💰 $500</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we recognize and cherish the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[Outerbase x Hashnode Winners]]></title><description><![CDATA[Hey Hashnoders! Thanks everyone for joining the Outerbase Hackathon at Hashnode. We are genuinely impressed by the outstanding submissions and happy to have skilled developers in our community.
Here are the winners, chosen by the Outerbase and Hashno...]]></description><link>https://townhall.hashnode.com/outerbase-x-hashnode-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/outerbase-x-hashnode-winners</guid><category><![CDATA[Outerbase]]></category><category><![CDATA[outerbasehackathon]]></category><dc:creator><![CDATA[Daniela Passos]]></dc:creator><pubDate>Wed, 18 Oct 2023 17:58:59 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1697651682097/9372e05a-f0ca-4f55-9ab2-cc5245cbc852.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hey Hashnoders! Thanks everyone for joining the <a target="_blank" href="http://hashnode.com/hackathons/outerbase">Outerbase Hackathon</a> at Hashnode. We are genuinely impressed by the outstanding submissions and happy to have skilled developers in our community.</p>
<p>Here are the winners, chosen by the Outerbase and Hashnode judging panel:</p>
<h2 id="heading-grand-winner">🥇 Grand winner</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://ansellmax.hashnode.dev/lunar-editor-online-editor-for-outerbase-plugins">https://ansellmax.hashnode.dev/lunar-editor-online-editor-for-outerbase-plugins</a></div>
<p> </p>
<p><strong>Lunar Editor: Online Editor for Outerbase Plugins</strong> by <a class="user-mention" href="https://hashnode.com/@ansellmax">Ansell Maximilian</a></p>
<p>💸 Prize: 5,000 USD</p>
<hr />
<h2 id="heading-runner-ups-best-plugins">🎖️ Runner ups: best plugins</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://eludadev.hashnode.dev/unleash-the-power-of-ai-editing-with-the-ai-editor-column-plugin-for-outerbase">https://eludadev.hashnode.dev/unleash-the-power-of-ai-editing-with-the-ai-editor-column-plugin-for-outerbase</a></div>
<p> </p>
<p><strong>Unleash the Power of AI Editing with the AI Editor Column Plugin for Outerbase</strong> by <a class="user-mention" href="https://hashnode.com/@eludadev">Younes Laaroussi</a></p>
<p>💸 Prize: 1,000 USD</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://shreyas-chaliha.hashnode.dev/connecting-the-dots-creating-a-plugin-in-outerbase">https://shreyas-chaliha.hashnode.dev/connecting-the-dots-creating-a-plugin-in-outerbase</a></div>
<p> </p>
<p><strong>Connecting the Dots: Creating a plugin in Outerbase</strong> by <a class="user-mention" href="https://hashnode.com/@trace">Shreyas Chaliha</a></p>
<p>💸 Prize: 1,000 USD</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://ariesgun.xyz/outerbase-better-map-preview-plugins">https://ariesgun.xyz/outerbase-better-map-preview-plugins</a></div>
<p> </p>
<p><strong>Outerbase - Better Map Preview Plugins</strong> by <a class="user-mention" href="https://hashnode.com/@ariesgun">Aries Gun</a></p>
<p>💸 Prize: 1,000 USD</p>
<hr />
<h2 id="heading-runner-ups-best-integrations">🏅 Runner ups: best integrations</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.blog.ishaanbedi.in/presenting-gemino-ai-powered-german-learning-application">https://www.blog.ishaanbedi.in/presenting-gemino-ai-powered-german-learning-application</a></div>
<p> </p>
<p><strong>Presenting Gemino: AI-Powered German Learning Application!</strong> by <a class="user-mention" href="https://hashnode.com/@ishaanbedi">Ishaan Bedi</a></p>
<p>💸 Prize: 1,000 USD</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://akdeepankar.hashnode.dev/proshare-for-creators-on-the-go">https://akdeepankar.hashnode.dev/proshare-for-creators-on-the-go</a></div>
<p> </p>
<p><strong>proShare - for Creators on the Go</strong> by <a class="user-mention" href="https://hashnode.com/@akdeepankar">Ak Deepankar</a></p>
<p>💸 Prize: 1,000 USD</p>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://shreyas-chaliha.hashnode.dev/leap-into-the-future-harnessing-the-power-of-outerbase-and-leap-ai">https://shreyas-chaliha.hashnode.dev/leap-into-the-future-harnessing-the-power-of-outerbase-and-leap-ai</a></div>
<p> </p>
<p><strong>Leap into the Future: Harnessing the Power of Outerbase and Leap AI</strong> by <a class="user-mention" href="https://hashnode.com/@trace">Shreyas Chaliha</a></p>
<p>💸 Prize: 1,000 USD</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>✨ How to claim the prizes</strong></h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>No matter the outcome, we recognize and cherish the incredible effort, commitment, and creativity you've invested in your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[Launching Discussions: A dedicated space for article comments]]></title><description><![CDATA[We see it unfold every day—an insightful article goes live on Hashnode, sparking a flurry of thoughts and inviting readers into a deeper dialogue. Yet, too often, these rich exchanges remain confined, like hidden gems, between the author and an indiv...]]></description><link>https://townhall.hashnode.com/launching-discussions</link><guid isPermaLink="true">https://townhall.hashnode.com/launching-discussions</guid><category><![CDATA[Hashnode]]></category><category><![CDATA[General Programming]]></category><category><![CDATA[product update]]></category><dc:creator><![CDATA[Kavir Kaycee]]></dc:creator><pubDate>Wed, 27 Sep 2023 14:54:23 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1695826260147/b8472954-18bf-4ef1-85ae-4d4398a84db4.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>We see it unfold every day—an insightful article goes live on Hashnode, sparking a flurry of thoughts and inviting readers into a deeper dialogue. Yet, too often, these rich exchanges remain confined, like hidden gems, between the author and an individual commenter. Additionally, the writers who fuel these vital conversations seem to be the unsung heroes, their contributions noted but not adequately showcased.</p>
<p>We realized that there needs to be a better way to surface the top articles with insightful discussions on the platform.</p>
<h3 id="heading-say-hello-to-discussions">Say hello to “Discussions”</h3>
<p>We're thrilled to announce the launch of <strong>Discussions</strong>, a dedicated space surfacing insightful comments on articles. It's designed to make engaging comments on articles as integral to the Hashnode experience as the articles themselves. Here's how Discussions on Hashnode works:</p>
<p><strong>Discover articles that spark conversations</strong>: Discussions surfaces articles that generate the most meaningful comments.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1695244127857/b383832a-f6ac-4b28-8ce3-f5283fa1fe1d.png" alt="Top Discussions on Hashnode" class="image--center mx-auto" /></p>
<p><strong>Engage directly with authors and community members</strong>: Jump right into the conversation on the articles. Add your insights, ask questions, and deepen your understanding of the topic.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1695244153964/1f41f82f-91d4-4781-8bf2-0df49a3f17e4.png" alt="Comment on Hashnode Discussions" class="image--center mx-auto" /></p>
<p><strong>Be recognized for your contributions</strong>: We believe that great conversations are driven by insightful community members like you. That's why we're making it easier for your contributions to be recognized. Top commenters will now be visibly highlighted on our homepage.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1695244206941/0c841f03-17f5-490b-a6b9-9b91865cd802.png" alt="Top commenters on Hashnode Discussions" class="image--center mx-auto" /></p>
<h3 id="heading-real-benefits-real-conversations"><strong>Real benefits, real conversations</strong></h3>
<p>With Discussions, we're offering more than just a new feature; we're creating a space for meaningful dialogues that benefit both readers and writers.</p>
<p><strong>Benefits for readers:</strong></p>
<ul>
<li><p><strong>Learn and understand</strong>: Sharing your takeaways or asking questions in the article's comments section can deepen your understanding of the topic.</p>
</li>
<li><p><strong>Build real relationships</strong>: Engaging with authors and the community allows you to form authentic connections, enriching your experience on Hashnode.</p>
</li>
</ul>
<p><strong>Benefits for writers:</strong></p>
<ul>
<li><p><strong>Be challenged, learn more</strong>: Audience engagement can offer new perspectives, challenging you to think differently and learn more about the subject matter.</p>
</li>
<li><p><strong>Form a 1:1 relationship with your audience</strong>: The discussion section offers a more intimate space for direct interaction with your readers.</p>
</li>
<li><p><strong>Increased discoverability</strong>: Being featured in top discussions can drive more readers to your articles, enhancing your visibility and following on the platform.</p>
</li>
</ul>
<p>An example of an insightful conversation is the one that's happening on <a class="user-mention" href="https://hashnode.com/@thealexkates">Alex Kates</a>'s blog on whether or not to use <a target="_blank" href="https://hashnode.com/discussions/post/64fa286e089fe78e5050d06c?source=townhall">Typescript</a>, a hot topic in tech circles these days.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1695761417043/4b0864ca-18d4-443c-b9d4-1166acb1dc9f.png" alt="Example of a discussion post with comments" class="image--center mx-auto" /></p>
<p>So, why just be a passive reader when you can be a part of something more significant? Dive into <strong>Discussions</strong> and elevate your Hashnode experience to new heights. Your voice has a place here, and it deserves to be heard.</p>
<p><a target="_blank" href="https://hashnode.com/discussions?source=townhall">Join the conversation now!</a> 💬</p>
<hr />
<p>We hope this feature enriches your experience and adds another layer of depth to the incredible community we're building together. Thank you for being a part of Hashnode, and we can't wait to hear your voice in the comments!</p>
]]></content:encoded></item><item><title><![CDATA[The journey behind Hashnode's new personalized feed]]></title><description><![CDATA[If you’ve been with us on our journey over the past few years, you would've known that our growth has been through the roof. Thousands of new articles are published on Hashnode each day by some of the best writers in tech.
We’ve been seeing record en...]]></description><link>https://townhall.hashnode.com/revamped-personalized-feed</link><guid isPermaLink="true">https://townhall.hashnode.com/revamped-personalized-feed</guid><category><![CDATA[Hashnode]]></category><category><![CDATA[General Programming]]></category><category><![CDATA[town hall]]></category><category><![CDATA[product update]]></category><category><![CDATA[Personalized Feed]]></category><dc:creator><![CDATA[Kavir Kaycee]]></dc:creator><pubDate>Tue, 05 Sep 2023 15:10:19 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1693610071573/fd1f5443-3b20-4058-b7cc-5259665e52db.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you’ve been with us on our journey over the past few years, you would've known that our growth has been through the roof. Thousands of new articles are published on Hashnode each day by some of the best writers in tech.</p>
<p>We’ve been seeing record engagement and views on articles written on Hashnode, and that’s a testament to the strength of the community of writers and readers here on Hashnode. Here's the growth of the number of articles published on the platform, monthly.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693866998075/f950d580-7668-4252-9a16-d5872ce5eee1.png" alt="a line graph showing the number of articles per month" class="image--center mx-auto" /></p>
<p>However, with an increase in scale, we’ve realized that our existing personalized feed wasn’t able to keep up with the explosion of content and didn’t do a great job of surfacing the best content for our readers.</p>
<p>So we had to rethink the algorithmic feed from the ground up.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://www.loom.com/share/7884d1739546448c9c315bed72e4a2e1?sid=7b3ce264-e84d-4d8f-8ee0-f09fedc6b1b5">https://www.loom.com/share/7884d1739546448c9c315bed72e4a2e1?sid=7b3ce264-e84d-4d8f-8ee0-f09fedc6b1b5</a></div>
<p> </p>
<h2 id="heading-revamping-the-personalized-feed"><strong>Revamping the personalized feed</strong></h2>
<p>We studied how feeds in general worked at social media networks, blogging platforms, and other content platforms — and deeply studied the problem at hand.</p>
<p>Before sprinkling AI to it, we wanted to get the basics right; which is why we decided to take an approach that is easier to implement and solves our problem at hand faster.</p>
<p>From a first principles perspective, we narrowed down on three important parameters that would matter to the reader:</p>
<ul>
<li><p>Relevance</p>
</li>
<li><p>Engagement</p>
</li>
<li><p>Quality</p>
</li>
</ul>
<p>Let me break those down for you.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693612985103/4b6f20c7-b7ea-4061-96e8-008c14e35f2c.png" alt="Hashnode's Personalized feed parameters: relevance, engagement, quality" class="image--center mx-auto" /></p>
<h3 id="heading-relevance"><strong>Relevance</strong></h3>
<p>You want to see relevant posts, that's the core expectation. The revamped algorithm now takes into account a variety of factors like considering your followed tags, authors, publications, subscriptions, as well as your reading interests, to personalize your feed. We'll look to add more signals to this list in the future to serve you content that you truly resonate with.</p>
<h3 id="heading-engagement"><strong>Engagement</strong></h3>
<p>We don’t want to just serve you posts that match your interests. We want to bring to you content that is gaining traction in the dev community — through likes, comments, bookmarks, and others — and surface these articles in your feed. In the future, we'll add more social elements to this and find you content that is recommended by your network within Hashnode and on other social media platforms.</p>
<h3 id="heading-quality"><strong>Quality</strong></h3>
<p>And the final element in this list is quality. Top authors stand out because of their insights and wisdom gained from real-world experience in the field of tech. These authors take their craft seriously and only publish top content. We now have an added emphasis on a range of factors that include but are not limited to authors who are featured, those who have committed to a custom domain or a pro account, and other factors. We'll continue to look at factors such as whether they have received coveted badges, surpassed milestones, and been contributing their wisdom to the community.</p>
<h2 id="heading-the-numbers-dont-lie"><strong>The numbers don't lie</strong></h2>
<p>We put the new algorithm through the paces and the results were pretty telling. Over a month-long A/B test involving 1,000 active users, we found that 80% preferred the new feed. That's a good sign we're on the right track.</p>
<p>But numbers only tell part of the story. What truly matters is how these changes are impacting the daily experience of our users. And we're thrilled to say that the feedback has been overwhelmingly positive, especially from some of our most active users. Here's what they have to say:</p>
<blockquote>
<p><strong>Platform Engineer: <em>'The feed right now is a lot more to my taste compared to earlier, and the quality of posts is also up.'</em></strong></p>
<p><strong>Sr. Software Engineer: <em>'I'm seeing more relevant posts by tags and more to my liking. Overall feels much more curated and clickable.'</em></strong></p>
</blockquote>
<p>These firsthand accounts reinforce that our efforts are not only improving the numbers but also enhancing the user experience in meaningful ways."</p>
<h2 id="heading-hurdles-solved-along-the-way"><strong>Hurdles solved along the way</strong></h2>
<p>But it wasn’t so easy. Along the way, we faced several technical challenges while trying to build out the feed to make it scalable and make it dynamic.</p>
<p>My colleague <a class="user-mention" href="https://hashnode.com/@Foxfl">Florian Fuchs</a> has written about these technical hurdles in great detail. Check out the <a target="_blank" href="https://engineering.hashnode.com/the-art-of-feed-curating-our-approach-to-generating-personalized-feeds-that-match-users-interests">engineering blog post</a> in case you’re interested in the nitty-gritty details.</p>
<h2 id="heading-the-road-ahead">The Road Ahead</h2>
<p>There's always room to improve. We'll continue evolving the algorithm after we’ve heard more feedback from writers and readers, and will be exploring AI and machine learning to make things better down the line.</p>
<h2 id="heading-final-thoughts">Final Thoughts</h2>
<p>As we navigate the challenges and opportunities of rapid growth, our care for our users remains unchanged. Our recent overhaul of the personalized feed reflects this commitment. We've rebuilt the algorithm from the ground up, focusing on relevance, engagement, and quality as our guiding parameters. The early indicators are promising, with both data and user testimonials supporting the positive impact of these changes. See it in action on the <a target="_blank" href="https://hashnode.com?source=townhall_post_personalized_feed">homepage</a>.</p>
<p>So as we keep pushing the envelope, we'd love to hear what you think. After all, Hashnode isn't just a platform; it's a community, and communities thrive on dialogue and feedback. Join our <a target="_blank" href="https://hshno.de/feature-requests-discord">Discord</a> to get involved in co-creating Hashnode with us or leave a comment on this post, and I’ll make sure to reply to you. Let’s continue making Hashnode a daily destination for devs.</p>
]]></content:encoded></item><item><title><![CDATA[Grafbase x Hashnode winners 🔥]]></title><description><![CDATA[Thanks to everyone who participated in the Grafbase Hackathon on Hashnode. We're blown away by your awesome projects and the talent in our community!
Here are the winners, handpicked by our judging panel:
🏆 Grand Prize
Primepick: Your go-to e-commer...]]></description><link>https://townhall.hashnode.com/grafbase-hackathon-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/grafbase-hackathon-winners</guid><category><![CDATA[Grafbase Hackathon]]></category><category><![CDATA[Grafbase]]></category><dc:creator><![CDATA[Daniela Passos]]></dc:creator><pubDate>Wed, 30 Aug 2023 19:53:15 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1693342300565/957404c5-5e51-4a67-906d-dc5b28e0352f.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Thanks to everyone who participated in the <a target="_blank" href="https://hashnode.com/hackathons/grafbase#prizes">Grafbase Hackathon</a> on Hashnode. We're blown away by your awesome projects and the talent in our community!</p>
<p>Here are the winners, handpicked by our judging panel:</p>
<h2 id="heading-grand-prize">🏆 <strong>Grand Prize</strong></h2>
<p>Primepick: Your go-to e-commerce platform by <a class="user-mention" href="https://hashnode.com/@Emmanuelstv">Emmanuel Stephen</a></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://primepick.hashnode.dev/primepick-full-stack-ecommerce-application-built-with-grafbase-and-nextjs">https://primepick.hashnode.dev/primepick-full-stack-ecommerce-application-built-with-grafbase-and-nextjs</a></div>
<p> </p>
<p>💸 Prize: $1,000<br />🎁 Hashnode Swag</p>
<hr />
<h2 id="heading-runner-ups">✨ <strong>Runner-ups</strong></h2>
<p>Likho: Blogging made simple by <a class="user-mention" href="https://hashnode.com/@desyed">Syed Shihab</a></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://desyed.hashnode.dev/introducing-likho-multi-tenant-website-builder-grafbase-x-hashnode-hackathon">https://desyed.hashnode.dev/introducing-likho-multi-tenant-website-builder-grafbase-x-hashnode-hackathon</a></div>
<p> </p>
<p>💸 Prize: $500<br />🎁 Hashnode Swag</p>
<hr />
<p>BreakFree: Control your social media habits by <a class="user-mention" href="https://hashnode.com/@OmGaTe">Om Gate</a></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://omgate.hashnode.dev/breakfree-where-digital-balance-begins">https://omgate.hashnode.dev/breakfree-where-digital-balance-begins</a></div>
<p> </p>
<p>💸 Prize: $500<br />🎁 Hashnode Swag</p>
<hr />
<p>AI Feedback API: Get better writing feedback by <a class="user-mention" href="https://hashnode.com/@fafacodes">Uffa Modey</a></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://fafacodes.hashnode.dev/ai-feedback-api-using-grafbase-contentful-and-openai-api">https://fafacodes.hashnode.dev/ai-feedback-api-using-grafbase-contentful-and-openai-api</a></div>
<p> </p>
<p>💸 Prize: $500<br />🎁 Hashnode Swag</p>
<hr />
<p>Hashnomon: Battle and collect Hashnode devs by <a class="user-mention" href="https://hashnode.com/@ansellmax">Ansell Maximilian</a></p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://ansellmax.hashnode.dev/hashnomon-battle-and-collect-hashnode-developers">https://ansellmax.hashnode.dev/hashnomon-battle-and-collect-hashnode-developers</a></div>
<p> </p>
<p>💸 Prize: $500<br />🎁 Hashnode Swag</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes">🎖️How to claim the prizes</h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days. Regardless of whether you won or not, we see and appreciate the hard work, dedication, and innovation you poured into your projects. We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement. Love 💙 Hashnode Team</p>
]]></content:encoded></item><item><title><![CDATA[AI Pair programming with Rix's Code Writer mode: Supercharge your development process!]]></title><description><![CDATA[Rix is a new AI search companion designed for developers by the Hashnode team. Since its public beta launch in August, developers have been adopting it for various use cases.

Unlike ChatGPT and other AI chatbots, Rix finds the most relevant and accu...]]></description><link>https://townhall.hashnode.com/ai-pair-programming-with-rix-search-engine-use-cases</link><guid isPermaLink="true">https://townhall.hashnode.com/ai-pair-programming-with-rix-search-engine-use-cases</guid><category><![CDATA[Rix]]></category><category><![CDATA[General Programming]]></category><category><![CDATA[Hashnode]]></category><category><![CDATA[Beginner Developers]]></category><dc:creator><![CDATA[Syed Fazle Rahman]]></dc:creator><pubDate>Tue, 29 Aug 2023 08:31:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1693297604046/dbd68ebf-4e1b-4a05-978f-d4928ee3401e.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><a target="_blank" href="https://hashnode.com/rix?source=townhall">Rix</a> is a new AI search companion designed for developers by the Hashnode team. Since its public beta launch in August, developers have been adopting it for various use cases.</p>
<p><a target="_blank" href="https://hashnode.com/rix?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693292295436/176c1fac-7f91-4255-87e9-ad729c4bd3b1.png" alt class="image--center mx-auto" /></a></p>
<p>Unlike ChatGPT and other AI chatbots, Rix finds the most relevant and accurate information from the web to answer developers' queries. It prioritizes official documentation and blog posts over random web links. This ensures that the answers Rix provides are always up-to-date and helpful.</p>
<p>Rix has three modes - Web Search, Quick Mode and Code Writer mode. In this article, I am going to write about Code Writer mode and why it's one of the most favorite mode for Rix users.</p>
<h2 id="heading-the-ai-pair-programmer">The AI Pair Programmer</h2>
<p>If you use <a target="_blank" href="https://hashnode.com/rix?source=townhall">Rix's Code Writer</a> mode, it functions as an <strong>AI pair programmer</strong>. You can ask Rix to generate complete code on any topic and technology. Rix not only produces the code output but also explains how the code works. This is incredibly helpful if you are a beginner and have been struggling with specific topics.</p>
<p>Once the code is provided by Rix, you can ask follow-up questions to further enhance or modify the code based on your needs. You can do this an unlimited number of times until you obtain the code that makes the most sense to you.</p>
<h2 id="heading-how-can-an-ai-pair-programmer-help-you">How can an AI pair programmer help you?</h2>
<p>Since its launch, developers have been discovering various intriguing applications for Rix's Code Writer mode. Let's explore some of these use cases:</p>
<h3 id="heading-1-quick-prototyping">1. Quick prototyping</h3>
<p>Rapid prototyping frequently involves producing code swiftly to test theories and models. Rix's Code Writer mode can help by generating prototypes according to your specifications, saving you time and enabling you to concentrate more on design, logic, and validation.</p>
<h4 id="heading-example-1-chat-app-backend">Example 1: Chat app backend</h4>
<p>Imagine you're building a chat application and need to quickly create a socket-based backend. You can ask Rix's Code Writer to generate the socket logic, including user authentication and message broadcasting.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed78f9d804d1c39b145dcb?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693286354371/47ab83eb-4b43-4f4c-aa1f-b8124b947a34.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-2-d3js-chats-for-data-visualization-dashboard">Example 2: D3.js chats for Data Visualization Dashboard</h4>
<p>If you're building a data visualization tool, Code Writer can quickly generate D3.js or Chart.js code snippets to visualize different types of data based on user requirements.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed806ad804d1c39b145dcc?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693286530731/2b8816e6-f417-4b61-9895-6d3855821846.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-3-creating-cart-functionality-for-e-commerce-website">Example 3: Creating cart functionality for e-Commerce website</h4>
<p>If you're building an e-commerce website, Code Writer can quickly prototype the shopping cart functionality, including adding items to the cart, calculating the total price, and managing checkout.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed80cea55816b01e64641d?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693286662770/e97458f9-a362-4ff4-a375-63fe9be765b5.png" alt class="image--center mx-auto" /></a></p>
<h3 id="heading-2-automating-repetitive-tasks">2. <strong>Automating repetitive tasks</strong></h3>
<p>Code Writer can identify patterns and help automate repetitive tasks, like generating CRUD operations for a database model or creating RESTful API endpoints. Just instruct what you need, and Code Writer will generate the code for you.</p>
<h4 id="heading-example-1-batch-file-renaming"><strong>Example 1: Batch file renaming</strong></h4>
<p>Let's say you have to rename hundreds of files in a directory. Code Writer can generate a Python or Bash script to automatically rename files based on a given pattern.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed8251a55816b01e64641f?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693287018090/7181b81a-6681-4e38-8254-af95e23e9bcf.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-2-scripts-for-database-migrations">Example 2: Scripts for Database Migrations</h4>
<p>Code Writer can automate the generation of SQL or NoSQL database migration scripts, making it easier to manage schema changes.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed8553a55816b01e646420?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693287785762/2d37d490-1e92-44f7-ac3d-793bb735973c.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-3-form-validation">Example 3: Form Validation</h4>
<p>If you often find yourself writing form validation logic, Code Writer can generate client-side or server-side validation scripts based on the form fields and validation rules you specify.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed8590a55816b01e646421?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693287846787/6722cdce-6661-4fda-96ba-f6969dc884d1.png" alt class="image--center mx-auto" /></a></p>
<h3 id="heading-3-code-review-and-refactoring">3. Code Review and Refactoring</h3>
<p>While reviewing and refactoring code, you might often find yourself making similar changes over multiple files. Code Writer can help here by ensuring consistency and saving you valuable time.</p>
<h4 id="heading-example-1-optimizing-loops">Example 1: Optimizing Loops</h4>
<p>If you have nested loops that need optimization, Code Writer can suggest a more efficient algorithm or data structure to speed up the process.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed9376a55816b01e646422?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291409914/b2f31589-2008-4e4f-af8d-55b2e2c16e28.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-2-replacing-deprecated-functions">Example 2: Replacing Deprecated Functions</h4>
<p>If you have legacy code using deprecated libraries or functions, Code Writer can automatically replace them with updated methods.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed93cda55816b01e646423?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291538896/439d5a4a-3c66-40cd-b8cb-cb83979da4a9.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-3-code-simplification">Example 3: Code Simplification</h4>
<p>For complex conditional statements or nested callbacks, Code Writer can suggest more readable and simpler alternatives like using ternary operators or async/await.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed9433a55816b01e646424?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291592549/9b193fef-b4c8-45a9-8d7f-e9523674167f.png" alt class="image--center mx-auto" /></a></p>
<h3 id="heading-4-learning-new-languages-and-libraries">4. Learning New Languages and Libraries</h3>
<p>If you're looking to expand your skill set, Code Writer can be an invaluable resource. You can enter code snippets in a language you are familiar with and ask Rix to translate them into a new language or implement them using a different library or framework.</p>
<h4 id="heading-example-1-python-to-go">Example 1: Python to Go</h4>
<p>If you have a Python script and want to learn how to achieve the same functionality in Go, Code Writer can generate the equivalent Go code for you.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed946da55816b01e646425?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291663314/0862d3a2-1159-47a7-90aa-d96af20ecd92.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-2-react-to-angular">Example 2: React to Angular</h4>
<p>Trying to translate a React component into Angular? Code Writer can help you understand the syntactical and conceptual translations between the two.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed94b6a55816b01e646426?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291735344/c37e95bd-d1b7-4733-a4e5-5423c41ccd68.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-3-nodejs-to-django">Example 3: Node.js to Django:</h4>
<p>If you have a Node.js backend and are interested in how the same could be implemented in Django, Code Writer can provide a Pythonic version for you.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed94f5a55816b01e646427?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291796353/2f69b6e7-48b4-4b14-ad97-8a1d888e8468.png" alt class="image--center mx-auto" /></a></p>
<h3 id="heading-5-debugging-and-error-fixing"><strong>5. Debugging and Error Fixing</strong></h3>
<p>For those hard-to-find bugs, Rix’s Code Writer can help identify common code smells and suggest fixes. Given a faulty function or method, Code Writer can suggest a corrected version, simplifying your debugging process.</p>
<h4 id="heading-example-1-fixing-memory-leaks"><strong>Example 1: Fixing Memory Leaks</strong></h4>
<p>If your application has memory leaks, Code Writer can suggest the best practices for memory management in your language of choice.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed9568a55816b01e646429?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693291909250/b13daa99-620e-46f7-955e-e7475d2ab371.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-2-handling-exceptions"><strong>Example 2: Handling exceptions</strong></h4>
<p>If you're not correctly handling exceptions, Code Writer can generate try-catch blocks or equivalent error-handling mechanisms in your code.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed95c9a55816b01e64642a?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693292000905/2bdd3386-be45-4d2b-bbd0-5af297e133af.png" alt class="image--center mx-auto" /></a></p>
<h4 id="heading-example-3-optimizing-database-queries"><strong>Example 3: Optimizing database queries</strong></h4>
<p>Code Writer can suggest optimized SQL queries or ORM methods to improve database performance.</p>
<p><a target="_blank" href="https://hashnode.com/rix/64ed9604a55816b01e64642b?source=townhall"><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693292063290/c283d563-b029-4e9c-92fe-c5bc3e030d4a.png" alt class="image--center mx-auto" /></a></p>
<h2 id="heading-how-to-get-started-with-rixs-code-writer">How to get started with Rix's Code Writer?</h2>
<ol>
<li><p>Go to the official Rix website: <a target="_blank" href="https://hashnode.com/rix?source=townhall">hashnode.com/rix</a> or <a target="_blank" href="https://rix.chat">rix.chat</a> (a handy redirect URL).</p>
</li>
<li><p>Type your question in the search bar. Hit <code>Shift + Enter</code> to write multiple lines queries.</p>
</li>
<li><p>Switch the search mode to "Code Writer" from the dropdown menu beside the search bar.</p>
</li>
<li><p>Hit enter.</p>
</li>
</ol>
<h3 id="heading-using-rix-chrome-extension">Using Rix Chrome Extension</h3>
<p>You can also use Rix's Chrome Extension to search directly from your browser's URL bar.</p>
<ol>
<li><p>Download and install the <a target="_blank" href="https://chrome.google.com/webstore/detail/rix/aaolidioogkihfdoblpjgghfpdmchdln">Rix chrome extension</a> from Webstore.</p>
</li>
<li><p>Click on Rix icon and set the default mode to "Code Writer" mode:</p>
<p> <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693293270452/80ae280d-213e-4d23-b02e-aec66431a833.png" alt class="image--center mx-auto" /></p>
</li>
<li><p>Type "Rix" followed by a space or tab key and enter your question.</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1693293434862/462b3795-a2d7-461b-90c9-9460815b1df6.png" alt class="image--center mx-auto" /></p>
<p> Hit enter.</p>
</li>
</ol>
<h2 id="heading-conclusion">Conclusion</h2>
<p>While Rix is designed to assist developers in their coding journey, it's crucial to remember that this tool is currently in its public beta phase. As with any code you might find online or generate through automated means, the output from Rix should be rigorously tested and validated before being implemented in a production environment.</p>
<p>Hashnode aims to make Rix a reliable companion for developers, but it's essential to exercise due diligence. Hashnode cannot be held responsible for any issues or losses that may arise from using Rix's generated code or answers. Your codebase is complex and unique, and while Rix strives for accuracy and utility, it's not a substitute for human expertise and caution yet.</p>
<p>So go ahead and make the most of what Rix has to offer, but do so with the understanding that it's a tool to aid you, not a replacement for solid coding practices and thorough code review.</p>
<p>We're looking forward to making Rix better through your feedback. Share your experience on <a target="_blank" href="https://twitter.com/hashnode">Twitter</a> and our <a target="_blank" href="https://discord.gg/hashnode">Discord</a>.</p>
<p>Happy coding! 💪</p>
<div data-node-type="callout">
<div data-node-type="callout-emoji">🦾</div>
<div data-node-type="callout-text">Try <a target="_blank" href="https://hashnode.com/rix?source=townhall">Rix</a>, an AI search companion built for developers.</div>
</div>]]></content:encoded></item><item><title><![CDATA[AWS Amplify x Hashnode Winners]]></title><description><![CDATA[Thanks everyone for joining the AWS Amplify Hackathon at Hashnode. We're amazed by the great entries and excited about the talented developers in our community.
Here are the winners, chosen by the judging panel:

🏆 Grand Prizes
https://chigo.hashnod...]]></description><link>https://townhall.hashnode.com/aws-amplify-winners</link><guid isPermaLink="true">https://townhall.hashnode.com/aws-amplify-winners</guid><category><![CDATA[AWS Amplify]]></category><category><![CDATA[AWS Amplify Hackathon]]></category><category><![CDATA[hackathon]]></category><dc:creator><![CDATA[Daniela Passos]]></dc:creator><pubDate>Thu, 24 Aug 2023 14:57:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1692826536388/9b9b0057-668f-4ed0-8fb6-c996d9e9c983.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Thanks everyone for joining the <a target="_blank" href="https://hashnode.com/hackathons/aws-amplify-2023">AWS Amplify Hackathon</a> at Hashnode. We're amazed by the great entries and excited about the talented developers in our community.</p>
<p>Here are the winners, chosen by the judging panel:</p>
<hr />
<h2 id="heading-grand-prizes">🏆 Grand Prizes</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://chigo.hashnode.dev/medifind-with-amplify-studio-react-amazon-s3">https://chigo.hashnode.dev/medifind-with-amplify-studio-react-amazon-s3</a></div>
<p> </p>
<p><strong>MediFind with Amplify Studio, React &amp; Amazon S3 by</strong> <a class="user-mention" href="https://hashnode.com/@chigo03">Chigo E</a></p>
<ul>
<li><p>💸 Prize: $1,000</p>
</li>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://makeitsimple.hashnode.dev/building-a-sustainable-world-hackathon-powered-by-aws-amplify-and-hashnode">https://makeitsimple.hashnode.dev/building-a-sustainable-world-hackathon-powered-by-aws-amplify-and-hashnode</a></div>
<p> </p>
<p><strong>Building a Sustainable World: Hackathon Powered by AWS Amplify and Hashnode</strong> by <a class="user-mention" href="https://hashnode.com/@abhishekwork08">Abhishek Singh</a></p>
<ul>
<li><p>💸 Prize: $1,000</p>
</li>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://lwang.hashnode.dev/study-with-ai">https://lwang.hashnode.dev/study-with-ai</a></div>
<p> </p>
<p><strong>Study with AI</strong> by <a class="user-mention" href="https://hashnode.com/@lwang79">Leon Wang</a></p>
<ul>
<li><p>💸 Prize: $1,000</p>
</li>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://ariesgun.xyz/building-a-personal-finance-app-using-aws-amplify-walkthrough">https://ariesgun.xyz/building-a-personal-finance-app-using-aws-amplify-walkthrough</a></div>
<p> </p>
<p><strong>Building a Personal Finance App using AWS Amplify</strong> by <a class="user-mention" href="https://hashnode.com/@ariesgun">Aries Gun</a></p>
<ul>
<li><p>💸 Prize: $1,000</p>
</li>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://rookiecoderlok.hashnode.dev/creating-a-simple-project-with-aws-amplify">https://rookiecoderlok.hashnode.dev/creating-a-simple-project-with-aws-amplify</a></div>
<p> </p>
<p><strong>Creating a project to practise the skills required for a support person</strong> by <a class="user-mention" href="https://hashnode.com/@RookieCoderLok">lokprakash babu</a></p>
<ul>
<li><p>💸 Prize: $1,000</p>
</li>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<h2 id="heading-runner-ups">✨ Runner-ups</h2>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://blog.shahmirfaisal.com/introducing-repairradar-discover-trusted-mechanics-near-you">https://blog.shahmirfaisal.com/introducing-repairradar-discover-trusted-mechanics-near-you</a></div>
<p> </p>
<p><strong>Introducing RepairRadar - Discover Trusted Mechanics Near You</strong> by <a class="user-mention" href="https://hashnode.com/@shahmir">Shahmir Faisal</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://aoi36e.hashnode.dev/the-task-management-app-by-aws-amplify">https://aoi36e.hashnode.dev/the-task-management-app-by-aws-amplify</a></div>
<p> </p>
<p><strong>The Task Management App</strong> by <a class="user-mention" href="https://hashnode.com/@aoi36e">aoi</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://daydh.hashnode.dev/glimpz-music-amplify-hackathon">https://daydh.hashnode.dev/glimpz-music-amplify-hackathon</a></div>
<p> </p>
<p><strong>Glimpz: The Ultimate Music Discovery App</strong> by <a class="user-mention" href="https://hashnode.com/@daydh">Dhruv Tiwari</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://godwinpinto.hashnode.dev/learn-crypto-and-have-fun-a-fantasy-trading-app-adventure-powered-by-aws-amplify">https://godwinpinto.hashnode.dev/learn-crypto-and-have-fun-a-fantasy-trading-app-adventure-powered-by-aws-amplify</a></div>
<p> </p>
<p><strong>Learn Crypto and Have Fun: A Fantasy Trading App Adventure</strong> by <a class="user-mention" href="https://hashnode.com/@Godwinpinto">Godwin Pinto</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://allenheltondev.hashnode.dev/solo-saas-how-i-built-a-serverless-workout-app-by-myself">https://allenheltondev.hashnode.dev/solo-saas-how-i-built-a-serverless-workout-app-by-myself</a></div>
<p> </p>
<p><strong>Solo SaaS - How I Built a Serverless Workout App By Myself</strong> by <a class="user-mention" href="https://hashnode.com/@allenheltondev">Allen Helton</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://eraybaydemir.hashnode.dev/lezio-transforming-the-way-people-find-new-restaurants-with-aws-amplify">https://eraybaydemir.hashnode.dev/lezio-transforming-the-way-people-find-new-restaurants-with-aws-amplify</a></div>
<p> </p>
<p><strong>Lezio: Transforming the Way People Find New Restaurants</strong> by <a class="user-mention" href="https://hashnode.com/@eray828">ERAY BAYDEMIR</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://wobins.hashnode.dev/portail-web-gi">https://wobins.hashnode.dev/portail-web-gi</a></div>
<p> </p>
<p><strong>Portail Web GI</strong> by <a class="user-mention" href="https://hashnode.com/@awobins">Ange Wobinwo</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://visheshbaghel.hashnode.dev/how-i-built-an-e-commerce-platform-like-shopify-in-3-weekends-with-aws-amplify">https://visheshbaghel.hashnode.dev/how-i-built-an-e-commerce-platform-like-shopify-in-3-weekends-with-aws-amplify</a></div>
<p> </p>
<p><strong>How I Built an E-commerce Platform like Shopify in 3 Weekends</strong> by <a class="user-mention" href="https://hashnode.com/@visheshbaghel">Vishesh Baghel</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://lockhead.hashnode.dev/aws-community-speakers-directory-a-serverless-project-using-amplify-flutter-appsync-and-cdk">https://lockhead.hashnode.dev/aws-community-speakers-directory-a-serverless-project-using-amplify-flutter-appsync-and-cdk</a></div>
<p> </p>
<p><strong>AWS Community Speakers Directory</strong> by <a class="user-mention" href="https://hashnode.com/@lockhead">Johannes Koch</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://tlavrk.hashnode.dev/building-a-news-aggregator-app-with-aws-amplify-flutter-and-react-a-comprehensive-guide">https://tlavrk.hashnode.dev/building-a-news-aggregator-app-with-aws-amplify-flutter-and-react-a-comprehensive-guide</a></div>
<p> </p>
<p><strong>Building a News Aggregator App with AWS Amplify, Flutter, and React</strong> by <a class="user-mention" href="https://hashnode.com/@exelnait">Tim Lavreniuk</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://hackathoners0.hashnode.dev/are-you-smarter-than-ai">https://hackathoners0.hashnode.dev/are-you-smarter-than-ai</a></div>
<p> </p>
<p><strong>Are you smarter than AI?</strong> by <a class="user-mention" href="https://hashnode.com/@rd159">RD</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://shubhamkothiya.hashnode.dev/savvy-nurse-your-ml-powered-dieses-detection-app-for-emergencies-on-the-go">https://shubhamkothiya.hashnode.dev/savvy-nurse-your-ml-powered-dieses-detection-app-for-emergencies-on-the-go</a></div>
<p> </p>
<p><strong>Savvy Nurse</strong> by <a class="user-mention" href="https://hashnode.com/@TheShubham07">shubham kothiya</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://abdulrasaqjamiu.hashnode.dev/fitness-tracker-application-created-with-aws-amplify-react-native-and-react">https://abdulrasaqjamiu.hashnode.dev/fitness-tracker-application-created-with-aws-amplify-react-native-and-react</a></div>
<p> </p>
<p><strong>Fitness Tracker Application Created With AWS Amplify, React Native, and React</strong> by <a class="user-mention" href="https://hashnode.com/@Jaymeeu">Abdulrasaq jamiu adewuyi</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://tanosugi.hashnode.dev/quiz-generator-simple-quiz-platform-where-ai-creates-quizzes-made-with-aws-amplify">https://tanosugi.hashnode.dev/quiz-generator-simple-quiz-platform-where-ai-creates-quizzes-made-with-aws-amplify</a></div>
<p> </p>
<p><strong>Quiz Generator - Simple Quiz Platform where AI Creates Quizzes made with AWS Amplify</strong> by <a class="user-mention" href="https://hashnode.com/@tanosugi">tanosugi</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://davidivad96.hashnode.dev/traavel-plan-your-next-trip-in-a-few-clicks">https://davidivad96.hashnode.dev/traavel-plan-your-next-trip-in-a-few-clicks</a></div>
<p> </p>
<p><strong>Traavel: plan your next trip in a few clicks!</strong> by <a class="user-mention" href="https://hashnode.com/@davidivad96">David Fernández Ortiz</a></p>
<ul>
<li><p>$300 worth of AWS credits</p>
</li>
<li><p>AWS Amplify swag</p>
</li>
<li><p>Hashnode swag</p>
</li>
</ul>
<hr />
<h2 id="heading-participation-prizes"><strong>🔥 Participation prizes</strong></h2>
<p>We have 10 lucky winners being randomly selected to get $100 worth of AWS credits. If selected, you will be contacted via email to collect your prize.</p>
<hr />
<h2 id="heading-how-to-claim-the-prizes"><strong>🎖️How to claim the prizes</strong></h2>
<p>All the winners and runners-up will receive an email (to the primary email address on Hashnode) with instructions to claim the prize from the Hashnode team in the next few days.</p>
<p>Regardless of whether you won or not, we see and appreciate the hard work, dedication, and innovation you poured into your projects.</p>
<p>We will continue to organize hackathons, giving everyone a chance to showcase their skills and creativity. Remember, to maximize your chances of winning, always follow the guidelines set in each hackathon announcement.</p>
<p>Love 💙<br />Hashnode Team</p>
]]></content:encoded></item></channel></rss>