<?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: Andreas-Christian Hetzl</title>
    <description>The latest articles on DEV Community by Andreas-Christian Hetzl (@shift2it).</description>
    <link>https://dev.clauneck.workers.dev/shift2it</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3987920%2Fdb7cbf09-17ea-4fc9-b841-ceea15f92c60.png</url>
      <title>DEV Community: Andreas-Christian Hetzl</title>
      <link>https://dev.clauneck.workers.dev/shift2it</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.clauneck.workers.dev/feed/shift2it"/>
    <language>en</language>
    <item>
      <title>How to Build a Simple IT Portfolio Without a Job Yet</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Sun, 21 Jun 2026 15:57:00 +0000</pubDate>
      <link>https://dev.clauneck.workers.dev/shift2it/how-to-build-a-simple-it-portfolio-without-a-job-yet-2kpp</link>
      <guid>https://dev.clauneck.workers.dev/shift2it/how-to-build-a-simple-it-portfolio-without-a-job-yet-2kpp</guid>
      <description>&lt;p&gt;&lt;em&gt;You cannot fake experience, but you can build honest, visible proof — starting today.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Every job wants experience, and you do not have any yet. The usual workarounds, faking experience or padding a CV, backfire. What you actually need is honest, visible proof that you can do the work, and you can build that before anyone hires you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters now
&lt;/h2&gt;

