<?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.to/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.to/shift2it</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shift2it"/>
    <language>en</language>
    <item>
      <title>IT Support Interviews: Explain Your Next Check</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Tue, 08 Sep 2026 18:28:26 +0000</pubDate>
      <link>https://dev.to/shift2it/it-support-interviews-explain-your-next-check-4g0b</link>
      <guid>https://dev.to/shift2it/it-support-interviews-explain-your-next-check-4g0b</guid>
      <description>&lt;h3&gt;
  
  
  A practical walkthrough for answering a troubleshooting question without guessing, overclaiming, or reaching for an unsafe fix.
&lt;/h3&gt;

&lt;p&gt;"An employee cannot access a shared folder. What do you do?"&lt;/p&gt;

&lt;p&gt;There is a temptation to answer with a tool: check permissions, reset an account, run a command. But the question has not yet told you whether the folder is missing, the connection fails, or the user receives an access error.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A command is not a diagnosis. A confident guess is still a guess.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For a first IT support interview, practise explaining what you would check next and what its result would mean. That gives your technical knowledge a structure without pretending you already know the environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Table of contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;First, distinguish recall from investigation&lt;/li&gt;
&lt;li&gt;Start with an observation, not a change&lt;/li&gt;
&lt;li&gt;Walk through the new evidence&lt;/li&gt;
&lt;li&gt;Use a compact decision note&lt;/li&gt;
&lt;li&gt;Handle an unfamiliar tool honestly&lt;/li&gt;
&lt;li&gt;Keep real experience separate from hypothetical answers&lt;/li&gt;
&lt;li&gt;Rehearse with a change of direction&lt;/li&gt;
&lt;li&gt;Final thought&lt;/li&gt;
&lt;li&gt;Key takeaways&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  First, distinguish recall from investigation &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;If the interviewer asks for a definition, give one. If you do not know it, say so precisely. A long troubleshooting speech is not a substitute for knowing a basic concept.&lt;/p&gt;

&lt;p&gt;A scenario question is different. It may require you to establish the missing context before a proposed action makes sense. Microsoft explicitly encourages candidates to clarify and explain their thinking in its &lt;a href="https://careers.microsoft.com/v2/global/en/hiring-tips/interview-tips.html" rel="noopener noreferrer"&gt;interview tips&lt;/a&gt;. Do not assume every employer uses the same assessment approach.&lt;/p&gt;

&lt;p&gt;Practise switching between a short factual answer and a reasoned investigation. Both matter. The goal is not to turn every answer into a five-minute lecture; it is to make each sentence useful to the question you were asked.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start with an observation, not a change &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;For the shared-folder scenario, a useful first response is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I would ask for the exact error and affected folder, whether the task worked before, and whether anyone else is affected. I would clarify the business impact before assigning a priority through the team's process.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That opening leaves several possibilities available. It does not prematurely turn the incident into an account problem.&lt;/p&gt;

&lt;p&gt;Microsoft's &lt;a href="https://learn.microsoft.com/en-us/dynamics365/get-started/support/support-scope-general" rel="noopener noreferrer"&gt;support-scoping questions&lt;/a&gt; distinguish the reported behaviour from speculation about its cause. The article is product-specific; this interview exercise applies that distinction to a fictional support request.&lt;/p&gt;

&lt;p&gt;You do not need to ask every conceivable question at once. Start with the questions that separate materially different paths. "What is the exact error?" usually gives the conversation more direction than a recital of everything that could ever fail in a network.&lt;/p&gt;

&lt;h2&gt;
  
  
  Walk through the new evidence &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Suppose the interviewer says: "The error is Access denied. Only this employee is affected, and they changed teams yesterday."&lt;/p&gt;

&lt;p&gt;You now have a reasonable avenue to investigate. You still do not have proof that adding permissions is the right action.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Observation:&lt;/strong&gt; the person reports an access error after a team change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hypothesis:&lt;/strong&gt; their authorised access or relevant group membership may have changed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Next check:&lt;/strong&gt; inspect the documented request and access process, using only the tools and information permitted for your role.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boundary:&lt;/strong&gt; determine the authorised approver before proposing an access change. Do not copy a colleague's rights simply because their folder opens.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Outcome check:&lt;/strong&gt; after any approved resolution, ask the employee to retry the original task and record the actual result.&lt;/p&gt;

&lt;p&gt;This is a reasoning exercise, not an instruction to inspect a real company's systems without permission. In an interview, state which information you would need and ask whether the scenario allows you to check it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Use a compact decision note &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;A useful rehearsal aid is a small note with five prompts:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Observed: What is actually happening?
Unknown: What must I clarify before acting?
Next check: What would this tell me?
Boundary: Who must approve or take over?
Follow-through: How will I verify and communicate?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is an original practice aid, not a certification methodology. Do not memorise the labels as a performance. Use them to notice missing reasoning when you review your answer.&lt;/p&gt;

