<?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[TheBiggTalks]]></title><description><![CDATA[TheBiggTalks]]></description><link>https://thebiggtalks.com</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 22:06:46 GMT</lastBuildDate><atom:link href="https://thebiggtalks.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[We automated our business vetting with OpenClaw]]></title><description><![CDATA[I’ve always wanted to build something with openClaw.
But it had to be genuinely useful for our business, not just another toy app for managing tasks.
Today, our Kelviq vetting system runs entirely on ]]></description><link>https://thebiggtalks.com/we-automated-our-business-vetting-with-openclaw</link><guid isPermaLink="true">https://thebiggtalks.com/we-automated-our-business-vetting-with-openclaw</guid><category><![CDATA[AI]]></category><category><![CDATA[#ai-tools]]></category><category><![CDATA[ai agents]]></category><category><![CDATA[payment gateway]]></category><category><![CDATA[kelviq]]></category><category><![CDATA[payments]]></category><category><![CDATA[merchant of record]]></category><category><![CDATA[Payment Gateway integrations on website]]></category><dc:creator><![CDATA[Geo Jacob]]></dc:creator><pubDate>Wed, 01 Apr 2026 06:28:25 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/61bf74cf02755832385f2d0a/fbdb07d5-2c32-431d-afaf-e7b7817d0922.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I’ve always wanted to build something with openClaw.</p>
<p>But it had to be genuinely useful for our business, not just another toy app for managing tasks.</p>
<p>Today, our <a href="https://www.kelviq.com/">Kelviq</a> vetting system runs entirely on OpenClaw, handling initial screening and speeding up customer onboarding.</p>
<p><strong>The Problem:</strong><br />After launch, we started getting a surge of requests for business verification. Business verification is mandatory for us, as we operate an MoR platform. So every time a profile was submitted, we had to dive deep into the business to decide on approval. It was consuming a massive amount of time, causing constant context switching, and leaving us drained (especially when the outcome had to be a rejection).</p>
<p>So, we decided to automate it.</p>
<p><strong>The Solution:</strong><br />1. A profile is submitted, triggering a message to Discord that tags our Kelviq bot.<br />2. Our OpenClaw server picks up the request.<br />3. The AI agent analyzes the website, compares it against our policies, and makes a decision.</p>
<p>The bot instantly outputs an approval or rejection, a detailed reasoning statement, the appropriate category, and a confidence score.</p>
<p><strong>The Flow:</strong><br />User input (URL) → Kelviq Backend → Discord → OpenClaw Agent → Web Scraping → Policy Check → VERDICT.</p>
<p><strong>The Stack:</strong><br />– OpenClaw image deployed on a DigitalOcean<br />– OpenRouter subscription<br />– Discord for messaging</p>
<p>Here is the video + story behind building this over a weekend.</p>
<p><a href="https://x.com/geojacobm6/status/2034127028329583111">https://x.com/geojacobm6/status/2034127028329583111</a>  </p>
<p>Hope this is helpful! And happy to share more details if anyone’s building something similar.</p>
]]></content:encoded></item><item><title><![CDATA[How to configure www & root domain in hashnode over SSL.]]></title><description><![CDATA[Before we start, let me ask you a question:
Are you using custom domain in hashnode to show your posts?
If your answer is Yes, then this post is for you.
Is your intention to show your posts on hashnode on a custom domain with www and a root domain(l...]]></description><link>https://thebiggtalks.com/how-to-configure-www-and-root-domain-in-hashnode-over-ssl</link><guid isPermaLink="true">https://thebiggtalks.com/how-to-configure-www-and-root-domain-in-hashnode-over-ssl</guid><category><![CDATA[Hashnode]]></category><category><![CDATA[domain]]></category><category><![CDATA[dns]]></category><category><![CDATA[Programming Blogs]]></category><category><![CDATA[Blogging]]></category><dc:creator><![CDATA[Geo Jacob]]></dc:creator><pubDate>Tue, 18 Jan 2022 04:46:07 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1641103497150/lXp6mB39S.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Before we start, let me ask you a question:</p>
<p><em>Are you using custom domain in hashnode to show your posts?</em></p>
<p>If your answer is Yes, then this post is for you.</p>
<p><em>Is your intention to show your posts on hashnode on a custom domain with www and a root domain(like <a href="https://www.thebiggtalks.com">www.thebiggtalks.com</a> and <a href="https://thebiggtalks.com">thebiggtalks.com</a>) over SSL (https).</em></p>
<h3 id="heading-how-i-ended-up-writing-this-post">How I ended up writing this post</h3>
<p>A few days back, when i tried to configure my domain in hashnode, i noticed that, something is broken. Either one of the <a href="https://www.thebiggtalks.com">https://www.thebiggtalks.com</a> or <a href="https://thebiggtalks.com">https://thebiggtalks.com</a> will work. But if I call <a href="http://www.thebiggtalks.com">http://www.thebiggtalks.com</a> or <a href="http://thebiggtalks.com">http://thebiggtalks.com</a>, then both will be redirecting to right endpoint. So I started looking at other blogs in hashnode which use custom domains, then I realized that most of them are facing similar issue.</p>
<p>After reconfiguring multiple times, i was able to serve my blog over both www and root domain, where one will be redirecting to the right domain configured in hashnode.</p>
<p>So here I want to share my configuration which i used, so that everyone can benefit out of it.</p>
<p>I'm using Google Domains as a domain name registrar; later we can see how we can achieve it in Godaddy or any other similar platforms. 
And there is a difference in configurations w.r.t Google domains vs Godaddy or other platforms, so the below google domain configuration might not work for other platforms, if you are not using google domains, you can directly jump to  <a class="post-section-overview" href="#heading-configuration-in-godaddy">Godaddy configuration</a>  which will be similar to other platforms like namecheap, cloudflare, synergywholesale etc.</p>
<h3 id="heading-configuration-in-google-domains">Configuration in Google Domains</h3>
<p>Here the hashnode configuration is <a href="https://thebiggtalks.com">thebiggtalks.com</a></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641211580476/1KbLGbqKi5.png" alt="Screenshot 2022-01-03 at 5.34.52 PM.png" /></p>
<ol>
<li><p>Configure the A record as show in screenshot.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641099562377/Aqly1Z9pk.png" alt="Screenshot 2022-01-02 at 10.25.37 AM.png" /></p>
</li>
<li><p>Configure the Forwarding as shown below.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641099779864/h0aokjXxO.png" alt="Screenshot 2022-01-02 at 10.32.03 AM.png" /></p>
</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641099769570/7nSu5QUe1.png" alt="Screenshot 2022-01-02 at 10.31.46 AM.png" /></p>
<p>You are done, wait for sometime and start accessing your endpoint and verify it is working.</p>
<h3 id="heading-configuration-in-godaddy">Configuration in Godaddy</h3>
<p>Here the hashnode configuration is <a href="https://www.thebiggtalks.com">www.thebiggtalks.com</a></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641211716335/AihDtrPu3.png" alt="Screenshot 2022-01-03 at 5.33.24 PM.png" /></p>
<ol>
<li><p>Configure the A record as show in screenshot.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641100152227/Nfg5xE1aS.png" alt="Screenshot 2022-01-02 at 10.37.48 AM.png" /></p>
</li>
<li><p>Configure CNAME record.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641211267416/0iQd10XBd.png" alt="Screenshot 2022-01-03 at 5.30.03 PM.png" /></p>
</li>
<li><p>Configure the Forwarding, here select domain or subdomain depending on your requirement to forward. I'm selecting <strong>Forward domain</strong> to achieve the same which i showed above.</p>
</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641211939281/YfXF5P9ZG.png" alt="Screenshot 2022-01-03 at 5.41.01 PM.png" />
You are done, wait for sometime and start accessing your endpoint and verify it is working. </p>
<h3 id="heading-configuration-in-namecheap">Configuration in Namecheap</h3>
<p>Here the hashnode configuration is <a href="https://www.thebiggtalks.com">www.thebiggtalks.com</a></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641211716335/AihDtrPu3.png" alt="Screenshot 2022-01-03 at 5.33.24 PM.png" /></p>
<ol>
<li>Configure the A record and CNAME as show in screenshot.
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1641923089086/ExjX2xRUQ.png" alt="Screenshot 2022-01-11 at 11.12.05 PM.png" /></li>
</ol>
<p>Similarly, you can configure the same if you are using a different domain name registrar other than Google domains/Namecheap/Godaddy. I have tried only with these 3 platforms.</p>
<h3 id="heading-before-we-conclude-key-points-to-keep-in-mind">Before we conclude, Key points to keep in mind</h3>
<p>The below points can be followed for any DNS portals.</p>
<ol>
<li>Always add A record and CNAME record in DNS management portal.</li>
<li>Add a redirection from root domain to subdomain (http) in the portal.</li>
<li>Then create root domain/subdomain in hashnode. If that didn't work try creating and deleting multiple times in hashnode.</li>
<li>Better to configure subdomain in hashnode. Because from my personal experience I have faced sometimes subdomains are not properly redirecting to root domains in some portals. So always configure subdomain in hashnode and do a redirection from root domain to subdomain.</li>
</ol>
<p>A few other resources which may help you to configure custom domains:</p>
<ol>
<li>https://support.hashnode.com/docs/mapping-domain</li>
<li>https://hashnode.com/post/how-to-set-up-a-custom-domain-on-devblog-cjvoymax9001u8xs1i9f3077e</li>
</ol>
<p>Thanks for reading, please share it within your network, if this resonates with you.</p>
<p>You can also <a target="_blank" href="https://twitter.com/intent/follow?screen_name=geojacobm6">connect with me on twitter</a>  as I will be inscribing my thoughts there very frequently.</p>
]]></content:encoded></item><item><title><![CDATA[How I got my first freelancing project!]]></title><description><![CDATA[Note: This post is especially for beginners who are struggling to earn their first dollar as a freelancer.
Things To Be Taken Care Before Entering To Freelancing World

Default requirement as always: Be focused and achieve good knowledge about what y...]]></description><link>https://thebiggtalks.com/how-i-got-my-first-freelancing-project</link><guid isPermaLink="true">https://thebiggtalks.com/how-i-got-my-first-freelancing-project</guid><category><![CDATA[Freelancing]]></category><category><![CDATA[freelancer]]></category><category><![CDATA[GitHub]]></category><category><![CDATA[Stack Overflow]]></category><category><![CDATA[Web Development]]></category><dc:creator><![CDATA[Geo Jacob]]></dc:creator><pubDate>Tue, 11 Jan 2022 04:23:22 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1641020055872/PqXiVxCnz.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Note: This post is especially for beginners who are struggling to earn their first dollar as a freelancer.</em></p>
<h3 id="heading-things-to-be-taken-care-before-entering-to-freelancing-world">Things To Be Taken Care Before Entering To Freelancing World</h3>
<ol>
<li><p>Default requirement as always: Be focused and achieve good knowledge about what you are going to deliver to the client. How do I do that?. No worries, we will discuss it below.</p>
</li>
<li><p>Be active on community forums. (I have subscribed to django user groups and have been continuously reading emails coming to the group in my initial time) This literally helped me to understand the problems faced by other developers. Now a days Discord is one of the best tool getting popular for these.</p>
</li>
<li><p>Focus on a single skill while submitting a proposal for a project (Initially I was focusing only on Python/Django projects) as i was experienced in creating web applications using python and django framework. </p>
</li>
<li><p>Use Github to showcase your expertise, and how much you are passionate about what you are doing. Create some sample applications and start contributing to open source projects regularly. Contributing to open source will surely increase your knowledge and network.</p>
</li>
<li><p>Be active on stackoverflow.com, Earn reputations by asking and answering questions. Literally I was filtering the tags #django and #python on stackoverflow.com and kept on refreshing the browser to answer the next immediate question. It really helped me to increase my knowledge as a developer.</p>
</li>
<li><p>Submit your proposal with less price/no cost. Initially focus only on good reviews from clients; money will follow you once you start delivering quality work.</p>
</li>
<li><p>Be ready to spend a few hours a day continuously and submit your proposal immediately when it gets listed on the platform. As a beginner, I was spending hours on Upwork to get my first project. </p>
</li>
<li><p>Always include your Github and stackoverflow.com profile while submitting the project proposal. This actually increased my chances of getting the project.</p>
</li>
</ol>
<p><strong>Special Tricks For Beginners</strong>:</p>
<ol>
<li><p>Try to apply for projects listed on <strong>new freelancing platforms</strong>, as there will be less competitors while applying for a project.</p>
</li>
<li><p>Always ask the customer to provide some reviews after successfully delivering the project, but don't force them.</p>
</li>
<li><p>Make sure to switch on the notification on mobile/web and reply to messages whenever client asks something. Delaying reply, may lose your chance.</p>
</li>
<li><p>Finally, the important one is, whenever you learn new skills, showcase it always. Github is one of the best place.</p>
</li>
</ol>
<p><strong>How To Achieve A Long Term Client</strong>:</p>
<ol>
<li><p>Being irreplaceable is the best strategy to follow while working on a project.</p>
</li>
<li><p>Put all your valuable time into understanding the project.</p>
</li>
<li><p>Don't leave your client because of the complexity of work.</p>
</li>
</ol>
<p>Follow these steps, clients will face difficulty in finding you a replacement and as an outcome you'll surely earn a long term client.</p>
<p>Thanks for reading, please share it within your network, if this resonates with you.</p>
<p>You can also <a target="_blank" href="https://twitter.com/intent/follow?screen_name=geojacobm6">connect with me on twitter</a>  as I will be inscribing my thoughts there very frequently.</p>
]]></content:encoded></item><item><title><![CDATA[Generate indirect income using stackoverflow.com]]></title><description><![CDATA[Let's ask some questions of yourself before we begin.
1. Are you the same person looking into stackoverflow.com when you are stuck somewhere or ready to help someone on your free time.
2. Why would someone help you with answers without any benefit, a...]]></description><link>https://thebiggtalks.com/generate-indirect-income-using-stackoverflowcom</link><guid isPermaLink="true">https://thebiggtalks.com/generate-indirect-income-using-stackoverflowcom</guid><category><![CDATA[Freelancing]]></category><category><![CDATA[Stack Overflow]]></category><category><![CDATA[freelancer]]></category><category><![CDATA[Web Development]]></category><category><![CDATA[web developers]]></category><dc:creator><![CDATA[Geo Jacob]]></dc:creator><pubDate>Sat, 01 Jan 2022 12:57:49 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1641020257367/u-sJqzfdz.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h4 id="heading-lets-ask-some-questions-of-yourself-before-we-begin">Let's ask some questions of yourself before we begin.</h4>
<p><em>1. Are you the same person looking into stackoverflow.com when you are stuck somewhere or ready to help someone on your free time.</em></p>
<p><em>2. Why would someone help you with answers without any benefit, as they might have spent hours to solve the same problem which you have faced. Have you ever thought about these?
</em></p>
<h3 id="heading-stack-overflow-benefits">Stack Overflow Benefits</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1640183209280/yR3Ip6jhT.png" alt="logo-stackoverflow.png" /></p>
<p>There are lot of direct benefits by using stackoverflow.com. Those are well visible on the portal as:</p>
<ul>
<li>QnA thread</li>
<li>Jobs</li>
<li>Teams</li>
<li>Collectives</li>
<li>Learnings</li>
<li>Reputations</li>
<li>Badges etc.</li>
</ul>
<p><strong>But do you see the possibility of using your stackoverflow.com profile from a marketing view point?</strong></p>
<p>Right, let's come to the real part.</p>
<p>There are numerous possibilities for developers to make money online, some of them are:</p>
<ul>
<li>Affiliate Marketing</li>
<li>Blogging</li>
<li>Info Products</li>
<li>Micro Startups</li>
<li>Freelancing</li>
<li>Online courses etc. </li>
</ul>
<p>All these are good, but <strong>Freelancing</strong> is one of the great opportunities. But the main problem is where/how to find the clients? And now that is solved by lots of freelancing portals such as:</p>
<ul>
<li>Upwork</li>
<li>Freelancer</li>
<li>Codementor</li>
<li>Toptal</li>
<li>PeoplePerHour etc.</li>
</ul>
<p>Now the biggest problem is how will you get the projects which are listed on those freelancing platforms. People think that, as a beginner to the freelancing world it is difficult to get their first project. But indeed it is not if you are moving on the right path. There are a lot of tactics to get your first project; one of them is, using stackoverflow.com profiles to market yourself while submitting your proposals. This is literally a successful approach from my experience. </p>
<h3 id="heading-lets-have-a-closer-look">Let's Have A Closer Look</h3>
<p>In the past, I started my career around 2013, and I was very active on stackoverflow.com at the end of 2014 or early 2015 time frame. Soon I became addicted to it and kept searching for my favorite tag <code>"django"</code> and trying to answer all the questions daily. It really helped me to increase my knowledge as a developer, and it went well for a period of time. As an added advantage, I also earned 1000+ reputations there within a short span. </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1640238368069/oIp8SpFyA.png" alt="Screenshot 2021-12-23 at 11.12.46 AM.png" /></p>
<p>Then around 2 years later, I thought about making some extra income while working, and started exploring freelancing opportunities. So I have opened an account on Upwork and started applying to projects. But I understand that no one will look into my profile, as I'm saying, I have only 2.5 years of experience even though I'm confident to fulfill my clients requirements (I used to always submit proposals for building an application from scratch). A few days passed like that, and then I realized no one would trust me until they saw my work or how passionate I was. So I started putting my stackoverflow.com profile link on the cover letter and started submitting the proposals. Suddenly I started seeing some good results. I'm getting invitations to interview and finally end up winning my first project. This approach I have continued for quite some time, until I get enough reviews from my clients on Upwork.. </p>
<p><em>Note: Once you have enough good reviews from clients, its much easier to get the new projects.</em></p>
<p>A sample cover letter, which helped me to get my first contract on Upwork..</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1640179154422/Sqze2mh1mW.png" alt="Screenshot 2021-12-22 at 6.46.39 PM.png" /></p>
<p>There are a lot more things you need to consider while submitting the proposal for a project. As our intention for the post is different, I will write those in a different post.</p>
<p>Thanks for reading, please share it within your network, if this resonates with you.</p>
<p>You can also <a target="_blank" href="https://twitter.com/intent/follow?screen_name=geojacobm6">connect with me on twitter</a>  as I will be inscribing my thoughts there very frequently.</p>
]]></content:encoded></item></channel></rss>