<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[TalkativeTurtles - Career & Education]]></title>
		<link>https://talkativeturtles.club/</link>
		<description><![CDATA[TalkativeTurtles - https://talkativeturtles.club]]></description>
		<pubDate>Wed, 05 Aug 2026 13:53:25 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Side projects on a CV - what actually matters to employers?]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=124</link>
			<pubDate>Mon, 06 Jul 2026 20:35:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=124</guid>
			<description><![CDATA[Had a conversation with someone doing technical hiring and asked them directly: what do you actually look at when you see side projects on a CV?<br />
<br />
Answer was roughly:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Is it real?</span> A project with actual users, even 10, beats a perfect todo app every time. Evidence it shipped matters more than evidence it was technically impressive.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Can you talk about the hard part?</span> Does not matter what the project is - they want to hear what broke, what you had to figure out, what you would do differently.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Is it maintained?</span> A repo with commits from 3 years ago and zero activity reads as abandoned. A smaller project with recent commits reads as someone who actually builds things.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Does it match what they are hiring for?</span> Not that much. A well-described systems project on an application for a frontend role still shows you can build things end to end.<br />
</li>
</ul>
<br />
What they do not care about as much as you would think: star count, how polished the README is, whether it uses the right stack.<br />
<br />
Take this as one data point. Curious what others have heard.]]></description>
			<content:encoded><![CDATA[Had a conversation with someone doing technical hiring and asked them directly: what do you actually look at when you see side projects on a CV?<br />
<br />
Answer was roughly:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Is it real?</span> A project with actual users, even 10, beats a perfect todo app every time. Evidence it shipped matters more than evidence it was technically impressive.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Can you talk about the hard part?</span> Does not matter what the project is - they want to hear what broke, what you had to figure out, what you would do differently.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Is it maintained?</span> A repo with commits from 3 years ago and zero activity reads as abandoned. A smaller project with recent commits reads as someone who actually builds things.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Does it match what they are hiring for?</span> Not that much. A well-described systems project on an application for a frontend role still shows you can build things end to end.<br />
</li>
</ul>
<br />
What they do not care about as much as you would think: star count, how polished the README is, whether it uses the right stack.<br />
<br />
Take this as one data point. Curious what others have heard.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Building a developer portfolio that actually gets you interviews]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=96</link>
			<pubDate>Mon, 22 Jun 2026 14:39:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=96</guid>
			<description><![CDATA[The advice "just make projects" is true but incomplete. Here's what actually moves the needle.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What doesn't work:</span><ul class="mycode_list"><li>Tutorial projects (to-do apps, weather apps, clones you followed step by step)<br />
</li>
<li>Projects with no README or documentation<br />
</li>
<li>Projects that don't work when you click the demo link<br />
</li>
<li>10 half-finished projects<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">What works:</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">One or two projects you actually finished and can talk about in depth.</span> A single well-built project with a working demo, good README, clean code, and a deployment beats five unfinished ones every time. Hiring managers run out of time quickly - if your first project fails to demo or load, they often don't look at the second.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Projects that solve a real problem (even a small one).</span> "I built this because I needed X and nothing did exactly what I wanted" is a much better story than "I built a CRUD app to practice React." It shows motivation and product thinking.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Demonstrate the stack you want to be hired for.</span> If you want a Python backend role, your pinned projects should be Python backend. Don't dilute with unrelated projects.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The README matters.</span> Include: what it does, why you built it, how to run it, what you learned or what was interesting about it. Screenshots or a demo GIF. Tech stack. This is what the hiring manager actually reads.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Contributions to real open-source projects</span> are worth more than personal projects if you can get them. Even documentation fixes or bug reports show you can navigate an existing codebase and communicate with a team.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Deploy everything.</span> A project with a live URL is 10x more impressive than one that's only on GitHub. Fly.io, Railway, Render, Netlify, and Vercel all have generous free tiers.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">For junior roles specifically:</span> the portfolio matters more than it does at senior level. Spend more time on it. But don't spend so long building the perfect portfolio that you delay applying.]]></description>
			<content:encoded><![CDATA[The advice "just make projects" is true but incomplete. Here's what actually moves the needle.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What doesn't work:</span><ul class="mycode_list"><li>Tutorial projects (to-do apps, weather apps, clones you followed step by step)<br />
</li>
<li>Projects with no README or documentation<br />
</li>
<li>Projects that don't work when you click the demo link<br />
</li>
<li>10 half-finished projects<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">What works:</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">One or two projects you actually finished and can talk about in depth.</span> A single well-built project with a working demo, good README, clean code, and a deployment beats five unfinished ones every time. Hiring managers run out of time quickly - if your first project fails to demo or load, they often don't look at the second.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Projects that solve a real problem (even a small one).</span> "I built this because I needed X and nothing did exactly what I wanted" is a much better story than "I built a CRUD app to practice React." It shows motivation and product thinking.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Demonstrate the stack you want to be hired for.</span> If you want a Python backend role, your pinned projects should be Python backend. Don't dilute with unrelated projects.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The README matters.</span> Include: what it does, why you built it, how to run it, what you learned or what was interesting about it. Screenshots or a demo GIF. Tech stack. This is what the hiring manager actually reads.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Contributions to real open-source projects</span> are worth more than personal projects if you can get them. Even documentation fixes or bug reports show you can navigate an existing codebase and communicate with a team.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Deploy everything.</span> A project with a live URL is 10x more impressive than one that's only on GitHub. Fly.io, Railway, Render, Netlify, and Vercel all have generous free tiers.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">For junior roles specifically:</span> the portfolio matters more than it does at senior level. Spend more time on it. But don't spend so long building the perfect portfolio that you delay applying.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best free resources for learning system design - where to actually start]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=71</link>
			<pubDate>Mon, 22 Jun 2026 14:23:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=71</guid>
			<description><![CDATA[System design interviews trip a lot of people up because there's no definitive "correct" answer and the scope feels enormous. Here's a curated list of resources that are actually worth your time, free or nearly free.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Books</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Designing Data-Intensive Applications</span> (Martin Kleppmann) - not free but worth every penny. The most useful technical book I've read. Covers databases, replication, consensus, stream processing properly.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">System Design Interview Vol 1 &amp; 2</span> (Alex Xu) - more interview-focused, covers the walk-through format well. Available as PDFs online if you look.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Free online resources</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">ByteByteGo newsletter</span> - Alex Xu's weekly system design breakdowns. Excellent diagrams, free archive.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">High Scalability blog</span> - real architecture breakdowns from actual companies (Slack, Twitter, Netflix). Aged but the fundamentals are evergreen.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">The System Design Primer</span> (GitHub, donnemartin) - comprehensive open-source guide covering all the major components. Good reference doc.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">roadmap.sh/system-design</span> - structured learning path with free content.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">YouTube</span><ul class="mycode_list"><li>ByteByteGo channel - animated explainers of system design concepts<br />
</li>
<li>Gaurav Sen - good for understanding distributed systems concepts<br />
</li>
<li>Hussein Nasser - deep dives on specific technologies (databases, proxies, protocols)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Practice</span><br />
Ask yourself: how would I design [Twitter / YouTube / URL shortener / ride sharing / Google Drive]? Work through it out loud or on paper. Then look up how they actually do it.<br />
<br />
The components worth understanding first: load balancers, CDNs, SQL vs NoSQL trade-offs, caching strategies (read-through/write-through/write-behind), message queues, horizontal vs vertical scaling, CAP theorem.]]></description>
			<content:encoded><![CDATA[System design interviews trip a lot of people up because there's no definitive "correct" answer and the scope feels enormous. Here's a curated list of resources that are actually worth your time, free or nearly free.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Books</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Designing Data-Intensive Applications</span> (Martin Kleppmann) - not free but worth every penny. The most useful technical book I've read. Covers databases, replication, consensus, stream processing properly.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">System Design Interview Vol 1 &amp; 2</span> (Alex Xu) - more interview-focused, covers the walk-through format well. Available as PDFs online if you look.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Free online resources</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">ByteByteGo newsletter</span> - Alex Xu's weekly system design breakdowns. Excellent diagrams, free archive.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">High Scalability blog</span> - real architecture breakdowns from actual companies (Slack, Twitter, Netflix). Aged but the fundamentals are evergreen.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">The System Design Primer</span> (GitHub, donnemartin) - comprehensive open-source guide covering all the major components. Good reference doc.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">roadmap.sh/system-design</span> - structured learning path with free content.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">YouTube</span><ul class="mycode_list"><li>ByteByteGo channel - animated explainers of system design concepts<br />
</li>
<li>Gaurav Sen - good for understanding distributed systems concepts<br />
</li>
<li>Hussein Nasser - deep dives on specific technologies (databases, proxies, protocols)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Practice</span><br />
Ask yourself: how would I design [Twitter / YouTube / URL shortener / ride sharing / Google Drive]? Work through it out loud or on paper. Then look up how they actually do it.<br />
<br />
The components worth understanding first: load balancers, CDNs, SQL vs NoSQL trade-offs, caching strategies (read-through/write-through/write-behind), message queues, horizontal vs vertical scaling, CAP theorem.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to actually prepare for coding interviews in 2026 - advice that works]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=70</link>
			<pubDate>Mon, 22 Jun 2026 14:16:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=70</guid>
			<description><![CDATA[Coding interviews get a lot of justified criticism but for most engineering roles they're still the gate you have to get through. Here's what actually works based on personal experience and talking to people who do a lot of hiring.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What interviewers are actually evaluating</span><br />
Most good interviewers aren't primarily evaluating whether you've memorised the optimal solution to a specific problem. They're evaluating: can you communicate your thinking, do you handle edge cases, can you take a hint and adapt, are you pleasant to work with under mild pressure.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The preparation that matters</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">LeetCode: medium questions, topic by topic.</span> Arrays, strings, hashmaps, two pointers, sliding window, binary search, BFS/DFS, dynamic programming. You don't need to do 500 questions - you need to understand the patterns.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Implement data structures from scratch.</span> Linked list, stack, queue, binary tree, hash table. Once. You'll rarely be asked to implement them but understanding them makes everything else easier.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Practise talking while coding.</span> Narrate your approach before writing. Most interview failures are communication failures, not algorithmic ones.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Mock interviews.</span> Pramp, interviewing.io, or a friend with a whiteboard. The format is a skill and needs practice separately from the problem-solving.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">System design (for senior roles)</span><br />
Read "Designing Data-Intensive Applications" (Kleppmann). Understand: load balancing, caching (Redis), databases (SQL vs NoSQL, indexing, replication), message queues, CDNs, rate limiting. Practice designing Twitter/Uber/URL shortener.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What to do in the interview</span><br />
1. Restate the problem and confirm constraints before touching code<br />
2. Talk through your approach first, get early feedback<br />
3. Code clean and readable - names matter more than brevity<br />
4. Test with the obvious case, then edge cases<br />
5. Know the time/space complexity of your solution<br />
<br />
The honest truth: the prep is boring and takes 2-3 months of consistent effort. There's no shortcut but it's a learnable skill.]]></description>
			<content:encoded><![CDATA[Coding interviews get a lot of justified criticism but for most engineering roles they're still the gate you have to get through. Here's what actually works based on personal experience and talking to people who do a lot of hiring.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What interviewers are actually evaluating</span><br />
Most good interviewers aren't primarily evaluating whether you've memorised the optimal solution to a specific problem. They're evaluating: can you communicate your thinking, do you handle edge cases, can you take a hint and adapt, are you pleasant to work with under mild pressure.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The preparation that matters</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">LeetCode: medium questions, topic by topic.</span> Arrays, strings, hashmaps, two pointers, sliding window, binary search, BFS/DFS, dynamic programming. You don't need to do 500 questions - you need to understand the patterns.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Implement data structures from scratch.</span> Linked list, stack, queue, binary tree, hash table. Once. You'll rarely be asked to implement them but understanding them makes everything else easier.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Practise talking while coding.</span> Narrate your approach before writing. Most interview failures are communication failures, not algorithmic ones.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Mock interviews.</span> Pramp, interviewing.io, or a friend with a whiteboard. The format is a skill and needs practice separately from the problem-solving.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">System design (for senior roles)</span><br />
Read "Designing Data-Intensive Applications" (Kleppmann). Understand: load balancing, caching (Redis), databases (SQL vs NoSQL, indexing, replication), message queues, CDNs, rate limiting. Practice designing Twitter/Uber/URL shortener.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What to do in the interview</span><br />
1. Restate the problem and confirm constraints before touching code<br />
2. Talk through your approach first, get early feedback<br />
3. Code clean and readable - names matter more than brevity<br />
4. Test with the obvious case, then edge cases<br />
5. Know the time/space complexity of your solution<br />
<br />
The honest truth: the prep is boring and takes 2-3 months of consistent effort. There's no shortcut but it's a learnable skill.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Salary negotiation for developers - what actually works]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=113</link>
			<pubDate>Mon, 22 Jun 2026 14:06:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=113</guid>
			<description><![CDATA[Most developers are bad at salary negotiation because they treat it as confrontational rather than collaborative. Here's a framing that works better.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The key insight:</span> the company has already decided they want you when they make an offer. They want to hire you. Negotiation is about finding the number that works for both sides, not fighting.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Never accept the first offer immediately.</span><br />
Even if it's good. Say "thank you, I'm very excited about this role. I'd like to take a day to review the full package." This signals you're thoughtful, not desperate, and gives you time to think and research.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Research first.</span><br />
Levels.fyi, Glassdoor, LinkedIn Salary, and asking peers in similar roles all give you data. Know the market rate for your role, level, location, and company size before any conversation.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Give a number, not a range.</span><br />
If you say £60-70k, they hear £60k. Say "based on my research and experience, I'm looking at £70k" - then stop talking. Silence is not your enemy here.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Counter higher than you expect to get.</span><br />
If they offer £65k and you want £70k, counter at £75k. You'll likely meet in the middle.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Negotiate the whole package.</span><br />
Base salary is only part of it. If they can't move on base: signing bonus, extra PTO, remote work flexibility, professional development budget, equity vesting schedule, earlier review date. Sometimes non-salary items are easier to approve.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Have an alternative.</span><br />
The strongest negotiating position is another offer or being genuinely comfortable walking away. "I have another offer at X" is the most powerful sentence in negotiation - only say it if it's true.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Get it in writing before resigning anywhere.</span><br />
Verbally agreed offers occasionally don't materialise as discussed.]]></description>
			<content:encoded><![CDATA[Most developers are bad at salary negotiation because they treat it as confrontational rather than collaborative. Here's a framing that works better.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The key insight:</span> the company has already decided they want you when they make an offer. They want to hire you. Negotiation is about finding the number that works for both sides, not fighting.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Never accept the first offer immediately.</span><br />
Even if it's good. Say "thank you, I'm very excited about this role. I'd like to take a day to review the full package." This signals you're thoughtful, not desperate, and gives you time to think and research.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Research first.</span><br />
Levels.fyi, Glassdoor, LinkedIn Salary, and asking peers in similar roles all give you data. Know the market rate for your role, level, location, and company size before any conversation.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Give a number, not a range.</span><br />
If you say £60-70k, they hear £60k. Say "based on my research and experience, I'm looking at £70k" - then stop talking. Silence is not your enemy here.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Counter higher than you expect to get.</span><br />
If they offer £65k and you want £70k, counter at £75k. You'll likely meet in the middle.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Negotiate the whole package.</span><br />
Base salary is only part of it. If they can't move on base: signing bonus, extra PTO, remote work flexibility, professional development budget, equity vesting schedule, earlier review date. Sometimes non-salary items are easier to approve.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Have an alternative.</span><br />
The strongest negotiating position is another offer or being genuinely comfortable walking away. "I have another offer at X" is the most powerful sentence in negotiation - only say it if it's true.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Get it in writing before resigning anywhere.</span><br />
Verbally agreed offers occasionally don't materialise as discussed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How did you break into tech? CS degree, bootcamp, self-taught?]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=55</link>
			<pubDate>Sun, 21 Jun 2026 09:42:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=55</guid>
			<description><![CDATA[There are more paths into a tech career now than ever, and everyone seems to have a strong opinion about which one is right. I'm more interested in actual experience than debate.<br />
<br />
How did you get your first tech role? What worked, what didn't, and what would you tell someone starting that path today?<br />
<br />
I'll share mine: CS degree, which I have mixed feelings about. The theory is genuinely valuable and I use more of it than I expected (data structures, algorithms, networking fundamentals, OS concepts). But the practical job-relevant skills - version control, CI/CD, Docker, how to work in a team on a real codebase - I learned entirely on my own or on the job. The degree opened doors; the side projects are what got me through interviews.<br />
<br />
Curious to hear from people who went bootcamp or self-taught, especially those who switched from other fields.]]></description>
			<content:encoded><![CDATA[There are more paths into a tech career now than ever, and everyone seems to have a strong opinion about which one is right. I'm more interested in actual experience than debate.<br />
<br />
How did you get your first tech role? What worked, what didn't, and what would you tell someone starting that path today?<br />
<br />
I'll share mine: CS degree, which I have mixed feelings about. The theory is genuinely valuable and I use more of it than I expected (data structures, algorithms, networking fundamentals, OS concepts). But the practical job-relevant skills - version control, CI/CD, Docker, how to work in a team on a real codebase - I learned entirely on my own or on the job. The degree opened doors; the side projects are what got me through interviews.<br />
<br />
Curious to hear from people who went bootcamp or self-taught, especially those who switched from other fields.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Guide] Tech Certification Roadmaps by Role]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=54</link>
			<pubDate>Sun, 21 Jun 2026 09:42:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=54</guid>
			<description><![CDATA[Certifications are not required for most dev roles but they carry real weight in infrastructure, security, and cloud. Here is a rough roadmap per track.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Cloud (AWS)</span><ul class="mycode_list"><li>AWS Certified Cloud Practitioner - Entry level, good for non-technical context<br />
</li>
<li>AWS Solutions Architect Associate - Most in-demand AWS cert<br />
</li>
<li>AWS Solutions Architect Professional - Senior level, significantly harder<br />
</li>
<li>AWS DevOps Engineer Professional - CI/CD and automation focus<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Networking</span><ul class="mycode_list"><li>CompTIA Network+ - Good vendor-neutral foundation<br />
</li>
<li>Cisco CCNA - Industry standard for networking roles, covers routing, switching, basics of security<br />
</li>
<li>Cisco CCNP - Advanced, specialise in Enterprise, Security, Data Centre, etc.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Cybersecurity</span><ul class="mycode_list"><li>CompTIA Security+ - Widely accepted entry-level, DoD approved<br />
</li>
<li>CEH - Ethical hacking, theory-heavy but recognised by corporates<br />
</li>
<li>OSCP - Hands-on pentesting, highly respected, hard exam<br />
</li>
<li>CISSP - Management-level, requires 5yr experience, good for senior roles<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Linux / Systems</span><ul class="mycode_list"><li>CompTIA Linux+ - Entry level<br />
</li>
<li>LPIC-1 / LPIC-2 - Linux Professional Institute, more respected in Europe<br />
</li>
<li>RHCSA / RHCE - Red Hat certs, excellent for enterprise Linux roles<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">General Tips</span><ul class="mycode_list"><li>Cloud certs (AWS/GCP/Azure) have the best ROI right now in terms of salary bump per study hour<br />
</li>
<li>Practice exams are more useful than courses for most certs - find Udemy practice tests<br />
</li>
<li>OSCP is worth it if you want to go into penetration testing. Nothing else substitutes for it.<br />
</li>
<li>A cert without hands-on experience is thin. Build alongside studying.<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[Certifications are not required for most dev roles but they carry real weight in infrastructure, security, and cloud. Here is a rough roadmap per track.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Cloud (AWS)</span><ul class="mycode_list"><li>AWS Certified Cloud Practitioner - Entry level, good for non-technical context<br />
</li>
<li>AWS Solutions Architect Associate - Most in-demand AWS cert<br />
</li>
<li>AWS Solutions Architect Professional - Senior level, significantly harder<br />
</li>
<li>AWS DevOps Engineer Professional - CI/CD and automation focus<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Networking</span><ul class="mycode_list"><li>CompTIA Network+ - Good vendor-neutral foundation<br />
</li>
<li>Cisco CCNA - Industry standard for networking roles, covers routing, switching, basics of security<br />
</li>
<li>Cisco CCNP - Advanced, specialise in Enterprise, Security, Data Centre, etc.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Cybersecurity</span><ul class="mycode_list"><li>CompTIA Security+ - Widely accepted entry-level, DoD approved<br />
</li>
<li>CEH - Ethical hacking, theory-heavy but recognised by corporates<br />
</li>
<li>OSCP - Hands-on pentesting, highly respected, hard exam<br />
</li>
<li>CISSP - Management-level, requires 5yr experience, good for senior roles<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Linux / Systems</span><ul class="mycode_list"><li>CompTIA Linux+ - Entry level<br />
</li>
<li>LPIC-1 / LPIC-2 - Linux Professional Institute, more respected in Europe<br />
</li>
<li>RHCSA / RHCE - Red Hat certs, excellent for enterprise Linux roles<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">General Tips</span><ul class="mycode_list"><li>Cloud certs (AWS/GCP/Azure) have the best ROI right now in terms of salary bump per study hour<br />
</li>
<li>Practice exams are more useful than courses for most certs - find Udemy practice tests<br />
</li>
<li>OSCP is worth it if you want to go into penetration testing. Nothing else substitutes for it.<br />
</li>
<li>A cert without hands-on experience is thin. Build alongside studying.<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Rules] Career & Education — Forum Rules]]></title>
			<link>https://talkativeturtles.club/showthread.php?tid=22</link>
			<pubDate>Sun, 21 Jun 2026 09:34:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://talkativeturtles.club/member.php?action=profile&uid=1">Zero Two</a>]]></dc:creator>
			<guid isPermaLink="false">https://talkativeturtles.club/showthread.php?tid=22</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Career &amp; Education</span> covers job hunting, certifications, degrees, bootcamps, interview prep, salary talk, and professional growth.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Posting Rules:</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Be honest about credentials and experience.</span> Fabricating qualifications in advice threads misleads others.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">No unsolicited job offers or mass recruiting.</span> If you are hiring, post one clear listing and do not cold-message members.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Salary discussions are encouraged</span> - transparency helps everyone. Sharing your own numbers is fine; demanding others share theirs is not.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">No "which is better?" wars without context.</span> CS degree vs bootcamp vs self-taught depends heavily on individual circumstances. Provide nuanced answers.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">No paid course spam.</span> You may recommend paid resources but must disclose affiliation.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Protect your privacy.</span> Do not share your full resume or personal contact details publicly - use PMs instead.<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Career &amp; Education</span> covers job hunting, certifications, degrees, bootcamps, interview prep, salary talk, and professional growth.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Posting Rules:</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Be honest about credentials and experience.</span> Fabricating qualifications in advice threads misleads others.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">No unsolicited job offers or mass recruiting.</span> If you are hiring, post one clear listing and do not cold-message members.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Salary discussions are encouraged</span> - transparency helps everyone. Sharing your own numbers is fine; demanding others share theirs is not.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">No "which is better?" wars without context.</span> CS degree vs bootcamp vs self-taught depends heavily on individual circumstances. Provide nuanced answers.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">No paid course spam.</span> You may recommend paid resources but must disclose affiliation.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Protect your privacy.</span> Do not share your full resume or personal contact details publicly - use PMs instead.<br />
</li>
</ul>
]]></content:encoded>
		</item>
	</channel>
</rss>