&lt;p&gt;For example, "I would check the account" is incomplete until you can explain which aspect you mean and how it would affect your next decision. "I would escalate" is incomplete until you explain the information you would pass on and what the affected person should expect next.&lt;/p&gt;

&lt;p&gt;The note should become shorter as you get better at the conversation. You are building a habit of connecting evidence to action, not an obligation to say five things before the interviewer can speak again.&lt;/p&gt;

&lt;h2&gt;
  
  
  Handle an unfamiliar tool honestly &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;You may understand the issue but have no experience with the employer's ticketing system or administration console. Separate those two facts.&lt;/p&gt;

&lt;p&gt;Try: "I have not used that console. I understand the purpose of the access check, but I would need the team's runbook and appropriate access before carrying it out."&lt;/p&gt;

&lt;p&gt;That is more accurate than either claiming proficiency or deciding that all your previous learning is irrelevant. It also gives the interviewer something specific to follow up on.&lt;/p&gt;

&lt;p&gt;If you cannot remember a value or a command option, do not invent it. Say what you would verify in the documentation for the relevant version. Avoid proposing a search that would expose an internal hostname, customer record, password, or confidential log to a public service.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Being willing to check is useful. Knowing what you need to check is better.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Keep real experience separate from hypothetical answers &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;"I would" and "I did" are not interchangeable.&lt;/p&gt;

&lt;p&gt;For a real example, &lt;a href="https://nationalcareers.service.gov.uk/careers-advice/interview-advice/the-star-method" rel="noopener noreferrer"&gt;STAR&lt;/a&gt; provides a situation, task, action, and result structure. Describe your own contribution; never turn the practice incident in this article into your employment history.&lt;/p&gt;

&lt;p&gt;A home exercise can be valuable if you label it accurately. Explain what you controlled and what you could not test. A previous non-IT job can also provide a relevant example of communication or prioritisation without being renamed an IT support role.&lt;/p&gt;

&lt;p&gt;Be especially careful about results. "The next shift had a complete handover" may be the truthful outcome. "I improved operational efficiency by 40%" is not an upgrade unless you actually measured that result and can explain it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rehearse with a change of direction &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Ask a practice partner to change one detail after your opening answer. Perhaps the issue affects everyone, not just one person. Perhaps the error is different from what you first understood.&lt;/p&gt;

&lt;p&gt;Then pause and say what changed in your reasoning. Do you need to revisit the initial hypothesis? Does the wider impact affect who you contact? What investigation is now less useful?&lt;/p&gt;

&lt;p&gt;Do not treat the first hypothesis like something you must defend. A better answer can begin, "With that additional information, I would change my next check."&lt;/p&gt;

&lt;p&gt;Afterwards, review three things: whether you used the new detail, whether you proposed a change before checking authority, and whether you explained how the person would receive an update. This is a practice review, not a prediction of an employer's interview score.&lt;/p&gt;

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

&lt;p&gt;Your first support interview does not require you to invent a history of solving enterprise incidents. It does require you to be clear about your actual knowledge and the work still ahead of you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make the next check understandable. Make the boundary explicit. Make the handover useful.&lt;/strong&gt; Those are concrete things you can practise before you know the answer to every question.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Definitions and troubleshooting scenarios need different kinds of answers.&lt;/li&gt;
&lt;li&gt;Separate what was observed from what you think might explain it.&lt;/li&gt;
&lt;li&gt;Describe the purpose of a check before naming a tool.&lt;/li&gt;
&lt;li&gt;Never imply that you can grant access without the required approval.&lt;/li&gt;
&lt;li&gt;Let new evidence change your answer.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Andreas-Christian Hetzl writes SHIFT 2 IT for people building a realistic path into IT. Find the broader roadmap at &lt;a href="https://shift2.it" rel="noopener noreferrer"&gt;SHIFT 2 IT&lt;/a&gt;. Technical confidence is worth building one explainable decision at a time.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>learning</category>
      <category>discuss</category>
    </item>
    <item>
      <title>How to Build an IT Study Plan Around a Target Role</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Tue, 25 Aug 2026 15:34:51 +0000</pubDate>
      <link>https://dev.to/shift2it/how-to-build-an-it-study-plan-around-a-target-role-4c59</link>
      <guid>https://dev.to/shift2it/how-to-build-an-it-study-plan-around-a-target-role-4c59</guid>
      <description>&lt;p&gt;&lt;em&gt;Turn ten job descriptions into a weekly schedule you can actually follow.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;You have picked a target role. Good. Now what? Most people go straight to a course catalogue and pick whatever looks closest, then study in whatever order the videos happen to be numbered. Three months later they know a lot about some things, nothing about others, and still cannot tell whether they are ready to apply. The missing piece is not motivation or material. It is a plan built from the role itself.&lt;/p&gt;

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

