<?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: Vitor Hugo Marques Viana</title>
    <description>The latest articles on Forem by Vitor Hugo Marques Viana (@vianavitordev).</description>
    <link>https://forem.com/vianavitordev</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%2F3288884%2Fabcb17cd-bd5a-4b90-8104-d064da747070.png</url>
      <title>Forem: Vitor Hugo Marques Viana</title>
      <link>https://forem.com/vianavitordev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/vianavitordev"/>
    <language>en</language>
    <item>
      <title>My First Spring Project</title>
      <dc:creator>Vitor Hugo Marques Viana</dc:creator>
      <pubDate>Sun, 06 Jul 2025 03:50:13 +0000</pubDate>
      <link>https://forem.com/vianavitordev/my-first-spring-project-5o7</link>
      <guid>https://forem.com/vianavitordev/my-first-spring-project-5o7</guid>
      <description>&lt;p&gt;Hello there.&lt;br&gt;
Recently, I've started to learn about Java Spring. It's been a while since I had my first contact with Java in college, but this is the first project that I've made out there.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📖 About the project &lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;It's a simple Java To-Do task API whose goal is to register tasks and it's states (to do, in progress, and done) into groups where the members can interact freely with the tasks.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📝What I learn from this &lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;Although simple, this project helped me to learn a little more about:&lt;/p&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Spring&lt;/strong&gt;: basically, Spring it's a very well-known Java framework used to make corporate and web applications, possessing a lot of tools and resources that improve the speed of development. &lt;/li&gt;
&lt;/ul&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JPA (Java Persistence API)&lt;/strong&gt;: It's a framework, so to speak, that is used to map a Java class (Actually a POJO) into database entities. Enabling the developer to handle the database more easily.&lt;/li&gt;
&lt;/ul&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DAO (Data Access Object)&lt;/strong&gt;: It's a design pattern used to slice the business logic of the data access. Making the code easier to read and to maintain. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/vianavitor-dev/java-todo" rel="noopener noreferrer"&gt;Check out the full code on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;P.S.: I'm still improving my English - so if something sounded off, that's why 😁&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>java</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>My First Spring Project</title>
      <dc:creator>Vitor Hugo Marques Viana</dc:creator>
      <pubDate>Sun, 06 Jul 2025 03:50:13 +0000</pubDate>
      <link>https://forem.com/vianavitordev/my-first-spring-project-50nk</link>
      <guid>https://forem.com/vianavitordev/my-first-spring-project-50nk</guid>
      <description>&lt;p&gt;Hello there.&lt;br&gt;
Recently, I've started to learn about Java Spring. It's been a while since I had my first contact with Java in college, but this is the first project that I've made out there.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📖 About the project &lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;It's a simple Java To-Do task API whose goal is to register tasks and it's states (to do, in progress, and done) into groups where the members can interact freely with the tasks.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📝What I learn from this &lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;Although simple, this project helped me to learn a little more about:&lt;/p&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Spring&lt;/strong&gt;: basically, Spring it's a very well-known Java framework used to make corporate and web applications, possessing a lot of tools and resources that improve the speed of development. &lt;/li&gt;
&lt;/ul&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JPA (Java Persistence API)&lt;/strong&gt;: It's a framework, so to speak, that is used to map a Java class (Actually a POJO) into database entities. Enabling the developer to handle the database more easily.&lt;/li&gt;
&lt;/ul&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DAO (Data Access Object)&lt;/strong&gt;: It's a design pattern used to slice the business logic of the data access. Making the code easier to read and to maintain. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/vianavitor-dev/java-todo" rel="noopener noreferrer"&gt;Check out the full code on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;P.S.: I'm still improving my English - so if something sounded off, that's why 😁&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>java</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
