<?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: JahWayne</title>
    <description>The latest articles on DEV Community by JahWayne (@2old4this_ish).</description>
    <link>https://dev.to/2old4this_ish</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%2F406998%2F787df9a6-7d81-45b8-910b-106807b8f8e7.jpg</url>
      <title>DEV Community: JahWayne</title>
      <link>https://dev.to/2old4this_ish</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/2old4this_ish"/>
    <language>en</language>
    <item>
      <title>Haven't Given Up Yet!</title>
      <dc:creator>JahWayne</dc:creator>
      <pubDate>Tue, 30 Jun 2020 05:22:50 +0000</pubDate>
      <link>https://dev.to/2old4this_ish/haven-t-given-up-yet-3b8i</link>
      <guid>https://dev.to/2old4this_ish/haven-t-given-up-yet-3b8i</guid>
      <description>&lt;p&gt;Weekly check in again, I should have done this yesterday but I was in a foul mood. So here we are on another update of my Laravel e-commerce project. Lets start of with the positives, I think I'm doing good, I'm currently working on the interface for the user to add a new product to the store. I am having a bit of trouble with this however and I think it's because I'm trying to bite off more than I can chew. Oh right, since I'm making this post, lets see if I can get some help here. I'm using a template that looks like this: &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4rnnKokL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.ibb.co/7yvqFy8/2020-06-30.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4rnnKokL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.ibb.co/7yvqFy8/2020-06-30.png" alt="Template"&gt;&lt;/a&gt;&lt;br&gt;
Now I can very easily just create one singular form to post the data to my route, but I'd prefer to use this layout which is using multiple cards to add/edit product details. How would I be able to Post all the data with just one button? Could I just wrap everything in a form tag and then use the one button to send all the data at once?&lt;/p&gt;

&lt;p&gt;If you guys have any suggestions or guidance I'd be glad to hear it.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>design</category>
    </item>
    <item>
      <title>Slow and steady wins the race!</title>
      <dc:creator>JahWayne</dc:creator>
      <pubDate>Mon, 22 Jun 2020 02:51:29 +0000</pubDate>
      <link>https://dev.to/2old4this_ish/slow-and-steady-wins-the-race-2m89</link>
      <guid>https://dev.to/2old4this_ish/slow-and-steady-wins-the-race-2m89</guid>
      <description>&lt;p&gt;Well, It's been a week since I introduced myself and goals to this community and now it's time for an update! Its hard for me to finish things so giving you guys weekly updates is how I plan to hold myself accountable. So quick recap for anyone who's new to my story, I'm an aspiring full stack dev and I'm currently working on putting together a portfolio to showcase my skills. This is the first project of said portfolio and what I'm working on is creating an ecommerce website using Laravel.&lt;/p&gt;

&lt;p&gt;I made a post about starting this last week Sunday and was filled with hype and excitement. I was just bursting to go! I had all these exciting ideas and features I wanted to implement. I literally didn't know where to start. So I calmed down, took a deep breath and decided to start by drafting up a database schema to assess my tables/relationships and that's where it hit me. All the courses that I had taken hadn't really prepared me for real world scenarios like these. I know how to code(somewhat), I know how to create my controllers and routes and migrations etc..., but I didn't know what to do..., I didn't know what to start with or where to begin..., and that's when I really started freaking out!&lt;/p&gt;