&lt;p&gt;There has never been more free IT learning material, and that is exactly the problem: with unlimited input, the scarce resource is your attention and the order you spend it in. Workforce research such as the WEF Future of Jobs report keeps stressing specific, demonstrable skills over general study, and community data like Stack Overflow's developer survey shows how normal self-directed learning has become. The people who get hired are rarely the ones who studied the most; they are the ones who studied the right things in an order that produced proof along the way.&lt;/p&gt;

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

&lt;p&gt;A study plan is just a job description, translated. Five steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Collect ten real postings&lt;/strong&gt; for your one target role, in your actual market.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tally the skills.&lt;/strong&gt; Every time a skill appears, add a mark. You will end up with a short head (skills in eight or nine postings) and a long tail (skills in one or two).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cut the tail.&lt;/strong&gt; The head is your syllabus. The tail is noise for now.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Order by dependency, not by interest.&lt;/strong&gt; Some skills are prerequisites for others: operating systems and networking usually come before cloud services; identity before security tooling. Learn the ones other things stand on first.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Assign each head skill a week and an artefact.&lt;/strong&gt; One skill, one week, one small piece of proof. That is the plan.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The output should fit on a single page. If it needs a spreadsheet with tabs, it is a wish list, not a plan.&lt;/p&gt;

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

&lt;p&gt;Building the plan around courses instead of skills. A course is someone else's ordering of a topic, designed to be complete rather than to match your target role, so following it end to end means studying plenty you do not yet need while missing things the postings actually asked for. Use courses as a resource for a skill on your list, not as the list itself.&lt;/p&gt;

&lt;p&gt;The second mistake is planning by hours instead of outputs. 'Two hours of study a day' measures attendance; 'one documented artefact this week' measures progress. Only one of those survives contact with a busy week, and only one of them is visible to an employer.&lt;/p&gt;

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

&lt;p&gt;Write the plan where you will see it, keep it to one page, and treat each week as a closed loop: learn just enough about the week's skill to attempt something, do the thing, write up what happened in a few sentences, then move on. Do not aim for mastery in week one; aim for a defensible first pass you can deepen later.&lt;/p&gt;

&lt;p&gt;Review the plan every two weeks against fresh postings. Job requirements drift, your understanding of the role sharpens, and a skill that looked essential in week one sometimes turns out to be rare. Adjusting the plan with evidence is a sign it is working. Rewriting it from scratch every fortnight because you found a new roadmap graphic is not.&lt;/p&gt;

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

&lt;p&gt;What the tally looks like in practice for an IT support target (your market will differ):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Appears in nearly every posting: Windows and basic troubleshooting, user account and access handling, ticketing and clear written communication, basic networking.&lt;/li&gt;
&lt;li&gt;Appears in about half: a cloud platform's fundamentals, remote support tooling, hardware basics.&lt;/li&gt;
&lt;li&gt;Appears once or twice: a specific vendor product, scripting, a niche compliance term.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That gives you roughly six to eight head skills. At one skill and one artefact per week, that is a two-month plan with proof attached, and a defensible answer when an interviewer asks why you learned what you learned.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Collect ten real postings for one target role.&lt;/li&gt;
&lt;li&gt;Tally how often each skill appears.&lt;/li&gt;
&lt;li&gt;Keep the head, cut the long tail.&lt;/li&gt;
&lt;li&gt;Order the head skills by dependency, not by interest.&lt;/li&gt;
&lt;li&gt;Give each skill one week and one artefact.&lt;/li&gt;
&lt;li&gt;Keep the whole plan on a single page.&lt;/li&gt;
&lt;li&gt;Re-check it against fresh postings every two weeks.&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;A study plan built from real postings does two things a course catalogue cannot: it tells you what to skip, and it tells you when you are ready to apply. Let the role write your syllabus, and studying stops feeling like an endless queue and starts feeling like progress toward one specific job.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Build the plan from job postings, not from a course catalogue.&lt;/li&gt;
&lt;li&gt;Tally skills; keep the head, cut the long tail.&lt;/li&gt;
&lt;li&gt;Order by dependency, not by what looks interesting.&lt;/li&gt;
&lt;li&gt;One skill, one week, one artefact — on a single page.&lt;/li&gt;
&lt;li&gt;Re-check against fresh postings every two weeks.&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>Why Beginners Should Not Start With Random Certifications</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Thu, 06 Aug 2026 18:50:49 +0000</pubDate>
      <link>https://dev.to/shift2it/why-beginners-should-not-start-with-random-certifications-1hcj</link>
      <guid>https://dev.to/shift2it/why-beginners-should-not-start-with-random-certifications-1hcj</guid>
      <description>&lt;p&gt;&lt;em&gt;A certificate chosen before a target role is a bet placed before you know the game.&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Cross-post: publish on Hashnode first, then set this article's &lt;strong&gt;Canonical URL&lt;/strong&gt; (the &lt;code&gt;canonical_url&lt;/code&gt; front matter above, or the Dev.to field) to the Hashnode URL.&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;The most common first move for someone entering IT is to buy a certification — usually the one a forum recommended most loudly — and start studying that night. It feels productive and official. But a certificate chosen before a target role is a bet placed before you know the game, and it is one of the most expensive false starts in an IT transition: real money, three months of evenings, and often a badge that no job you actually want asks for.&lt;/p&gt;

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

