<?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: aelexa</title>
    <description>The latest articles on DEV Community by aelexa (@aelexa).</description>
    <link>https://dev.to/aelexa</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%2F774167%2F3ba5a4f1-b1a4-4d5e-961e-343148dbff1b.jpg</url>
      <title>DEV Community: aelexa</title>
      <link>https://dev.to/aelexa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aelexa"/>
    <language>en</language>
    <item>
      <title>Dream Company</title>
      <dc:creator>aelexa</dc:creator>
      <pubDate>Sat, 05 Feb 2022 05:48:39 +0000</pubDate>
      <link>https://dev.to/aelexa/dream-company-2on4</link>
      <guid>https://dev.to/aelexa/dream-company-2on4</guid>
      <description>&lt;p&gt;one day im gonna be a engineer in &lt;strong&gt;SamsungR&amp;amp;D&lt;/strong&gt; and ill promise to myself that one day i will travel the world with computer science!!!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>career</category>
    </item>
    <item>
      <title>Update on Coding!</title>
      <dc:creator>aelexa</dc:creator>
      <pubDate>Thu, 23 Dec 2021 04:30:34 +0000</pubDate>
      <link>https://dev.to/aelexa/update-on-coding-13kp</link>
      <guid>https://dev.to/aelexa/update-on-coding-13kp</guid>
      <description>&lt;p&gt;I haven't posted in a while since im busy practicing OOP's in Java &lt;br&gt;
but im still doing programiz exercise i'll continue it! by next week.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;ADVANCE STUDYING&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
im currently starting to learn java oop in youtube day by day!&lt;br&gt;
i hate to think that i always watch one or two code a day but i can see that im being productive and still code!&lt;/p&gt;

&lt;p&gt;i notice that if i code everyday i can remember every syntax in java.I feel like coding everyday is part of my daily routine and if i dont code i feel like my day is lacking something and that is practicing to code and advance studying!&lt;/p&gt;

&lt;p&gt;&lt;code&gt;I just visit my profile and opened my notifications and im suprised that there are people that view my posts and reacts to it! I am very happy and inspired to write blog about my coding journey! THANK YOU SO MUCH TO ALL!&lt;/code&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>java</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>JAVA W3Schools</title>
      <dc:creator>aelexa</dc:creator>
      <pubDate>Tue, 14 Dec 2021 11:49:22 +0000</pubDate>
      <link>https://dev.to/aelexa/java-w3schools-39p0</link>
      <guid>https://dev.to/aelexa/java-w3schools-39p0</guid>
      <description>&lt;p&gt;just got 23/25 on java quiz :)&lt;br&gt;
what a productive day!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>java</category>
    </item>
    <item>
      <title>Java Practice on Holidays</title>
      <dc:creator>aelexa</dc:creator>
      <pubDate>Tue, 14 Dec 2021 10:25:32 +0000</pubDate>
      <link>https://dev.to/aelexa/java-practice-on-holidays-4f5a</link>
      <guid>https://dev.to/aelexa/java-practice-on-holidays-4f5a</guid>
      <description>&lt;p&gt;Today,i finally decided to be productive atleast and practice on java basics&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;i think this is the start of my java journey? or roadmap.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Right now im following Programiz Java Excercises&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.programiz.com/java-programming/examples"&gt;java-programming/examples&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;i do these exercise by not looking at the actual code thats not a flex cause i need more practice writing good variable name&lt;/p&gt;

&lt;h1&gt;
  
  
  01
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Java Program to Print an Integer (Entered by the User)&lt;/strong&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
`import java.util.Scanner;
public class RandomPractice {
    public static void main(String[] args) {        

     Scanner scan = new Scanner(System.in);

  System.out.println("Enter a number : ");
  int number = scan.nextInt();

// Concatenates String and Number entered by user 
// Prints the number you entered 
// These " " are used to separate variables in one line 
  System.out.println("You entered" + " " +number);`

INPUT  : 10 
OUTPUT : You entered 10

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

&lt;/div&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>java</category>
    </item>
    <item>
      <title>Beginning</title>
      <dc:creator>aelexa</dc:creator>
      <pubDate>Tue, 14 Dec 2021 07:22:57 +0000</pubDate>
      <link>https://dev.to/aelexa/beginning-28og</link>
      <guid>https://dev.to/aelexa/beginning-28og</guid>
      <description>&lt;p&gt;entering the world of learning computer languages such as java and python is a scarryyy thing &lt;/p&gt;

&lt;p&gt;but i said to myself that&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;studying hard things can benefit me in sometime...&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;now im still struggling but look im still here not giving up still fighting for my dream&lt;/p&gt;

&lt;p&gt;im 0.0001% knowledge about this field and i know and believe i can be a good programmer soon! it's never too late until im alive.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;to my future self i hope that you never give up! &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;i wanna explore world with the use of technology and learn from every country i go to&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;System.out.println("Never Give Up");
print("The expert at anything was once a beginner")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>beginners</category>
      <category>programming</category>
      <category>codenewbie</category>
      <category>firstpost</category>
    </item>
  </channel>
</rss>
