<?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: Markus Hunsalz</title>
    <description>The latest articles on DEV Community by Markus Hunsalz (@hunsalz).</description>
    <link>https://dev.to/hunsalz</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%2F336133%2F14aaa018-e11c-4383-9cb1-ff45fb21566e.jpeg</url>
      <title>DEV Community: Markus Hunsalz</title>
      <link>https://dev.to/hunsalz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hunsalz"/>
    <language>en</language>
    <item>
      <title>What is your favorite Static Site Generator and why?</title>
      <dc:creator>Markus Hunsalz</dc:creator>
      <pubDate>Fri, 04 Mar 2022 10:38:27 +0000</pubDate>
      <link>https://dev.to/ionos/what-is-your-favorite-static-site-generator-and-why-3l3c</link>
      <guid>https://dev.to/ionos/what-is-your-favorite-static-site-generator-and-why-3l3c</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Post in the comments what is your favorite Static Site Generator and why?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Over the last years it looked like the &lt;a href="https://jamstack.org/"&gt;JAMStack&lt;/a&gt; is becoming more and more popular. Almost a rebirth of classic websites with modern toolings. I observed a lot of SSG projects were started. Some projects stand out of the crowd. Which one do you seriously consider in your daily work and what is your motivation to use Static Site Generators at all?&lt;/p&gt;

</description>
      <category>jamstack</category>
      <category>discuss</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Why you need a portfolio website when working in tech - and how I built mine with Gridsome and Deploy Now</title>
      <dc:creator>Markus Hunsalz</dc:creator>
      <pubDate>Fri, 22 Oct 2021 11:04:19 +0000</pubDate>
      <link>https://dev.to/ionos/why-you-need-a-portfolio-website-when-working-in-tech-and-how-i-built-mine-with-gridsome-and-deploy-now-4a3</link>
      <guid>https://dev.to/ionos/why-you-need-a-portfolio-website-when-working-in-tech-and-how-i-built-mine-with-gridsome-and-deploy-now-4a3</guid>
      <description>&lt;h1&gt;
  
  
  Why you need a portfolio website
&lt;/h1&gt;

&lt;p&gt;Of course you can get a job without a personal website. No company will ask you to present one. But 1) having a personal portfolio website can never be a disadvantage and 2), presenting your skills, experience and portfolio as a dev is not only for “getting a job”. &lt;/p&gt;

&lt;p&gt;Reasons for a personal website:&lt;br&gt;
A portfolio website can visualize information better than a CV - you can use animations, hover effects and link to deeper content and projects.&lt;br&gt;
Be visible in the tech community and give others an opportunity to contact you. Expanding your network has many benefits, either be it sharing knowledge with others or coming across new job opportunities.&lt;br&gt;
Promote yourself as a freelancer and win clients. Even if you work full time for a company, you might consider freelancing one day. Having a list of leads for that will ease your start a lot. &lt;br&gt;
Creating a website with the tech you love is fun! View your website as a playground for cool new tech you discover. &lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons learned from my own portfolio website
&lt;/h2&gt;

&lt;p&gt;Based on my 20 years of experience in tech, dozens of hiring decisions I have made and combined with my own personal career experiences, I would like to share these takeaways with you.&lt;/p&gt;

&lt;h3&gt;
  
  
  Be yourself
&lt;/h3&gt;

&lt;p&gt;Always be yourself and do not try to be someone else. Write an About me section where you describe who you are as a professional. Include your current job title because it helps to quickly let the reader grasp your level of professional experience. But also focus on aspects that define you as a person to make readers feel like they understand who you are. That will grab their attention right away. Try to be on point here and keep it brief you will have plenty of room to showcase what you are capable of on the next section of your portfolio website. &lt;/p&gt;

&lt;h3&gt;
  
  
  Showcase your best work and skills
&lt;/h3&gt;

&lt;p&gt;This is where you can really shine. Think about the most impactful projects you were involved with recently and use them as your main assets to prove your skills. Next to an overview description of the project scope and the used technologies, a real booster is to integrate social proof such as client feedback or testimonial statements.&lt;/p&gt;

&lt;h2&gt;
  
  
  Make your code available in a public repository
&lt;/h2&gt;

&lt;p&gt;If the project allows it, make your code available in public repositories.This gives the reader an in-depth view on how you code. GitHub ist the way to go here from my perspective. It is one of the most popular and comprehensive platforms for publication and documentation of code as well as providing a remote version control repository&lt;/p&gt;

&lt;h3&gt;
  
  
  Choose a modern tech stack for your site
&lt;/h3&gt;

&lt;p&gt;The tech you use for your website should represent your skills and interests. Personally, I’m quite interested in static site generators and the developments around the Jamstack. As I’m quite experienced in Vue.js, I decided to go with the static site generator &lt;a href="https://gridsome.org/" rel="noopener noreferrer"&gt;Gridsome&lt;/a&gt;. Static site generators prerender your website after every Git Commit. This yields fast deliveries on request. No matter which tech stack you use, avoid by any means that your website is slow, buggy or not responsive. &lt;/p&gt;

&lt;p&gt;Working at &lt;a href="https://www.ionos.com/" rel="noopener noreferrer"&gt;IONOS&lt;/a&gt;, the largest hosting company in Europe, I’m in the comfortable position to host my personal site on one of my company’s products. I decided to host my website on &lt;a href="https://docs.ionos.space/" rel="noopener noreferrer"&gt;Deploy Now&lt;/a&gt;. Deploy Now allows instant deployments from GitHub and executes the build step of your static site generator automatically on Git Push. &lt;/p&gt;

&lt;h2&gt;
  
  
  Use my sample to get started
&lt;/h2&gt;

&lt;p&gt;If you are interested in static site generators as well and want to give Gridsome a try, you can have a live &lt;a href="https://gridsome-starter-scroll.deploy-now.site/" rel="noopener noreferrer"&gt;look&lt;/a&gt; or directly &lt;a href="https://github.com/ionos-deploy-now/gridsome-starter-scroll" rel="noopener noreferrer"&gt;checkout&lt;/a&gt; for your own portfolio site. In addition to &lt;a href="https://gridsome.org/" rel="noopener noreferrer"&gt;Gridsome&lt;/a&gt;, it uses &lt;a href="https://windicss.org/" rel="noopener noreferrer"&gt;Windi CSS&lt;/a&gt; for the styling. With just a click on this button you can deploy your own instance via Deploy Now:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ionos.space/setup?repo=https://github.com/ionos-deploy-now/gridsome-starter-scroll" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.ionos.space%2Fdeploy-now-icons%2Fdeploy-to-ionos-btn.svg" alt="Deploy to IONOS"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>jamstack</category>
      <category>windicss</category>
      <category>gridsome</category>
      <category>ionos</category>
    </item>
  </channel>
</rss>