&lt;p&gt;Certifications still matter, and providers like CompTIA and Microsoft keep their exam objectives public and current. But the marketing around them is louder than ever, and it pushes beginners to buy first and think later. Workforce research such as the WEF Future of Jobs report keeps pointing to demonstrable, role-specific skills as what employers reward — and a random certificate proves neither a role nor a skill you can show. As AI makes it trivial to grind practice questions, 'passed a popular exam' says less about you than it used to; what you can demonstrate for a specific role says more.&lt;/p&gt;

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

&lt;p&gt;The fix is not 'never get a certification'. It is to move it from first to fourth. The order that works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Target role.&lt;/strong&gt; Pick one realistic first role you could reach in 6-12 months.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Baseline skills.&lt;/strong&gt; Read ten real job descriptions for it; the repeated skills are your syllabus.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Proof.&lt;/strong&gt; Turn each core skill into a small artefact an employer can see.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Certification.&lt;/strong&gt; &lt;em&gt;Now&lt;/em&gt; choose the exam whose objectives match that role and back it with the proof you already built.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Positioning.&lt;/strong&gt; Rewrite your CV and profile in the role's language.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A certificate at step four confirms skills you can already partly demonstrate. A certificate at step one is a guess dressed up as progress.&lt;/p&gt;

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

&lt;p&gt;Choosing the certificate by popularity or marketing instead of by a job. The most-recommended exam on a forum is optimised for forum upvotes, not for your local market or your target role. Two costs follow. First, opportunity cost: the months and money spent on an unaligned exam are months not spent choosing a role and building proof. Second, sunk cost: once you have paid, you keep going even after you realise it does not match any role you want. And because you studied to pass rather than to do, the interview still goes badly — a certificate cannot answer 'what do you want to do here, and can you show me?'.&lt;/p&gt;

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

&lt;p&gt;Spend the first two weeks not buying anything. Choose one target role, collect ten job descriptions, and build your skill list from the words that repeat. Only then look at certifications, and judge each one by a single test: do its published objectives overlap with that repeated list? If yes, it is worth your money; if no, it is a hobby.&lt;/p&gt;

&lt;p&gt;This also makes the famous 'which cert first?' question easy instead of agonising. The answer is never universal — it is whichever exam's objectives match the ten postings you are targeting. For broad support roles that is often a vendor-neutral foundation; for cloud-leaning roles, a cloud-fundamentals exam; for networking, a networking path. The role decides, not the marketing.&lt;/p&gt;

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

&lt;p&gt;What the first month looks like when you resist buying a cert on day one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Week 1:&lt;/strong&gt; choose a target role; read ten real job descriptions; write the repeated-skills list.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 2:&lt;/strong&gt; start learning the most-repeated skill and produce one small artefact (a documented lab, a troubleshooting write-up).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 3:&lt;/strong&gt; shortlist certifications whose objectives match your list; pick one.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Week 4+:&lt;/strong&gt; study that exam with a lab open, turning each objective into proof as you go, so by exam day you have both the certificate and a portfolio.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Same money, same effort — but now aimed at a role instead of a guess.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Do not buy a certification in your first week.&lt;/li&gt;
&lt;li&gt;Choose one target role first.&lt;/li&gt;
&lt;li&gt;Build a skill list from ten real job descriptions.&lt;/li&gt;
&lt;li&gt;Shortlist certifications only by objective-to-job overlap.&lt;/li&gt;
&lt;li&gt;Study with a lab open, turning objectives into proof.&lt;/li&gt;
&lt;li&gt;Skip any exam no target job actually asks for.&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 are a good fourth step and a poor first one. Choose the role, learn what it needs, build a little proof, and the right certificate becomes obvious — and worth every euro. Start with a random exam and you are paying to postpone the decision that actually matters.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;A certificate before a target role is a guess, not progress.&lt;/li&gt;
&lt;li&gt;Move certifications from the first step to the fourth.&lt;/li&gt;
&lt;li&gt;Pick a cert only by objective-to-job overlap for your target role.&lt;/li&gt;
&lt;li&gt;The right first cert is decided by the role, not by marketing.&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>certification</category>
    </item>
    <item>
      <title>The First 90 Days of Learning IT</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Sun, 26 Jul 2026 18:47:27 +0000</pubDate>
      <link>https://dev.to/shift2it/the-first-90-days-of-learning-it-7mf</link>
      <guid>https://dev.to/shift2it/the-first-90-days-of-learning-it-7mf</guid>
      <description>&lt;p&gt;&lt;em&gt;A realistic 12-week structure that turns enthusiasm into visible proof.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;You are motivated now, but motivation fades, and without a structure the first three months of learning IT dissolve into random videos. A realistic 12-week shape keeps you moving and produces proof along the way.&lt;/p&gt;

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