&lt;p&gt;I also realized that during the online courses I've been taking, I had been lazy with how I search for information. When posed with a problem, I'd find myself searching for solutions rather than explanations and that bad habit carried over into the first few days of me trying to attack the task at hand. I was searching for existing examples of what I wanted to achieve and would get frustrated when I couldn't find exactly what I wanted. One thing I did notice though is whenever I tried getting an answer to a problem I had, one of the common search results were from &lt;br&gt;
Stack Developers on youtube (&lt;a href="https://www.youtube.com/channel/UCExO2i-tLU1NyVZD6zOJQlw"&gt;https://www.youtube.com/channel/UCExO2i-tLU1NyVZD6zOJQlw&lt;/a&gt;) and then I'd skip through the suggested video trying to find what I wanted and then get frustrated because he's building on something that he made like 20 videos ago.&lt;/p&gt;

&lt;p&gt;I finally gave in and started watching the complete e-com series uploaded by the Stack developers, (its over 40+ videos mind you) but I must say it has been very useful in helping me with my current project and it was with the help of these videos that I've so far been able to create an admin area for the admin user to update their information and create products for the store.&lt;/p&gt;

&lt;p&gt;It's been slow progress unfortunately, working during the days and then trying to squeeze in some coding along with trying to get in exercise is difficult. Sacrifices have to be made sometimes and what's getting most affected is my sleep and exercise. I try to write code for a couple hours each day and I must say that given my initial Panic, I'm proud of myself. I'm pretty much coding everyday too so today I decided to start the 100 days of code challenge to strengthen my JavaScript skills by going through the challenges/tutorials on FreeCodeCamp.org.&lt;/p&gt;

&lt;p&gt;That's all until next time!&lt;/p&gt;

</description>
      <category>career</category>
      <category>laravel</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Well... This is It.</title>
      <dc:creator>JahWayne</dc:creator>
      <pubDate>Sun, 14 Jun 2020 17:26:35 +0000</pubDate>
      <link>https://dev.to/2old4this_ish/well-this-is-it-2b64</link>
      <guid>https://dev.to/2old4this_ish/well-this-is-it-2b64</guid>
      <description>&lt;h2&gt;Yeah... This is "It"&lt;/h2&gt;

&lt;p&gt;My name is Dwayne, Dwayne Robinson and this is terrifying for me. Before I get to "this", let's do a quick introduction. You already know my name, and I'm a young lad from Kingston, Jamaica(25, is still considered young right?) Back in high school I had a strong passion for coding, back then I was mainly doing c programming and was fascinated with it. After high school, a university tuition was too much for my people to handle so I had to get a job and for many years turned my back on programming. It was still more or less a hobby so during that time I was messing around with a little bootstrap and JavaScript here and there. Time skip, here I am now. Stuck in a stagnant Tech Support 9 - 5. I used the opportunity to work from home during this Corona pandemic to take a few online courses from Coursera and Udemy to become the "Ultimate Full Stack Developer" and after 2 months of learning, here comes the "it"...&lt;/p&gt;

&lt;p&gt;I said it was terrifying... Well that refers to this part, I've never had a strong online presence and shun social media so just introducing myself and opening up to you guys really scare me. I've been doing my research, and I understand the importance of building up a network and getting help from people who are at a higher level, so this is my attempt at doing so. I got inspired to do this after Google recommended an article on this website about another young guy who was a cook in Ghana and he made the switch to Web Development in April(his Name is Kofi, you can view his post &lt;a href="https://dev.to/iamkarsoft/i-switched-4h28"&gt;here&lt;/a&gt;) and now he's an intern! I thought that was awesome. &lt;/p&gt;

&lt;p&gt;Getting back to the real "it"..., It will be my first serious project that I take on to build up my portfolio, and I will see it through to the very end no matter what obstacles or challenges I face. My girlfriend also has a hobby, she likes to craft, and makes really cool stuff (Check out &lt;a href="https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=2ahUKEwiK4_a14oHqAhVRSTABHWEABxQQFjAAegQIARAB&amp;amp;url=https%3A%2F%2Fwww.instagram.com%2Fwunderkrafts%2F%3Fhl%3Den&amp;amp;usg=AOvVaw3ZOS-FUNNh0egpME7AYHU3"&gt; WunderKrafts&lt;/a&gt; on Instagram) and my very serious project will be using Laravel to make an e-commerce website for her.&lt;/p&gt;

&lt;p&gt;I'm confident enough that I can pull it off...(nervous laughter) and would like to share my journey and progress with all of you on here as I do so. I guess I'll try to provide weekly updates and would very much welcome any feedback, opinion, guidance, thoughts and ideas that &lt;strong&gt;anyone&lt;/strong&gt; has to offer. &lt;/p&gt;

&lt;p&gt;For those who managed to read through all of my ramblings, thank you for taking the time to hear me out, I really do appreciate it, and thanks for becoming a part of my journey.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>webdev</category>
      <category>career</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
