<?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: zXn</title>
    <description>The latest articles on DEV Community by zXn (@zxndotsh).</description>
    <link>https://dev.to/zxndotsh</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%2F2743805%2Fbae8545a-6805-4ff1-932e-d5dc9e636b11.png</url>
      <title>DEV Community: zXn</title>
      <link>https://dev.to/zxndotsh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zxndotsh"/>
    <language>en</language>
    <item>
      <title>How to Put Your Own Spin on a Tutorial</title>
      <dc:creator>zXn</dc:creator>
      <pubDate>Sun, 02 Feb 2025 08:00:18 +0000</pubDate>
      <link>https://dev.to/zxndotsh/how-to-put-your-own-spin-on-a-tutorial-1h26</link>
      <guid>https://dev.to/zxndotsh/how-to-put-your-own-spin-on-a-tutorial-1h26</guid>
      <description>&lt;p&gt;As I progressed through the front-end developer path on &lt;strong&gt;Scrimba&lt;/strong&gt; , I encountered the Hometown Homepage Solo project in module two. I have been enjoying Scrimba for its hands-on approach in their scrims and for allowing students to work on their own projects. While it may not be as extensive as &lt;a href="https://www.theodinproject.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;The Odin Project&lt;/strong&gt;&lt;/a&gt;, it is definitely more interactive!&lt;/p&gt;

&lt;p&gt;The assignment was to rebuild their predefined structure of a hometown homepage, but with a personal twist, especially tailored for our hometown. We were encouraged to modify the design as much as we wished. I was immediately intrigued, not for my own hometown, as there isn't much to recommend here, but for a travel destination I am eager to visitTokyo.&lt;/p&gt;

&lt;h2&gt;
  
  
  Destination Tokyo
&lt;/h2&gt;

&lt;p&gt;Scrimba also introduced us to &lt;a href="http://figma.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;Figma&lt;/strong&gt;&lt;/a&gt;. Fortunately, I had some prior experience with Figma, which made it easier to dive right in, as I have always been a graphics enthusiast. My early days on the Internet were spent exploring photo manipulation software like Paintshop Pronostalgia for the veterans 🤓.&lt;br&gt;&lt;br&gt;
After numerous tutorials, I briefly switched to early Photoshop versions and became quite proficient. However, due to the high cost of their subscription model for occasional graphic creation, I opted for the Affinity suite and even ventured into vector-based graphic creation.&lt;/p&gt;

&lt;p&gt;In short, I redesigned the Hometown Homepage from Scrimba to reflect my own style and purpose using Figma.&lt;/p&gt;
&lt;h3&gt;
  
  
  The Original
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqdg6zwy8kkdo2rorthuo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqdg6zwy8kkdo2rorthuo.png" width="800" height="1181"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Coding
&lt;/h2&gt;

&lt;p&gt;As you can see from the initial design, I retained the overall layout but added my own color scheme, images, and decorative design elements like an offset underline.&lt;br&gt;&lt;br&gt;
I realized I needed an extra wrapper to center the entire homepage, which wasn't covered in the course or this project, as the projects or tutorials are typically in a mini browser window. I also implemented a hover effect for the three Activity images, complete with an ease-in and ease-out timer for smooth transitions.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.img-round { transition: all 1s ease; filter: saturate(10%);}.img-round:hover { filter: saturate(100%);}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Finally, I added a footer with a friendly link to Scrimba and my site, incorporating some styling as well.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F12bo1woxx8kfzbo5kpmd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F12bo1woxx8kfzbo5kpmd.png" width="800" height="506"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;TL;DR&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;In conclusion, this project was a fun and educational experience that deepened my understanding of Web Dev basics. I encountered some challenges and had to find workarounds, but that's part of the learning process 🤓.&lt;/p&gt;

&lt;p&gt;A peculiar issue arose when I uploaded it to GitHub Pagesthe hero cover image wouldn't load, despite being visible on its own URL. I tried different formats, suspecting the &lt;code&gt;.png&lt;/code&gt; might be too large, but nothing worked. Ultimately, I used the original file URL from Unsplash and adjusted the CSS to position it correctly.&lt;/p&gt;