&lt;p&gt;With more people self-teaching IT, the people who succeed tend to be the ones with a plan, not the ones with the most enthusiasm. A clear 90-day structure, anchored to a target role, turns scattered effort into visible progress you can show employers.&lt;/p&gt;

&lt;p&gt;Three months is also about the honest minimum to go from zero to a credible first application, and about the maximum you can run on motivation alone before it fades. So the plan has two jobs: cover the fundamentals a first role actually needs, and leave a visible trail of proof behind you, so that by day 90 you have something to show and not just a browser full of half-watched tutorials.&lt;/p&gt;

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

&lt;p&gt;Twelve weeks, four phases, proof at every step (adjust to your target role):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Phase 1 (weeks 1-3): foundations.&lt;/strong&gt; Computer and operating-system basics, plus your first documented home lab.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 2 (weeks 4-6): connectivity and identity.&lt;/strong&gt; Networking and identity basics; two troubleshooting write-ups.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 3 (weeks 7-9): cloud and security hygiene.&lt;/strong&gt; A cloud fundamentals path plus basic defensive hygiene; annotated screenshots.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 4 (weeks 10-12): proof and positioning.&lt;/strong&gt; A small script, a learning log, and a CV and LinkedIn rewrite around your target role.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Two rules hold the whole thing together. First, spend roughly 70% of your time doing and only 30% watching or reading: the doing is what sticks and what becomes proof. Second, each phase has one concrete output you finish before moving on, so you are never tempted to restart Phase 1 for the third time because it felt safe. If you can only protect a few hours a week, stretch the calendar rather than skipping the outputs; the order matters more than the dates.&lt;/p&gt;

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

&lt;p&gt;Consuming content without producing anything, and switching topics whenever the next shiny tutorial appears. Input without output feels like progress but leaves you with nothing to show.&lt;/p&gt;

&lt;p&gt;The other classic failure is the 'week 1 forever' loop: restarting the basics again and again because starting is comfortable and finishing is not. Related is tutorial-hopping across three courses at once, which spreads you thin and produces no single completed artefact. The cure for both is the same: pick one path, finish this phase's one output, then move on, even if the output is rough.&lt;/p&gt;

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

&lt;p&gt;End every week with one small artefact and one sentence of reflection. The artefacts become your portfolio; the reflections become your learning log; together they prove direction and consistency.&lt;/p&gt;

&lt;p&gt;A weekly rhythm that fits around a job or family: one short session to learn the week's topic, one longer session to actually build or break something, and fifteen minutes at the end to write up what you did and what confused you. Miss a week? Do not restart, just continue; a plan you can return to beats a perfect plan you abandon. Track it somewhere visible, even a single checklist, so the progress is real rather than remembered.&lt;/p&gt;

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

&lt;p&gt;Use the four phases above as your 90-day skeleton, and attach each week to the skills your ten target job descriptions repeat. The plan is a shape, not a guarantee; your background and target role will move the emphasis around.&lt;/p&gt;

&lt;p&gt;Made concrete for an IT-support target: weeks 1-3 you install an operating system in a virtual machine and write down every step and error; weeks 4-6 you set up basic networking and user accounts and turn two real problems into ticket-style write-ups; weeks 7-9 you open a cloud free-tier account, deploy one small thing, and practise patching and backups; weeks 10-12 you write a short script, tidy your notes into a learning log, and rewrite your CV and LinkedIn around the role. Twelve weeks, one artefact each, and a portfolio that did not exist in January.&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 week 1.&lt;/li&gt;
&lt;li&gt;End each week with one small artefact.&lt;/li&gt;
&lt;li&gt;Write one sentence of reflection per week.&lt;/li&gt;
&lt;li&gt;Do not switch topics mid-phase chasing novelty.&lt;/li&gt;
&lt;li&gt;Rewrite your CV and LinkedIn in the final phase.&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;Ninety days is enough to build real foundations and visible proof if you trade enthusiasm for structure. The goal is not to finish IT; it is to become a credible applicant for one role.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Structure beats enthusiasm over 90 days.&lt;/li&gt;
&lt;li&gt;Four phases: foundations, connectivity, cloud/security, positioning.&lt;/li&gt;
&lt;li&gt;Produce one artefact and one reflection every week.&lt;/li&gt;
&lt;li&gt;Anchor every week to your target role's repeated skills.&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 to Put on LinkedIn When You Have No IT Job Yet</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Thu, 16 Jul 2026 20:40:32 +0000</pubDate>
      <link>https://dev.to/shift2it/what-to-put-on-linkedin-when-you-have-no-it-job-yet-4ndl</link>
      <guid>https://dev.to/shift2it/what-to-put-on-linkedin-when-you-have-no-it-job-yet-4ndl</guid>
      <description>&lt;p&gt;&lt;em&gt;An honest middle path between hiding your career change and faking experience you do not have.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Your LinkedIn still describes your old career, and you feel you have nothing 'IT' to put there yet. So you leave it blank or, worse, pretend to be experienced. Both hurt you. There is an honest middle path that shows learning and direction.&lt;/p&gt;

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

