<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Jithun Methusahan</title>
    <description>The latest articles on Forem by Jithun Methusahan (@jithun_methusahan).</description>
    <link>https://forem.com/jithun_methusahan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3640143%2Fa985f615-a144-4e20-b373-a5e91cd84c81.png</url>
      <title>Forem: Jithun Methusahan</title>
      <link>https://forem.com/jithun_methusahan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jithun_methusahan"/>
    <language>en</language>
    <item>
      <title>I’m finally doing it. AI-KIT goes live in 5 days. 🚀</title>
      <dc:creator>Jithun Methusahan</dc:creator>
      <pubDate>Fri, 23 Jan 2026 11:56:41 +0000</pubDate>
      <link>https://forem.com/jithun_methusahan/im-finally-doing-it-ai-kit-goes-live-in-5-days-7f9</link>
      <guid>https://forem.com/jithun_methusahan/im-finally-doing-it-ai-kit-goes-live-in-5-days-7f9</guid>
      <description>&lt;p&gt;I’ve spent the last 1 month solving a problem that’s been driving me crazy "chatbots". &lt;/p&gt;

&lt;p&gt;I realized that if I’m struggling with this, others probably are too. So, I decided to build a solution and, more importantly, open-source it.&lt;br&gt;
In exactly 7 days, I’ll be flipping the switch on the GitHub repo.&lt;/p&gt;

&lt;p&gt;What is AI-KIT?&lt;br&gt;
It’s a premade ui and api intergration ready tool designed to help designers, businesses, and developers to integrate a chatbot to their website without coding knowledge or repetitive work.&lt;/p&gt;

&lt;p&gt;The Goal:&lt;br&gt;
I’m not just launching a tool. I’m looking for a community of builders to help shape its future.&lt;/p&gt;

&lt;p&gt;Want to be the first to contribute:&lt;br&gt;
Drop a "🚀" in the comments.&lt;br&gt;
Follow me here for daily updates on the final countdown.&lt;br&gt;
GitHub: &lt;a href="https://lnkd.in/ghnG7TcM" rel="noopener noreferrer"&gt;https://lnkd.in/ghnG7TcM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;hashtag#OpenSource hashtag#BuildingInPublic hashtag#SoftwareEngineering hashtag#Launch&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft8hr8upqivl93d9husa2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft8hr8upqivl93d9husa2.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
      <category>ai</category>
    </item>
    <item>
      <title>A Beginner's Guide to APIs: Supercharge Your Apps with 100+ Free APIs</title>
      <dc:creator>Jithun Methusahan</dc:creator>
      <pubDate>Fri, 23 Jan 2026 11:55:42 +0000</pubDate>
      <link>https://forem.com/jithun_methusahan/a-beginners-guide-to-apis-supercharge-your-apps-with-100-free-apis-1meh</link>
      <guid>https://forem.com/jithun_methusahan/a-beginners-guide-to-apis-supercharge-your-apps-with-100-free-apis-1meh</guid>
      <description>&lt;p&gt;A Beginner's Guide to APIs: Supercharge Your Apps with 100+ Free Integrations&lt;/p&gt;

&lt;p&gt;APIs, or Application Programming Interfaces, let software applications communicate and share data or functionality. They act as intermediaries, so developers can access features from services like weather apps or payment processors without building everything from scratch.&lt;/p&gt;

&lt;p&gt;Key Concepts&lt;br&gt;
APIs use HTTP methods like GET to retrieve data, POST to create, PUT to update, and DELETE to remove resources. Most modern APIs follow RESTful principles and return data in JSON format for easy parsing in languages like Python or JavaScript. Authentication often uses API keys or OAuth tokens to secure access.&lt;/p&gt;

&lt;p&gt;Usage Tips:&lt;/p&gt;

&lt;p&gt;1.Read documentation first: Always review the official docs for endpoints, parameters, and examples to avoid trial-and-error.&lt;/p&gt;

&lt;p&gt;2.Handle errors gracefully: Check status codes (e.g., 200 for success, 404 for not found) and implement try-catch blocks or retries.&lt;/p&gt;

&lt;p&gt;3.Respect rate limits: Avoid exceeding request quotas by adding delays or caching responses.&lt;/p&gt;

&lt;p&gt;4.Secure keys properly: Store API keys in environment variables, never in code, to prevent exposure.&lt;/p&gt;

&lt;p&gt;5.Test with tools: Use Postman or curl to experiment before integrating into your projects.&lt;/p&gt;

