<?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: Scott Harvey-Whittle</title>
    <description>The latest articles on DEV Community by Scott Harvey-Whittle (@scottstem).</description>
    <link>https://dev.to/scottstem</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%2F2632801%2F5bf381b6-1fdb-4ed7-9499-ed718e8f9cf4.png</url>
      <title>DEV Community: Scott Harvey-Whittle</title>
      <link>https://dev.to/scottstem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/scottstem"/>
    <language>en</language>
    <item>
      <title>What a life Changer!!!</title>
      <dc:creator>Scott Harvey-Whittle</dc:creator>
      <pubDate>Thu, 02 Jan 2025 12:22:56 +0000</pubDate>
      <link>https://dev.to/scottstem/what-a-life-changer-61m</link>
      <guid>https://dev.to/scottstem/what-a-life-changer-61m</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/newyear"&gt;2025 New Year Writing challenge&lt;/a&gt;: Retro’ing and Debugging 2024.&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  A Life Changer
&lt;/h1&gt;

&lt;p&gt;Well at the end of 2023, I was pretty much living my life as a couch bum. Not doing anything with my life and taking narcotics. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Wow what a change I have made since then&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Here's Why&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I applied to The Open University to study the BSc (Honours) degree Computing and IT. &lt;/p&gt;

&lt;p&gt;As well as the other stuff like learning the history of computing and IT style Mathematics. The main programming language I am currently learning (do we ever stop learning in programming languages) the language of Python. &lt;/p&gt;

&lt;p&gt;I remember the first program I wrote in Python:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from turtle import *
square = for sides in range(0,5):
    forward 100
    right(90)
print(square)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Well 2024 has been a little tough with struggling with university coursework and also not forgetting addictions but Every day I feel that I am bettering myself so I can get a job at the end of it as a developer. &lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>newyearchallenge</category>
      <category>career</category>
    </item>
    <item>
      <title>What a life Changer!!!</title>
      <dc:creator>Scott Harvey-Whittle</dc:creator>
      <pubDate>Thu, 02 Jan 2025 12:22:56 +0000</pubDate>
      <link>https://dev.to/scottstem/what-a-life-changer-4nl3</link>
      <guid>https://dev.to/scottstem/what-a-life-changer-4nl3</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/newyear"&gt;2025 New Year Writing challenge&lt;/a&gt;: Retro’ing and Debugging 2024.&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  A Life Changer
&lt;/h1&gt;

&lt;p&gt;Well at the end of 2023, I was pretty much living my life as a couch bum. Not doing anything with my life and taking narcotics. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Wow what a change I have made since then&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Here's Why&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I applied to The Open University to study the BSc (Honours) degree Computing and IT. &lt;/p&gt;

&lt;p&gt;As well as the other stuff like learning the history of computing and IT style Mathematics. The main programming language I am currently learning (do we ever stop learning in programming languages) the language of Python. &lt;/p&gt;

&lt;p&gt;I remember the first program I wrote in Python:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from turtle import *
square = for sides in range(0,5):
    forward 100
    right(90)
print(square)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Well 2024 has been a little tough with struggling with university coursework and also not forgetting addictions but Every day I feel that I am bettering myself so I can get a job at the end of it as a developer. &lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>newyearchallenge</category>
      <category>career</category>
    </item>
    <item>
      <title>Help please WebApp</title>
      <dc:creator>Scott Harvey-Whittle</dc:creator>
      <pubDate>Thu, 02 Jan 2025 04:32:30 +0000</pubDate>
      <link>https://dev.to/scottstem/help-please-webapp-1pnl</link>
      <guid>https://dev.to/scottstem/help-please-webapp-1pnl</guid>
      <description>&lt;h2&gt;
  
  
  Issues with the webapp
&lt;/h2&gt;

&lt;p&gt;I have put my files in a repo so you can access them here:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href=""&gt;OpenSU-Spotify-Web-App&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Errors I am getting
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;Authorization code missing&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I have tried with different versions of the JS and HTML but I am now stuck. Also I have included a folder on the repo that says final so you can have a look at how I would like the app to function. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you need any clarification on anything, please comment below and I will try and answer the best I Can&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>help</category>
    </item>
  </channel>
</rss>