&lt;p&gt;LinkedIn is where a lot of early IT hiring and networking happens, and recruiters search by role and skill. A profile that clearly states your target role and shows real learning makes you findable and credible without pretending to be something you are not.&lt;/p&gt;

&lt;p&gt;The mechanics matter: recruiters and hiring tools search by keywords, and those keywords come mostly from your headline, your About section, and your skills. If those say 'experienced barista' and nothing about IT, you are invisible to every search for the role you actually want. And as AI makes generic, inflated profiles cheap to produce, a profile that shows a real learning trail stands out precisely because it is verifiable.&lt;/p&gt;

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

&lt;p&gt;Position for the role you are moving toward while being honest about where you are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Headline:&lt;/strong&gt; name your target role plus your honest status. A simple formula is '[target role] in progress | [what you are building] | ex-[old field]', for example 'Aspiring IT Support Specialist | building hands-on proof | ex-hospitality'.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;About:&lt;/strong&gt; two short paragraphs — your transferable background, then what you are learning now — ending with a link to your portfolio. Write it in the first person and keep it human.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Featured:&lt;/strong&gt; pin your strongest proof — home-lab notes, a troubleshooting write-up, your learning log — so a visitor sees evidence in one click.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skills:&lt;/strong&gt; add the skills that repeat across your target role's job descriptions; these are the exact terms recruiters search for.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Activity:&lt;/strong&gt; post short, honest learning updates, not motivational filler.&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Either hiding (a blank, old-career profile) or faking (implying experience you do not have). Both fail: one makes you invisible, the other unravels in interviews. A third trap is chasing reach with bait — asking people to comment a keyword, or posting hollow motivational quotes — which damages credibility with the exact recruiters and practitioners you want to reach. A career changer's advantage is being real; bait throws that away.&lt;/p&gt;

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

&lt;p&gt;Show direction and proof. Recruiters do not expect a career changer to have ten years of IT; they want to see that you know your target role and are visibly building toward it. Honesty plus evidence beats inflation every time.&lt;/p&gt;

&lt;p&gt;For the Activity feed, a simple rhythm works: once a week, share one thing you learned or built, in two or three plain sentences — what you tried, what surprised you, what you would do next. Comment thoughtfully on posts from people already in your target role; genuine questions open more doors than connection-request spam. Over a couple of months this quietly builds both a record of progress and a small, relevant network.&lt;/p&gt;

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

&lt;p&gt;A one-evening profile refresh:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rewrite the headline around your target role and honest status.&lt;/li&gt;
&lt;li&gt;Rewrite the About section: background + current learning + portfolio link.&lt;/li&gt;
&lt;li&gt;Add three pieces of proof to Featured.&lt;/li&gt;
&lt;li&gt;Add the target role's repeated skills.&lt;/li&gt;
&lt;li&gt;Schedule one honest learning post for the week.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A quick before-and-after shows the shift. Before: headline reads 'Customer Service Representative', About talks only about the old job, no proof, no target. After: headline reads 'Aspiring IT Support Specialist | building hands-on proof | ex-customer service', About maps that customer-service experience onto IT-relevant strengths and links a portfolio, and Featured shows two real write-ups. Same person, same week — but now findable and believable for the role they actually want.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Rewrite your headline around your target role and honest status.&lt;/li&gt;
&lt;li&gt;Add a short About: background, current learning, portfolio link.&lt;/li&gt;
&lt;li&gt;Feature three real proof artefacts.&lt;/li&gt;
&lt;li&gt;List the repeated skills from your target role.&lt;/li&gt;
&lt;li&gt;Post honest learning updates, not engagement bait.&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;
  
  
  How to read a job description like a map
&lt;/h2&gt;

