<?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: Allen Wipf</title>
    <description>The latest articles on DEV Community by Allen Wipf (@allenwipf).</description>
    <link>https://dev.to/allenwipf</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%2F13989%2Fb9776e3a-ba70-478c-b204-bac1c90f0b98.jpeg</url>
      <title>DEV Community: Allen Wipf</title>
      <link>https://dev.to/allenwipf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/allenwipf"/>
    <language>en</language>
    <item>
      <title>First App with Spring Boot</title>
      <dc:creator>Allen Wipf</dc:creator>
      <pubDate>Wed, 29 Mar 2017 04:29:03 +0000</pubDate>
      <link>https://dev.to/allenwipf/first-app-with-spring-boot</link>
      <guid>https://dev.to/allenwipf/first-app-with-spring-boot</guid>
      <description>

&lt;p&gt;I recently started learning about Spring Boot. I've found it to be quite different then the two frameworks i've worked with so far: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ruby on Rails&lt;/li&gt;
&lt;li&gt;Sinatra&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's far less expressive I've found. It also seems to be difficult finding any tutorials if you want to use just a text editor and command line. (I use Sublime)&lt;/p&gt;

&lt;p&gt;First I learned a bit of Java. I found this guy on Youtube who is really thorough. He does start out really basic so what I did is skip some stuff here and there and play the videos from 1.5x to 2x speed :) &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=Hl-zzrqQoSE&amp;amp;index=1&amp;amp;list=PLFE2CE09D83EE3E28"&gt;Learn Java Programming&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After I learned a bit about Java, the best Spring Boot tutorial found was on the Spring Boot website. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://spring.io/guides/gs/serving-web-content/"&gt;Spring Boot "hello world" with HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://spring.io/guides/gs/gradle/"&gt;Spring Boot "hello world" with just Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether you use Gradle or Maven, I found I could only compile and run the build if I set up a wrapper. A quick google search should show you the command line prompt for both options. I believe the "Spring Boot with just Java" link mentions this for Gradle specifically. &lt;/p&gt;


</description>
      <category>springboot</category>
    </item>
    <item>
      <title>Hi, I'm Allen Wipf</title>
      <dc:creator>Allen Wipf</dc:creator>
      <pubDate>Wed, 29 Mar 2017 04:07:23 +0000</pubDate>
      <link>https://dev.to/allenwipf/hi-im-allen-wipf</link>
      <guid>https://dev.to/allenwipf/hi-im-allen-wipf</guid>
      <description>&lt;p&gt;I have been coding for a few months and am a studen at Omaha Code School.&lt;/p&gt;

&lt;p&gt;You can find me on GitHub as &lt;a href="https://github.com/allenwipf" rel="noopener noreferrer"&gt;allenwipf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I live in Omaha.&lt;/p&gt;

&lt;p&gt;I mostly program in these languages: Ruby, Javascript, Java, HTML.&lt;/p&gt;

&lt;p&gt;I am currently learning more about Ruby on Rails, Spring Boot.&lt;/p&gt;

&lt;p&gt;Nice to meet you.&lt;/p&gt;

</description>
      <category>introduction</category>
    </item>
  </channel>
</rss>