&lt;p&gt;As more people enter IT through self-study, employers increasingly look for evidence beyond a CV line. Public learning data (for example Stack Overflow's developer survey) shows how common self-directed learning has become, which means a small, credible portfolio is one of the cleanest ways to stand out from identical-looking beginners.&lt;/p&gt;

&lt;p&gt;AI sharpens this further. When anyone can generate a polished-sounding CV in seconds, a tidy CV proves less than it used to. What it cannot fake is a trail of real work: the messy middle of a problem you hit, what you tried, and how you fixed it. That trail is exactly what a portfolio captures, and it is becoming the thing that separates a believable beginner from a generated one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The practical framework
&lt;/h2&gt;

&lt;p&gt;A beginner IT portfolio is a small collection of honest artefacts, each showing a problem, an attempt, and an outcome. Aim for five that do not look fake:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;A documented home lab&lt;/strong&gt; (what you built, why, and the steps).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Two troubleshooting write-ups&lt;/strong&gt; in a ticket style: symptom, investigation, fix, lesson.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A small script or automation&lt;/strong&gt; with comments explaining the intent.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud free-tier screenshots&lt;/strong&gt; with captions on what each resource does.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A 'what I learned' log&lt;/strong&gt; that shows direction and reflection over time.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Why these five look real when a 'project' often does not: each one shows judgement, not just completion. A home lab shows you can set up and break and fix an environment; a ticket write-up shows how you think under a real problem; a commented script shows you understand what the code does and why; captioned cloud screenshots show you can navigate a platform; and the learning log shows direction over time. Reviewers are not looking for polish — they are looking for signs that a real person solved a real problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  What beginners often get wrong
&lt;/h2&gt;

&lt;p&gt;Turning a tutorial into a 'project' and presenting copied steps as original work. Reviewers can tell. The fix is not to avoid tutorials but to add your own problem, your own mistakes, and your own explanation on top of them. The second mistake is hiding the struggle: people delete the dead ends and show only the clean final result, which reads as either copied or shallow. The dead ends are the proof — 'I assumed it was DNS, it was not, here is how I found the real cause' is far more convincing than a flawless screenshot.&lt;/p&gt;

&lt;h2&gt;
  
  
  A better path
&lt;/h2&gt;

&lt;p&gt;Document as you learn, not afterwards. Every time you fix something or build something, write three short paragraphs: what you were trying to do, what went wrong, and how you solved it. Put these in a simple public place and link to it from your CV and LinkedIn.&lt;/p&gt;

&lt;p&gt;Where to host it, simplest first: a free GitHub account works even if you are not a developer — a repository is just a folder, and a single README file (plain text with headings) can hold your write-ups, screenshots and notes. A free blog (Hashnode, dev.to) or even a tidy shared document works too. What to put on GitHub if you are not a developer: your home-lab notes, your troubleshooting tickets, small scripts, and configuration files with comments. The point is a single link you can put on your CV that says 'here is proof', not a polished website.&lt;/p&gt;

&lt;h2&gt;
  
  
  Example roadmap
&lt;/h2&gt;

&lt;p&gt;A four-week shape to a first portfolio (adapt to your pace):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Week 1:&lt;/strong&gt; stand up a home lab (a couple of virtual machines, or a spare PC) and document the setup, including what went wrong.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 2:&lt;/strong&gt; write two troubleshooting tickets from real problems you hit — symptom, what you checked, the fix, the lesson.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 3:&lt;/strong&gt; build a small script (even a five-line one) and a cloud free-tier example with captioned screenshots.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 4:&lt;/strong&gt; write your learning log, tidy the README, and link everything from your CV and LinkedIn.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Five beginner projects that do not look fake, if you want concrete ideas: set up and document a home network or lab; write a 'how I fixed it' ticket for a real device problem; automate one boring task with a short script; deploy a free-tier resource on Azure or AWS and explain it; and keep a dated learning log. None require a job, money, or permission — only honesty about what you actually did.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to do this week
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pick one place to host proof (site, GitHub, or a tidy doc).&lt;/li&gt;
&lt;li&gt;Document your home lab setup as you build it.&lt;/li&gt;
&lt;li&gt;Write two ticket-style troubleshooting notes.&lt;/li&gt;
&lt;li&gt;Add one commented script or small automation.&lt;/li&gt;
&lt;li&gt;Caption your cloud free-tier screenshots with what they do.&lt;/li&gt;
&lt;li&gt;Link the portfolio from your CV and LinkedIn.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to tell it is working
&lt;/h2&gt;

&lt;p&gt;Progress in an IT transition is easy to fake to yourself and hard to fake to an employer, so measure the things employers can see. You are on track when, each week, you can point to one new artefact (a lab note, a troubleshooting write-up, a small script) and explain it in plain language. You are on track when you can name your target role without hesitating and list the skills it asks for. And you are on track when your CV and profile use the same words as the job descriptions you are reading. If a week passes with hours of video but nothing you could show or explain, that is the signal to change the routine, not to push harder at the same thing. Keep a short log of what you produced each week; over a couple of months it doubles as both a portfolio and proof of consistency, which is exactly what a hiring manager wants to see from someone changing fields.&lt;/p&gt;

&lt;h2&gt;
  
  
  A realistic note on pace
&lt;/h2&gt;

&lt;p&gt;Career-change advice tends to swing between two unhelpful extremes: 'anyone can do this in a few weeks' and 'you need a four-year degree first'. Both are wrong for most people. The honest answer is that it depends on your starting point, the time you can protect each week, the language you are working in, and the roles your local market actually hires for. Be sceptical of anyone promising a fixed timeline, instant placement, or a specific salary on day one; realistic guidance talks in ranges and trade-offs, not promises. What you can control is consistency and visibility: small, steady, documented progress toward one clear role beats sporadic bursts of enthusiasm aimed at everything at once. Protect a few focused hours a week and defend them like any other commitment, because steady beats heroic almost every time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Turn your non-IT experience into an asset
&lt;/h2&gt;

&lt;p&gt;If you are coming from manufacturing, hospitality, retail, logistics, finance, administration, customer support or the trades, you are not starting from zero. Those jobs build exactly the skills IT teams complain are missing: calm problem-solving under pressure, clear communication with frustrated people, documentation, prioritisation and reliability. The mistake is to hide your old career as if it were an embarrassment. Instead, translate it. 'Handled escalations on a busy shift' becomes evidence you can triage and de-escalate, which is most of helpdesk work. 'Reconciled daily figures' becomes attention to detail and process discipline. Write one or two lines per past role that map a real responsibility onto an IT-relevant strength, and use them in your CV and interviews. Career changers who do this well often interview better than fresh graduates, because they can talk about real situations, real stakes, and real people.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where SHIFT 2 IT fits
&lt;/h2&gt;

&lt;p&gt;Inside SHIFT 2 IT, I go deeper into turning your current background into a realistic roadmap toward your first target IT role — including how this fits the bigger sequence of learning, proof and positioning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;You cannot manufacture years of experience, but you can manufacture proof of ability, honestly and starting today. A small, real portfolio answers the question every employer is silently asking: can this person actually do the work?&lt;/p&gt;

&lt;h2&gt;
  
  
  Key takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;You need honest proof, not fake experience.&lt;/li&gt;
&lt;li&gt;Document problems, attempts and outcomes as you learn.&lt;/li&gt;
&lt;li&gt;Five small real artefacts beat one inflated 'project'.&lt;/li&gt;
&lt;li&gt;Link your proof from your CV and LinkedIn.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are planning a move into IT, start by choosing a target role before choosing certifications.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This article is part of my SHIFT 2 IT series for people moving into IT realistically.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>What Beginners Get Wrong About IT Certifications</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Wed, 17 Jun 2026 21:33:22 +0000</pubDate>
      <link>https://dev.clauneck.workers.dev/shift2it/what-beginners-get-wrong-about-it-certifications-3245</link>
      <guid>https://dev.clauneck.workers.dev/shift2it/what-beginners-get-wrong-about-it-certifications-3245</guid>
      <description>&lt;p&gt;&lt;em&gt;Certifications help when they match a role and are backed by proof — not as a scoreboard.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Beginners are told certifications are the key to IT, so they buy the most popular one, pass it, and are surprised when interviews still go badly. A certificate proves you can pass an exam; it does not, on its own, prove you can do the job.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters now
&lt;/h2&gt;

&lt;p&gt;Certifications remain useful signals, and official providers like CompTIA, Microsoft, AWS, Cisco and Google keep their exam objectives public and current. But as AI makes it easier to grind practice questions, employers lean harder on whether you can actually apply the knowledge. The value of a certificate is increasingly in what you can demonstrate alongside it.&lt;/p&gt;

&lt;p&gt;There is also a cost reality. Exams, courses and retakes add up in money and time, and career changers usually have limited amounts of both. Spending three months and a chunk of savings on a certificate that no target role actually asks for is one of the most common and most avoidable mistakes in an IT transition — which is exactly why the order you choose them in matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  The practical framework
&lt;/h2&gt;

&lt;p&gt;Use certifications as targeted evidence, not as a scoreboard. Three rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Match objectives to a job.&lt;/strong&gt; Open the certification's published objectives next to a real job description. Overlap means it is relevant; no overlap means it is a hobby.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prove the same skills in practice.&lt;/strong&gt; For each major objective, build one small artefact that shows you can do it, not just recall it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stop at enough.&lt;/strong&gt; One well-chosen, well-demonstrated certification beats three unrelated ones. Sequence them to roles, not to availability.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Which one first? Let the target role decide, not the brand with the loudest marketing. As a rough guide: a vendor-neutral foundation (such as CompTIA A+ for general IT support, or Network+/Security+ as you specialise) suits broad support roles; a cloud-fundamentals exam (Microsoft Azure or AWS) suits cloud-leaning roles; Cisco-flavoured paths suit networking-heavy roles. None of these is universally 'best' — the best first certificate is simply the one whose objectives overlap most with the ten job descriptions you are actually targeting.&lt;/p&gt;

&lt;h2&gt;
  
  
  What beginners often get wrong
&lt;/h2&gt;

&lt;p&gt;Believing a certification is a substitute for role clarity, hands-on ability, communication and troubleshooting. It is a complement to those, not a replacement. The related trap is 'certification collector syndrome': stacking badges to feel progress while avoiding the harder work of building visible proof.&lt;/p&gt;

&lt;p&gt;Interviewers have a name for the result: the 'paper' candidate — someone whose CV lists certificates but who cannot walk through how they would actually diagnose a slow laptop or reset a locked account. The moment a practical question lands, the gap between passing an exam and doing the work shows. The fix is never another exam; it is pairing the certificate you have with evidence that you can apply it.&lt;/p&gt;

&lt;h2&gt;
  
  
  A better path
&lt;/h2&gt;

&lt;p&gt;Choose the certification a specific role asks for, study its objectives, and as you study, turn each objective into a small piece of evidence. By exam day you have both the certificate and a portfolio that backs it up, which is exactly what survives an interview.&lt;/p&gt;

&lt;p&gt;Concretely, study with a lab open, not just a video playing. When the objectives mention user accounts, create and reset some; when they mention networking, capture what you configured; when they mention backups, actually run and restore one. Each of those becomes a short write-up. You end up studying once and producing proof at the same time, instead of treating learning and portfolio-building as two separate chores.&lt;/p&gt;

&lt;h2&gt;
  
  
  Example roadmap
&lt;/h2&gt;

&lt;p&gt;A sane certification sequence (depends on your target role and market):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Confirm the role and read ten of its job descriptions.&lt;/li&gt;
&lt;li&gt;Pick one foundational certificate whose objectives match (often a vendor-neutral or fundamentals exam).&lt;/li&gt;
&lt;li&gt;Build one artefact per objective while studying.&lt;/li&gt;
&lt;li&gt;Sit the exam; update CV and LinkedIn with both the cert and the proof.&lt;/li&gt;
&lt;li&gt;Add a second certificate only when a target role specifically asks for it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What this is not: it is not 'collect A+, then Network+, then Security+, then a cloud exam' on autopilot because a roadmap graphic said so. Each step should be justified by a real posting you want to apply to. If two certificates cover the same ground for your target role, you only need one. The goal is the job, not the badge collection.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to do this week
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pick a target role before any certification.&lt;/li&gt;
&lt;li&gt;Compare the certificate's objectives to a real job description.&lt;/li&gt;
&lt;li&gt;Turn each major objective into one small proof artefact.&lt;/li&gt;
&lt;li&gt;Avoid buying a second certification 'just in case'.&lt;/li&gt;
&lt;li&gt;Put the proof, not just the badge, on your CV and LinkedIn.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to tell it is working
&lt;/h2&gt;

&lt;p&gt;Progress in an IT transition is easy to fake to yourself and hard to fake to an employer, so measure the things employers can see. You are on track when, each week, you can point to one new artefact (a lab note, a troubleshooting write-up, a small script) and explain it in plain language. You are on track when you can name your target role without hesitating and list the skills it asks for. And you are on track when your CV and profile use the same words as the job descriptions you are reading. If a week passes with hours of video but nothing you could show or explain, that is the signal to change the routine, not to push harder at the same thing. Keep a short log of what you produced each week; over a couple of months it doubles as both a portfolio and proof of consistency, which is exactly what a hiring manager wants to see from someone changing fields.&lt;/p&gt;

&lt;h2&gt;
  
  
  A realistic note on pace
&lt;/h2&gt;

&lt;p&gt;Career-change advice tends to swing between two unhelpful extremes: 'anyone can do this in a few weeks' and 'you need a four-year degree first'. Both are wrong for most people. The honest answer is that it depends on your starting point, the time you can protect each week, the language you are working in, and the roles your local market actually hires for. Be sceptical of anyone promising a fixed timeline, instant placement, or a specific salary on day one; realistic guidance talks in ranges and trade-offs, not promises. What you can control is consistency and visibility: small, steady, documented progress toward one clear role beats sporadic bursts of enthusiasm aimed at everything at once. Protect a few focused hours a week and defend them like any other commitment, because steady beats heroic almost every time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Turn your non-IT experience into an asset
&lt;/h2&gt;

&lt;p&gt;If you are coming from manufacturing, hospitality, retail, logistics, finance, administration, customer support or the trades, you are not starting from zero. Those jobs build exactly the skills IT teams complain are missing: calm problem-solving under pressure, clear communication with frustrated people, documentation, prioritisation and reliability. The mistake is to hide your old career as if it were an embarrassment. Instead, translate it. 'Handled escalations on a busy shift' becomes evidence you can triage and de-escalate, which is most of helpdesk work. 'Reconciled daily figures' becomes attention to detail and process discipline. Write one or two lines per past role that map a real responsibility onto an IT-relevant strength, and use them in your CV and interviews. Career changers who do this well often interview better than fresh graduates, because they can talk about real situations, real stakes, and real people.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where SHIFT 2 IT fits
&lt;/h2&gt;

&lt;p&gt;Inside SHIFT 2 IT, I go deeper into turning your current background into a realistic roadmap toward your first target IT role — including how this fits the bigger sequence of learning, proof and positioning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;Certifications open doors when they match a role and are backed by visible ability. On their own, they are a receipt for studying. Aim them, demonstrate them, and stop collecting them for their own sake.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A certification proves you passed an exam, not that you can do the job.&lt;/li&gt;
&lt;li&gt;Match certification objectives to a real job description.&lt;/li&gt;
&lt;li&gt;Build proof for each objective as you study.&lt;/li&gt;
&lt;li&gt;One well-chosen, demonstrated certificate beats a stack of unrelated ones.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are planning a move into IT, start by choosing a target role before choosing certifications.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This article is part of my SHIFT 2 IT series for people moving into IT realistically.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>cloud</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
