<?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>DEV Community: TaskStalker</title>
    <description>The latest articles on DEV Community by TaskStalker (@miojoester).</description>
    <link>https://dev.to/miojoester</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%2F3444759%2F72c3773d-d5e0-4ce2-bd2d-32aee9945619.png</url>
      <title>DEV Community: TaskStalker</title>
      <link>https://dev.to/miojoester</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/miojoester"/>
    <language>en</language>
    <item>
      <title>Integrating my AI app in Discord</title>
      <dc:creator>TaskStalker</dc:creator>
      <pubDate>Sun, 19 Oct 2025 10:15:25 +0000</pubDate>
      <link>https://dev.to/miojoester/integrating-my-ai-app-in-discord-18di</link>
      <guid>https://dev.to/miojoester/integrating-my-ai-app-in-discord-18di</guid>
      <description>&lt;p&gt;I recently integrated &lt;strong&gt;Neura @1&lt;/strong&gt;, a AI model on my web-based AI platform &lt;a href="https://neura-new-era.vercel.app/home" rel="noopener noreferrer"&gt;Neura AI&lt;/a&gt;, directly into Discord — and it’s surprisingly seamless! 🎉&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Chat with AI in Discord&lt;/strong&gt;
Use &lt;code&gt;!chat&lt;/code&gt; command in discord to have natural conversations &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Discord Bot&lt;/strong&gt; built with &lt;strong&gt;Deno + Discord.js&lt;/strong&gt; handles commands and responses.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Workers&lt;/strong&gt; forward requests to the AI APIs securely.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;p&gt;Add the Neura AI bot to your server:&lt;br&gt;&lt;br&gt;
&lt;a href="https://discord.com/oauth2/authorize?client_id=1429089093689675826&amp;amp;permissions=83968&amp;amp;integration_type=0&amp;amp;scope=applications.commands+bot" rel="noopener noreferrer"&gt;Invite Neura AI&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Neura AI is still in early stages, but it already brings &lt;strong&gt;chat + image generation&lt;/strong&gt;  effortlessly. Perfect for communities, hobbyists, or anyone curious about AI! 🚀&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>🌌 Building A Realistic 3D Solar System Simulator with Three.js</title>
      <dc:creator>TaskStalker</dc:creator>
      <pubDate>Thu, 21 Aug 2025 05:36:48 +0000</pubDate>
      <link>https://dev.to/miojoester/building-a-realistic-3d-solar-system-simulator-with-threejs-1d9h</link>
      <guid>https://dev.to/miojoester/building-a-realistic-3d-solar-system-simulator-with-threejs-1d9h</guid>
      <description>&lt;p&gt;I’ve been fascinated by how much you can achieve with just WebGL and some coding. One of the projects I’ve made is "Orbit Engine" — a  3D solar system simulator that runs right in the browser.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://3-d-solar-nine.vercel.app/" rel="noopener noreferrer"&gt;Try it out here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A little preview: &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%2Fk9y351aln6bau486m8qq.jpg" 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%2Fk9y351aln6bau486m8qq.jpg" alt=" " width="800" height="1645"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here’s what Orbit Engine can currently do:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;🌍 Realistic planets with detailed textures, rotation, and orbital tilt.&lt;/p&gt;

&lt;p&gt;☀️ Dynamic lighting &amp;amp; shading — one side lit by the Sun, the other in darkness.&lt;/p&gt;

&lt;p&gt;🌌 Milky Way dome background.&lt;/p&gt;

&lt;p&gt;🪐 Asteroid belt around the solar system.&lt;/p&gt;

&lt;p&gt;🔍 Zoom, pan, and tilt camera controls so you can freely explore.&lt;/p&gt;

&lt;p&gt;🎯 Focus mode — click a planet, and the camera locks onto it and follows its orbit.&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts or suggestions—what features would you add to Orbit Engine?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I just deployed my portfolio site!</title>
      <dc:creator>TaskStalker</dc:creator>
      <pubDate>Tue, 19 Aug 2025 09:43:38 +0000</pubDate>
      <link>https://dev.to/miojoester/i-just-deployed-my-portfolio-site-1c83</link>
      <guid>https://dev.to/miojoester/i-just-deployed-my-portfolio-site-1c83</guid>
      <description>&lt;p&gt;currently learning frontend development, and I’ve been building different projects with &lt;strong&gt;JavaScript, APIs, and React&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This week, I finally put everything together into my portfolio site and deployed it on Vercel! 🎉&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://task-stalker.vercel.app" rel="noopener noreferrer"&gt;Check it out here!&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;here is a little preview :&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%2F677yiotg7jzvgkwcpj4c.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%2F677yiotg7jzvgkwcpj4c.png" alt=" " width="800" height="356"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>ai</category>
      <category>reactnative</category>
    </item>
  </channel>
</rss>