&lt;p&gt;6.Monitor usage: Track calls to prevent surprises like billing overages.&lt;br&gt;
Your Repo Resource&lt;/p&gt;

&lt;p&gt;Repo Resource&lt;/p&gt;

&lt;p&gt;I have a repository with hundreds of APIs as a hands-on resource for experimentation. Clone it locally, explore endpoints with Python scripts using the requests library or JavaScript with fetch, and build small projects like data aggregators to apply these tips. because the more you practise, the more you learn&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/public-apis/public-apis" rel="noopener noreferrer"&gt;https://github.com/public-apis/public-apis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>beginners</category>
    </item>
    <item>
      <title>A Beginner's Guide to APIs: Supercharge Your Apps with 100+ Free APIs</title>
      <dc:creator>Jithun Methusahan</dc:creator>
      <pubDate>Sun, 04 Jan 2026 15:40:27 +0000</pubDate>
      <link>https://forem.com/jithun_methusahan/a-beginners-guide-to-apis-supercharge-your-apps-with-100-free-apis-215</link>
      <guid>https://forem.com/jithun_methusahan/a-beginners-guide-to-apis-supercharge-your-apps-with-100-free-apis-215</guid>
      <description>&lt;p&gt;A Beginner's Guide to APIs: Supercharge Your Apps with 100+ Free Integrations&lt;/p&gt;

&lt;p&gt;APIs, or Application Programming Interfaces, let software applications communicate and share data or functionality. They act as intermediaries, so developers can access features from services like weather apps or payment processors without building everything from scratch.&lt;/p&gt;

&lt;p&gt;Key Concepts&lt;br&gt;
APIs use HTTP methods like GET to retrieve data, POST to create, PUT to update, and DELETE to remove resources. Most modern APIs follow RESTful principles and return data in JSON format for easy parsing in languages like Python or JavaScript. Authentication often uses API keys or OAuth tokens to secure access.&lt;/p&gt;

&lt;p&gt;Usage Tips:&lt;/p&gt;

&lt;p&gt;1.Read documentation first: Always review the official docs for endpoints, parameters, and examples to avoid trial-and-error.&lt;/p&gt;

&lt;p&gt;2.Handle errors gracefully: Check status codes (e.g., 200 for success, 404 for not found) and implement try-catch blocks or retries.&lt;/p&gt;

&lt;p&gt;3.Respect rate limits: Avoid exceeding request quotas by adding delays or caching responses.&lt;/p&gt;

&lt;p&gt;4.Secure keys properly: Store API keys in environment variables, never in code, to prevent exposure.&lt;/p&gt;

&lt;p&gt;5.Test with tools: Use Postman or curl to experiment before integrating into your projects.&lt;/p&gt;

&lt;p&gt;6.Monitor usage: Track calls to prevent surprises like billing overages.&lt;br&gt;
Your Repo Resource&lt;/p&gt;

&lt;p&gt;Repo Resource&lt;/p&gt;

&lt;p&gt;I have a repository with hundreds of APIs as a hands-on resource for experimentation. Clone it locally, explore endpoints with Python scripts using the requests library or JavaScript with fetch, and build small projects like data aggregators to apply these tips. because the more you practise, the more you learn&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/public-apis/public-apis" rel="noopener noreferrer"&gt;https://github.com/public-apis/public-apis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Stanford's AI Lab analyzed hundreds of coffee meetings here are 5 astonishing takeaways that every AI builder needs to know!</title>
      <dc:creator>Jithun Methusahan</dc:creator>
      <pubDate>Fri, 02 Jan 2026 14:54:44 +0000</pubDate>
      <link>https://forem.com/jithun_methusahan/stanfords-ai-lab-analyzed-hundreds-of-coffee-meetings-here-are-5-astonishing-takeaways-that-every-3fl1</link>
      <guid>https://forem.com/jithun_methusahan/stanfords-ai-lab-analyzed-hundreds-of-coffee-meetings-here-are-5-astonishing-takeaways-that-every-3fl1</guid>
      <description>&lt;p&gt;When I first skimmed the paper from Stanford's AI Lab, I thought it was some groundbreaking novel. Nope—just raw insights from hundreds of casual coffee meetings with top AI researchers.&lt;/p&gt;

&lt;p&gt;As a young AI builder, it hit hard. We're out here making hilarious AI-generated videos (shoutout to the memes), while the world races ahead with real breakthroughs. Most folks still imagine AI as chatbots or personal assistants... but this paper reveals what's actually brewing.&lt;/p&gt;

