<?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[Agent Tom - AI Journey]]></title><description><![CDATA[Agent Tom - AI Journey]]></description><link>https://agenttom.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 04:28:49 GMT</lastBuildDate><atom:link href="https://agenttom.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Convert Oracle Apex Apps to next.js Claude Coded App]]></title><description><![CDATA[What I’ve learned …

How incredibly fast you can build a working prototype

How to use GitHub Actions effectively

How to test a Node.js application locally

How to use PM2 and Nginx for these kinds o]]></description><link>https://agenttom.hashnode.dev/convert-oracle-apex-apps-to-next-js-claude-coded-app</link><guid isPermaLink="true">https://agenttom.hashnode.dev/convert-oracle-apex-apps-to-next-js-claude-coded-app</guid><category><![CDATA[#oracle-apex]]></category><category><![CDATA[orclapex]]></category><category><![CDATA[Next.js]]></category><dc:creator><![CDATA[Agent Tom]]></dc:creator><pubDate>Tue, 17 Mar 2026 08:01:13 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/699040722aff2375ad5f5fdc/c14533e8-0c69-4ac3-ba73-b18389b67440.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>What I’ve learned …</h2>
<ul>
<li><p>How incredibly fast you can build a working prototype</p>
</li>
<li><p>How to use GitHub Actions effectively</p>
</li>
<li><p>How to test a Node.js application locally</p>
</li>
<li><p>How to use PM2 and Nginx for these kinds of setups</p>
</li>
<li><p>That the system can often fix itself in a loop</p>
</li>
</ul>
<p>I also learned that for every project, I want to include some kind of admin panel — a place where I can configure endpoints, passwords, URLs, settings, SMTP, etc. This avoids scattering things across hidden credential stores or framework configs.</p>
<p>And how surprisingly easy it is to generate a PDF from an invoice without overthinking templates<br /><em>(no Word templates, no AOP, no PL/SQL-to-PDF).</em></p>
<p>At the same time, I realized how little I sometimes needed to know about the actual code, because my experience told me where the open issues would be — like responsive/mobile design. And even those were solved with a few additional coworking sessions.</p>
<p>Now you could ask: how much did I really know about Oracle APEX code?<br />Fair point — in many ways, I was mostly configuring there as well. But I do understand what’s happening inside an Oracle database: PL/SQL, tables, SQL, plus some JS libraries integrated by APEX. That comes from years of using it and getting fast results.</p>
<p>Over time in APEX, we learned to work around its limitations — especially in usability <em>(e.g. Interactive Grid)</em> and design. We built our own plugins, template components, and JS libraries. Looking back, I underestimated how much time and energy that actually cost.</p>
<p>But AI doesn’t just help with those areas — it also builds a fitting ER model in the background, configures APIs for integrations with other services like Stripe, and handles a lot of the plumbing automatically.<br />In Oracle, we used to set up PL/SQL or APEX_WEB_SERVICE API routes ourselves, extend the data model manually, regenerate APIs, and so on. Now, AI coding tools take over much of that work.</p>
<p>I’m excited to see APEX evolve further and to use AI tools to tackle these APEX-specific challenges faster, more easily, and more sustainably.</p>
<p>For my private projects, however, I no longer use APEX — they’re simply too small, and the Oracle stack feels too heavy for that use case.</p>
<p>But maybe… just maybe… that will change again someday. If it does, you’ll see it on my APEX blog.</p>
<p><a href="https://yaitcon.hashnode.dev">my APEX Blog</a></p>
<p>My Tipp 1 =&gt; check Your Claude Code with Codex or vice-versa - for GDPR, Security issues etc.<br />My Tipp 2 =&gt; Ask before starting coding =&gt; is sveltje kit for this project a benefit or another framework to get out less codes in repo and safe some tokens.  </p>
<p>👉 <strong>Yaitcon.hasnode.dev</strong> – my APEX blog</p>
]]></content:encoded></item><item><title><![CDATA[OpenClaw Standalone with Ollama]]></title><description><![CDATA[Because of learning more AI Agent Stuff, i decided to buy a 1 Year old Mac Book Pro with 48Gb memory.  
First of all i have an old mac mini intel i7 and an intel NUC i7 with external GPU GTX 2070 (8GB Ram). The windows machine is my steam machine and...]]></description><link>https://agenttom.hashnode.dev/openclaw-standalone-with-ollama</link><guid isPermaLink="true">https://agenttom.hashnode.dev/openclaw-standalone-with-ollama</guid><category><![CDATA[openclaw]]></category><category><![CDATA[#oracle-apex]]></category><category><![CDATA[orclapex]]></category><dc:creator><![CDATA[Agent Tom]]></dc:creator><pubDate>Sat, 14 Feb 2026 10:02:43 GMT</pubDate><content:encoded><![CDATA[<p>Because of learning more AI Agent Stuff, i decided to buy a 1 Year old Mac Book Pro with 48Gb memory.  </p>
<p>First of all i have an old mac mini intel i7 and an intel NUC i7 with external GPU GTX 2070 (8GB Ram). The windows machine is my steam machine and the mac mini i7 is my personal Data machine. I have read alot about the risk of prompt injection, so i don’t wanna be riski, if i test different AI Agents.  </p>
<p>And 48 GB Ram is also very helpful for ollama with bigger models for coders.</p>
<p>What is my Plan?</p>
<p>My Oracle APEX Expertise for building small to large Data driven Applications, is nice but not that fast it could be.. I am waiting 4 Oracle APEX Lang.. then it would be flying.. lets see .. using AI Agents of course.</p>
<p>In my personal Projects “Photovoltaik analysis”, Charging Station Price calculation, NGO Website (www.glasknochen.at) I always use Oracle APEX. Because its free and i know how to handle REST data , layouting, hosting etc..</p>
<p>But i don’t use git in my Personal Projects and also no CI/CD if i do changes and so on.. i have to invest more time to do this.. In my Company we use SQLCL Project for this, and this worked after a while really well..  </p>
<p>Now with OpenClaw I give a try:</p>
<p>1) use a github repo for the Charging Station Price APP</p>
<p>2) Build an REACT Application which works like my APEX One-Page Responsive APP</p>
<p>3) Test it vs. the old system → same results?</p>
<h2 id="heading-ia"> </h2>
<p>OLLAMA<br />First of all..</p>
<p>Install it from ollama.com</p>
<p>Settings in ollama</p>
<p>1) enable air plane mode<br />2) change context length to 256K<br />3) allow other services to access ollama<br />4) qwen3-coder:30B model</p>
<p>OpenClaw</p>
]]></content:encoded></item></channel></rss>