&lt;p&gt;A job description is not a wish list to feel intimidated by; it is a map of what the employer values, written in their own words. Read several for one target role and mark three things. First, the skills that repeat across postings: those are your priorities, in roughly that order. Second, the 'nice to haves' that appear only occasionally: safe to skip at first. Third, the exact phrasing the employer uses, because mirroring it (honestly) in your CV and profile is what gets you past keyword filters and human skim-reads alike. You do not need to match every line to apply; most postings list an ideal candidate who rarely exists. If you cover the repeated core and can show a little proof, you are a legitimate applicant, not a pretender.&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 do not need an IT job to have a credible IT LinkedIn. You need a clear target, honest framing, and visible proof. That combination is what makes a career changer findable and believable.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Don't hide and don't fake; show direction and proof.&lt;/li&gt;
&lt;li&gt;Put your target role and honest status in the headline.&lt;/li&gt;
&lt;li&gt;Feature real artefacts, not inflated claims.&lt;/li&gt;
&lt;li&gt;Avoid engagement bait; post honest learning updates.&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>Why Cybersecurity Is Rarely a True First Job</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Tue, 07 Jul 2026 18:50:22 +0000</pubDate>
      <link>https://dev.to/shift2it/why-cybersecurity-is-rarely-a-true-first-job-323b</link>
      <guid>https://dev.to/shift2it/why-cybersecurity-is-rarely-a-true-first-job-323b</guid>
      <description>&lt;p&gt;&lt;em&gt;Security demand is real, but most roles assume IT fundamentals. Here is the realistic, defensive route in.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Cybersecurity is marketed as a high-demand field you can jump straight into, so beginners aim there first, then stall when every job posting assumes IT experience they do not have. The demand is real; the 'no fundamentals needed' promise is not.&lt;/p&gt;

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

&lt;p&gt;Workforce studies like ISC2's keep highlighting a security skills gap, and EU bodies such as ENISA emphasise defensive capability. But the same sources describe roles that assume networking, systems and identity knowledge. Knowing this early prevents months of applying to roles that were never entry-level.&lt;/p&gt;

&lt;p&gt;The skills-gap headline is real, but it is widely misread. A shortage of &lt;em&gt;experienced&lt;/em&gt; defenders is not the same as a shortage of entry-level seats — most openings are for people who can already be trusted with production systems. That is why so many career changers who aim straight at 'cybersecurity' feel the door is stuck: they are applying for the second rung of a ladder whose first rung is ordinary IT experience.&lt;/p&gt;

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

&lt;p&gt;Think of security as a second floor that needs a ground floor. Build the ground floor first, then climb:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fundamentals:&lt;/strong&gt; operating systems, networking, identity, and how systems actually fail.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bridge roles:&lt;/strong&gt; IT support, helpdesk, junior sysadmin, or cloud support, where you see real incidents and real users.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Defensive entry:&lt;/strong&gt; monitoring, logging, patching, identity hygiene, and security awareness, learned defensively and ethically.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A quick word on the 'SOC analyst as a first job' idea: it happens, but even entry SOC roles usually expect you to read a log, understand what a normal network looks like, and explain an alert in plain language — all of which are far easier to learn from a support or systems seat first. This article is strictly defensive: it is about protection, governance and good practice, never attack techniques.&lt;/p&gt;

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

&lt;p&gt;Skipping fundamentals and chasing exciting offensive-sounding content. Beyond being a weak career strategy, it points learning in an unhelpful direction. Beginner security value comes from awareness, logging, patching, backups, identity and defensive thinking, not from attack tooling.&lt;/p&gt;

&lt;p&gt;There is also a credibility cost. An interviewer can tell within minutes whether someone has actually run and restored a backup, watched a patch break something, or reset access for a locked-out user — versus someone who has only watched videos about hacking. The first person is hireable into a defensive role; the second is not yet, no matter how enthusiastic. Real defensive value is unglamorous and that is exactly why it is valued.&lt;/p&gt;

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

&lt;p&gt;Earn a bridge role, build IT fundamentals, and learn security defensively on top. You will be a far stronger security candidate having seen how systems behave in production than having memorised concepts in isolation.&lt;/p&gt;

&lt;p&gt;How to learn security defensively as a beginner, concretely: keep your own devices patched and write down what changed; set up multi-factor authentication and document why it matters; practise taking and restoring backups; read the logs your own machine already produces and try to explain them; and study the basics of identity and access. Foundational, defensive certifications (for example CompTIA Security+) map to exactly this kind of knowledge. Every one of these is legal, ethical, and directly relevant to a first defensive role.&lt;/p&gt;

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

