<?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: John Patrick Juni</title>
    <description>The latest articles on DEV Community by John Patrick Juni (@john_inuhh_9bd5cfc).</description>
    <link>https://dev.to/john_inuhh_9bd5cfc</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4032338%2Fd108a725-f67d-4be3-b0bb-49ff914c956d.png</url>
      <title>DEV Community: John Patrick Juni</title>
      <link>https://dev.to/john_inuhh_9bd5cfc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/john_inuhh_9bd5cfc"/>
    <language>en</language>
    <item>
      <title>Its a Post</title>
      <dc:creator>John Patrick Juni</dc:creator>
      <pubDate>Sat, 18 Jul 2026 01:43:08 +0000</pubDate>
      <link>https://dev.to/john_inuhh_9bd5cfc/its-a-post-4hi8</link>
      <guid>https://dev.to/john_inuhh_9bd5cfc/its-a-post-4hi8</guid>
      <description>&lt;h3&gt;
  
  
  Hello Dev.to 👋
&lt;/h3&gt;

&lt;p&gt;This is my very first post on DEV.to.&lt;br&gt;
I'm using this article to test how Markdown, code blocks, images, and formatting work before I start publishing real technical content.&lt;/p&gt;

&lt;h3&gt;
  
  
  About Me
&lt;/h3&gt;

&lt;p&gt;I am just guy who enjoys working with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linux&lt;/li&gt;
&lt;li&gt;Cloud&lt;/li&gt;
&lt;li&gt;Python (FastAPI)&lt;/li&gt;
&lt;li&gt;Front End&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Code Sample
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;fastapi&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;FastAPI&lt;/span&gt; 

&lt;span class="n"&gt;app&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nc"&gt;FastAPI&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; 

&lt;span class="nd"&gt;@app.get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;/&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;read_root&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt; 
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;message&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Hello, DEV.to!&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Here's a Quote
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;"It insist upon it self Lois"&lt;br&gt;
- Peter&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Task
&lt;/h3&gt;

&lt;p&gt;[] Web Profile&lt;br&gt;
/  Front-End&lt;br&gt;
[] Back-End&lt;br&gt;
&lt;em&gt;Apparently checkboxes don't work here&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What's Next?
&lt;/h3&gt;

&lt;p&gt;I will be writing about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IDK, Currently I'm developing my web profile so maybe I will give an update to that.&lt;/li&gt;
&lt;li&gt;oh and find a job&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Github : &lt;a href="https://github.com/inuh22" rel="noopener noreferrer"&gt;inuh22&lt;/a&gt;&lt;br&gt;
LinkedIn : &lt;a href="https://www.linkedin.com/in/john-patrick-juni-224aa72a9/" rel="noopener noreferrer"&gt;john&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks For Reading.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>python</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