&lt;p&gt;I broke it all down in this detailed summary—perfect for builders like us chasing the next big thing&lt;/p&gt;

&lt;p&gt;Read the full breakdown here👇&lt;br&gt;
&lt;a href="https://jithunmethusahan.medium.com/stanfords-ai-lab-held-hundreds-of-meetings-over-coffee-here-are-5-astonishing-takeaways-6d84041a1a7e" rel="noopener noreferrer"&gt;https://jithunmethusahan.medium.com/stanfords-ai-lab-held-hundreds-of-meetings-over-coffee-here-are-5-astonishing-takeaways-6d84041a1a7e&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick 5 Takeaways to Fuel Your Next Project:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Hidden Collaboration Goldmines: Informal chats spark 80% of breakthrough ideas—skip the formal meetings, grab coffee.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The "AI Winters" Myth: Cycles of hype and bust? Not anymore—steady progress is the new normal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ethics Isn't a Checkbox: Real-world AI dilemmas get solved over lattes, not in boardrooms.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Interdisciplinary Magic: Blend AI with bio/neuro for moonshots—solo coding won't cut it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Global Race Reality: Top labs are 10x ahead; us builders need open-source hustle.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This stuff changed how I approach my ML projects. What's your biggest AI "aha" from casual convos?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>How I built a serverless image converter using React &amp; WebAssembly</title>
      <dc:creator>Jithun Methusahan</dc:creator>
      <pubDate>Thu, 25 Dec 2025 05:55:06 +0000</pubDate>
      <link>https://forem.com/jithun_methusahan/how-i-built-a-serverless-image-converter-using-react-webassembly-2c8n</link>
      <guid>https://forem.com/jithun_methusahan/how-i-built-a-serverless-image-converter-using-react-webassembly-2c8n</guid>
      <description>&lt;p&gt;Hey everyone!&lt;br&gt;
I wanted to learn how to manipulate images in the browser without a backend. So I built Pixel Perfect Convert.&lt;br&gt;
It uses the HTML5 Canvas API to convert WebP/HEIC to PNG. No files are uploaded to any server.&lt;br&gt;
Stack: React, Tailwind, JSZip.&lt;br&gt;
You can try the demo here: &lt;a href="https://pixel-perfect-convert.vercel.app/" rel="noopener noreferrer"&gt;https://pixel-perfect-convert.vercel.app/&lt;/a&gt;&lt;br&gt;
I launched on Product Hunt today if you want to support: &lt;a href="https://www.producthunt.com/products/pixel-perfect-convert" rel="noopener noreferrer"&gt;https://www.producthunt.com/products/pixel-perfect-convert&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
    <item>
      <title>The Hidden Dockerfile Mistakes That Waste Hours (Thinking of Building a Tool for This)</title>
      <dc:creator>Jithun Methusahan</dc:creator>
      <pubDate>Tue, 02 Dec 2025 03:09:58 +0000</pubDate>
      <link>https://forem.com/jithun_methusahan/the-hidden-dockerfile-mistakes-that-waste-hours-thinking-of-building-a-tool-for-this-2h5f</link>
      <guid>https://forem.com/jithun_methusahan/the-hidden-dockerfile-mistakes-that-waste-hours-thinking-of-building-a-tool-for-this-2h5f</guid>
      <description>&lt;p&gt;Developers love to pretend their Dockerfiles are perfect until a build takes eight minutes and the image balloons bigger than a AAA game update. Most of the time, the cause is embarrassingly simple stuff: missing version pins, unnecessary layers, or copying half the universe into the image.&lt;/p&gt;

&lt;p&gt;Example mistakes I keep seeing:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"RUN apt-get install python
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;No version pin. Enjoy the surprise upgrades later.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;COPY . .

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Congrats, you just shoved your entire repo and node_modules into the image because why not.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;RUN pip install --upgrade pip
RUN pip install -r requirements.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Two separate layers doing what one should handle.&lt;/p&gt;

&lt;p&gt;I’m exploring a small, focused tool that analyzes Dockerfiles and built images to catch these issues quickly. No AI circus, just rule checks and clear suggestions.&lt;/p&gt;

&lt;p&gt;I’m curious how common this pain actually is.&lt;br&gt;
Would something like this be useful in your workflow, or do you already rely on another tool?&lt;/p&gt;

&lt;p&gt;Feel free to comment your thoughts or examples of Dockerfile mistakes you’ve faced&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>devops</category>
      <category>performance</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