&lt;p&gt;Here is my revamped project: &lt;a href="https://gruuvindotdev.github.io/destination-tokyo/" rel="noopener noreferrer"&gt;https://gruuvindotdev.github.io/destination-tokyo/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;]]&amp;gt;&lt;/p&gt;

</description>
      <category>beginnerdevelopers</category>
      <category>css</category>
      <category>html</category>
      <category>scrimba</category>
    </item>
    <item>
      <title>From Network Management to Coding Enthusiasm: A Personal Story</title>
      <dc:creator>zXn</dc:creator>
      <pubDate>Sun, 26 Jan 2025 15:28:36 +0000</pubDate>
      <link>https://dev.to/zxndotsh/from-network-management-to-coding-enthusiasm-a-personal-story-4jfn</link>
      <guid>https://dev.to/zxndotsh/from-network-management-to-coding-enthusiasm-a-personal-story-4jfn</guid>
      <description>&lt;p&gt;Hello world! I'm a system administrator from Herne, Germany, and I'm excited to share the story of my professional and personal evolution. My life has been a fascinating blend of technology, leadership, creativity, and continuous learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Professional Roots: From Sysadmin to Team Leader
&lt;/h2&gt;

&lt;p&gt;After years of navigating the complex world of network infrastructure, I recently took a significant step in my career by being promoted to team leader of our entire infrastructure team. This role has not only challenged me technically but also pushed me to develop leadership skills that go beyond managing networks and servers.&lt;/p&gt;

&lt;h2&gt;
  
  
  The DJ and the Developer: Balancing Passions
&lt;/h2&gt;

&lt;p&gt;For over two decades, I've been a hobby DJa passion that has taught me as much about rhythm and creativity as my technical work has taught me about precision and problem-solving. Music has always been more than just a hobby; it's been a way to express myself and connect with others.&lt;/p&gt;

&lt;p&gt;I like all kinds of music, but as a DJ, I'm really into &lt;strong&gt;Deep House&lt;/strong&gt; and &lt;strong&gt;Dub Techno&lt;/strong&gt;. I love the calm aspect of this music and how it reveals two different characters depending on the volume it's played at.&lt;br&gt;&lt;br&gt;
I have played on several web radio stations, including HouseTime.FM, RauteMusik House, and electrosound.tv. I've also performed at many gigs, most recently at &lt;strong&gt;Ruhr in Love&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Returning to Web Development: A Personal Challenge
&lt;/h2&gt;

&lt;p&gt;Now, I'm embarking on an exciting new journey: learning front-end development from the ground up. Unlike my previous experiences with websites where I relied on templates or WordPress, I'm taking a deliberate, structured approach. I'm currently working through comprehensive courses on Scrimba and The Odin Project, determined to understand every line of code I write.&lt;/p&gt;

&lt;h2&gt;
  
  
  More Than Just Code: A Holistic Blog
&lt;/h2&gt;

&lt;p&gt;This blog won't just be about coding. While I'll share my technical learnings and development progress, I also want to create a space that reflects my broader interests. Expect insights into the tech world, personal reflections on my learning journey, and occasional reviews and thoughts on movies and series that capture my imagination.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Share?
&lt;/h2&gt;

&lt;p&gt;My goal is simple: to document my growth, connect with like-minded individuals, and create a platform where technology, creativity, and personal development intersect. Whether you're a fellow developer, a tech enthusiast, a movie buff, or someone curious about career transitions, I hope you'll find something valuable here.&lt;/p&gt;

&lt;p&gt;From managing complex network infrastructures to spinning tracks as a DJ, and now diving into web development, my life has been about continuous learning and embracing new challenges. Join me as I navigate this exciting path of personal and professional growth.&lt;/p&gt;

&lt;p&gt;Let's code, explore, and learn together!&lt;/p&gt;

&lt;p&gt;]]&amp;gt;&lt;/p&gt;

</description>
      <category>coding</category>
      <category>codenewbie</category>
      <category>newbie</category>
      <category>music</category>
    </item>
  </channel>
</rss>
