<?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: 𝙿𝚘𝚗𝚝𝚞𝚜 𝚂𝚞𝚗𝚍𝚎́𝚗</title>
    <description>The latest articles on DEV Community by 𝙿𝚘𝚗𝚝𝚞𝚜 𝚂𝚞𝚗𝚍𝚎́𝚗 (@pontus).</description>
    <link>https://dev.to/pontus</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%2F456882%2F1cb95d3c-f0e5-4194-8a06-0a876cb8ccb7.jpg</url>
      <title>DEV Community: 𝙿𝚘𝚗𝚝𝚞𝚜 𝚂𝚞𝚗𝚍𝚎́𝚗</title>
      <link>https://dev.to/pontus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pontus"/>
    <language>en</language>
    <item>
      <title>Step out of your web dev comfort zone</title>
      <dc:creator>𝙿𝚘𝚗𝚝𝚞𝚜 𝚂𝚞𝚗𝚍𝚎́𝚗</dc:creator>
      <pubDate>Wed, 30 Sep 2020 08:17:35 +0000</pubDate>
      <link>https://dev.to/pontus/step-out-of-your-web-dev-comfort-zone-36fb</link>
      <guid>https://dev.to/pontus/step-out-of-your-web-dev-comfort-zone-36fb</guid>
      <description>&lt;p&gt;When I first learned about web development, CGI-scripts was a thing and PHP was in version 3.x 😲 After not so long, I got confident with the &lt;a href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)"&gt;LAMP stack&lt;/a&gt;, and it has been the setup on a majority of the projects I have worked on. That became my comfort zone.&lt;/p&gt;

&lt;p&gt;Sure, since then I have done some hacking with the &lt;a href="https://codekitapp.com"&gt;CodeKit app&lt;/a&gt; on some smaller projects, publishing them on GitHub Pages. But this spring, in perfect sync with Covid-19, I decided it was time to get serious with exploring new tools and methods for web development. New for me.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;My trick to step out of my comfort zone was to imagine myself as a 13-year-old kid, today.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What technics or languages would I have started playing with to get into web development now? Of course, I have no clue, and that's not the point. The point is it made me discard my old ways of thinking and look for something new to take that place.&lt;/p&gt;

&lt;p&gt;What's your trick to step out of your comfort zone? And what did you find? I'm curious!&lt;/p&gt;

&lt;h2&gt;
  
  
  Here is what I found on the outside
&lt;/h2&gt;

&lt;p&gt;👉 The fresh, good looking, CMS systems call themselves &lt;em&gt;headless&lt;/em&gt;. &lt;a href="https://en.wikipedia.org/wiki/List_of_content_management_systems#PHP"&gt;The old ones&lt;/a&gt; are still around, but they do look old 🏚&lt;/p&gt;

&lt;p&gt;👉 Node.js is everywhere. &lt;a href="https://www.youtube.com/watch?v=_1kETLlGn-8"&gt;Literally&lt;/a&gt; everywhere.&lt;/p&gt;

&lt;p&gt;👉 If you learn to use Heroku, Digital Ocean, or something similar you have the key 🔑 to build everything from tiny websites to large-scale businesses.&lt;/p&gt;

&lt;p&gt;👉 Speaking of tiny websites, Static Site Generators are the over-engineered equivalents of uploading &lt;code&gt;about.htm&lt;/code&gt; to &lt;code&gt;public_html/&lt;/code&gt; over FTP.&lt;/p&gt;

&lt;p&gt;👉 For every part of the process, there is an &lt;a href="https://en.wikipedia.org/wiki/As_a_service"&gt;As a service-alternative&lt;/a&gt;. Do you really have the argument to build it yourself?&lt;/p&gt;

&lt;p&gt;Needless to say – I like it on the outside!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
This text is crossposted from &lt;a href="https://psu.se"&gt;my blog at psu.se&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>node</category>
      <category>javascript</category>
      <category>cms</category>
    </item>
    <item>
      <title>(Re)discover my passion for web development</title>
      <dc:creator>𝙿𝚘𝚗𝚝𝚞𝚜 𝚂𝚞𝚗𝚍𝚎́𝚗</dc:creator>
      <pubDate>Fri, 18 Sep 2020 13:37:44 +0000</pubDate>
      <link>https://dev.to/pontus/re-discover-my-passion-for-web-development-38kh</link>
      <guid>https://dev.to/pontus/re-discover-my-passion-for-web-development-38kh</guid>
      <description>&lt;h2&gt;
  
  
  Hi!
&lt;/h2&gt;

&lt;p&gt;I must admit I'm a little bit nervous. Even though I have about 10 years in Communications behind me and been a native online since the mid-90s (yes I'm old) – this is really the first time I'm writing a personal blog post.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it all started
&lt;/h2&gt;

&lt;p&gt;My passion for web development has always been there. I clearly remember the first time I save some HTML code in &lt;strong&gt;Notepad.exe&lt;/strong&gt; and realized the connection to the webpage it created. That was the start of a journey of self-education in programming and web design. &lt;br&gt;
Another vivid memory is me at the public library, printing loads of pages with instructions and code examples for Javascript to bring home and study offline 🤓📠 &lt;/p&gt;

&lt;h2&gt;
  
  
  Present state
&lt;/h2&gt;

&lt;p&gt;Fast forward 25 years and I have a Master of Arts in Teaching, I am employed as a Communications Officer at the university in my hometown and trying to squeeze in as much of the web as possible into my 9-to-5. &lt;br&gt;
As I've just finished my first major assignment as a &lt;strong&gt;Web Project Manager&lt;/strong&gt; I find myself thinking a lot about the future of my career: &lt;em&gt;What's missing? What should I keep? How do I want to work? With whom?&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;A feeling has been growing on me. It was a bit evasive at first but I think I've managed to put my finger on it: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I have all this hands-on knowledge, about programming, how the web works, what's good design, how to build a website, when to use/not use a SaaS etc. &lt;br&gt;
But I'm not really &lt;strong&gt;making use of that in my career.&lt;/strong&gt; And I'm not sure anyone else really &lt;strong&gt;know this about me.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If that sounds a bit strange, yes it probably is. But to me, it also sounds a lot like me 🤷🏻 &lt;/p&gt;

&lt;h2&gt;
  
  
  What to change
&lt;/h2&gt;

&lt;p&gt;So, here is my plan: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;More code: Update my programming skills and knowledge of (modern) front-end technologies.&lt;/li&gt;
&lt;li&gt;More social: Tell others about my journey and share my work/passion/thoughts with others.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With this as my guiding stars, I hope to rediscover my passion for web development. And doing it in a different, more personal, way this time. Click &lt;strong&gt;Follow&lt;/strong&gt; to tag along on the journey!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
This text is crossposted from &lt;a href="https://psu.se"&gt;my blog at psu.se&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>journey</category>
    </item>
  </channel>
</rss>