&lt;p&gt;A realistic, defensive route (a shape, not a promise):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build fundamentals: OS, networking, identity.&lt;/li&gt;
&lt;li&gt;Take a support or sysadmin bridge role.&lt;/li&gt;
&lt;li&gt;Learn defensive basics: logs, patching, backups, identity hygiene, awareness.&lt;/li&gt;
&lt;li&gt;Add a foundational, defensive certification once its objectives match your target roles.&lt;/li&gt;
&lt;li&gt;Move toward a junior defensive security role with real fundamentals behind you.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Realistic bridge roles that lead into security include IT support and helpdesk, junior systems or network administration, and cloud support — each puts you next to real incidents, real users, and real logs. From there, a move into a defensive security seat (monitoring, vulnerability hygiene, identity, GRC-adjacent work) is a credible next step rather than a leap.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Build OS, networking and identity fundamentals first.&lt;/li&gt;
&lt;li&gt;Target a bridge role (support, helpdesk, junior sysadmin, cloud).&lt;/li&gt;
&lt;li&gt;Learn security defensively: logging, patching, backups, identity.&lt;/li&gt;
&lt;li&gt;Avoid framing your learning around attack techniques.&lt;/li&gt;
&lt;li&gt;Document defensive labs to show practical understanding.&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;
  
  
  How to read a job description like a map
&lt;/h2&gt;

&lt;p&gt;A job description is not a wish list to feel intimidated by; it is a map of what the employer values, written in their own words. Read several for one target role and mark three things. First, the skills that repeat across postings: those are your priorities, in roughly that order. Second, the 'nice to haves' that appear only occasionally: safe to skip at first. Third, the exact phrasing the employer uses, because mirroring it (honestly) in your CV and profile is what gets you past keyword filters and human skim-reads alike. You do not need to match every line to apply; most postings list an ideal candidate who rarely exists. If you cover the repeated core and can show a little proof, you are a legitimate applicant, not a pretender.&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;Cybersecurity is a genuinely strong destination. It is just rarely the first stop. Build the ground floor, take a bridge role, and you will reach security as a credible candidate rather than a stalled applicant.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Security demand is real, but most roles assume IT fundamentals.&lt;/li&gt;
&lt;li&gt;Use a bridge role to build real-world experience first.&lt;/li&gt;
&lt;li&gt;Beginner security value is defensive: logs, patching, identity.&lt;/li&gt;
&lt;li&gt;Avoid building your learning around attack techniques.&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>cybersecurity</category>
    </item>
    <item>
      <title>AI Will Not Replace Your IT Roadmap But It Changes It</title>
      <dc:creator>Andreas-Christian Hetzl</dc:creator>
      <pubDate>Sat, 27 Jun 2026 18:53:02 +0000</pubDate>
      <link>https://dev.to/shift2it/ai-will-not-replace-your-it-roadmap-but-it-changes-it-43ap</link>
      <guid>https://dev.to/shift2it/ai-will-not-replace-your-it-roadmap-but-it-changes-it-43ap</guid>
      <description>&lt;p&gt;&lt;em&gt;A practical way to choose your next step into IT without turning AI into a shortcut around fundamentals.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Table of contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Why beginners start in the wrong place&lt;/li&gt;
&lt;li&gt;The role-first framework&lt;/li&gt;
&lt;li&gt;How to build proof&lt;/li&gt;
&lt;li&gt;Certification strategy&lt;/li&gt;
&lt;li&gt;Weekly checklist&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Beginners entering IT need a plan that connects learning to employability. A course can help, but a role-first roadmap is what gives the course a purpose.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why beginners start in the wrong place
&lt;/h2&gt;

&lt;p&gt;The common mistake is to ask, "Which certification should I take?" before asking, "Which first role am I preparing for?" That order creates scattered learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  The role-first framework
&lt;/h2&gt;

&lt;p&gt;Choose a first role, identify baseline knowledge, build visible proof, then select certifications that support the path. This keeps the learning plan practical.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to build proof
&lt;/h2&gt;

&lt;p&gt;Use documented labs, diagrams, troubleshooting notes, cloud screenshots from legitimate practice environments, and ticket-style writeups. Do not create fake experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Certification strategy
&lt;/h2&gt;

&lt;p&gt;Certifications can structure learning and help screening, but they do not replace practical skill, communication, documentation, or role clarity.&lt;/p&gt;

&lt;h2&gt;
  
  
  Weekly checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pick a target role.&lt;/li&gt;
&lt;li&gt;Compare job descriptions.&lt;/li&gt;
&lt;li&gt;Build one proof artifact.&lt;/li&gt;
&lt;li&gt;Write a short reflection.&lt;/li&gt;
&lt;li&gt;Review whether a certification supports the role.&lt;/li&gt;
&lt;/ul&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>cybersecurity</category>
    </item>
    <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.to/shift2it/how-to-build-a-simple-it-portfolio-without-a-job-yet-2kpp</link>
      <guid>https://dev.to/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.to/shift2it/what-beginners-get-wrong-about-it-certifications-3245</link>
      <guid>https://dev.to/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>
