<?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: Mary Macharia</title>
    <description>The latest articles on DEV Community by Mary Macharia (@mary_macharia_49fa3c6d21e).</description>
    <link>https://dev.to/mary_macharia_49fa3c6d21e</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%2F4097534%2Fc8007889-a4e8-4298-8862-d074a01d481b.png</url>
      <title>DEV Community: Mary Macharia</title>
      <link>https://dev.to/mary_macharia_49fa3c6d21e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mary_macharia_49fa3c6d21e"/>
    <language>en</language>
    <item>
      <title>Stop Just Learning. Start Shipping: Welcome to SHEinnov8</title>
      <dc:creator>Mary Macharia</dc:creator>
      <pubDate>Sat, 29 Aug 2026 03:26:16 +0000</pubDate>
      <link>https://dev.to/mary_macharia_49fa3c6d21e/stop-just-learning-start-shipping-welcome-to-sheinnov8-2ch6</link>
      <guid>https://dev.to/mary_macharia_49fa3c6d21e/stop-just-learning-start-shipping-welcome-to-sheinnov8-2ch6</guid>
      <description>&lt;p&gt;If you are a woman in tech who is stuck in "tutorial hell," constantly taking courses but never actually deploying real software, this is for you. &lt;/p&gt;

&lt;p&gt;I am Mary Macharia, a Software Engineer specializing in Backend Development, AI/ML, and QA. I founded &lt;strong&gt;SHEinnov8&lt;/strong&gt; because I noticed a massive gap in our community: plenty of brilliant women have the drive to build something real, but they lack the space, the collaborative structure, or the network to actually push it across the finish line.&lt;/p&gt;

&lt;p&gt;We are changing that.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is SHEinnov8?
&lt;/h3&gt;

&lt;p&gt;SHEinnov8 is a decentralized digital guild built specifically for female developers, product designers, and tech creators. &lt;/p&gt;

&lt;p&gt;We operate on a simple framework: &lt;strong&gt;We learn by doing, we build together, and we do not stop until we ship a finished product.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What We Are Currently Hacking On
&lt;/h3&gt;

&lt;p&gt;Right now, our guild is building an intensive &lt;strong&gt;AI Multilingual Project&lt;/strong&gt;. We are engineering scalable backend infrastructures, orchestrating multi-language AI pipelines, and building deep automated QA suites to break the code and make it smarter. &lt;/p&gt;

&lt;h3&gt;
  
  
  Why You Should Join the Guild
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real Production Experience:&lt;/strong&gt; Skip the basic todo-list apps. Work on raw, complex, collaborative codebases that you can proudly put on your resume.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Founder Ecosystem:&lt;/strong&gt; Meet fellow technical founders, bounce ideas off each other, and turn raw concepts into real tools.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;End-to-End Ownership:&lt;/strong&gt; Learn what it actually takes to push code through CI/CD pipelines, configure metadata, handle security/QA audits, and go live.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Let's Build Something Together!
&lt;/h3&gt;

&lt;p&gt;We are actively looking for software engineers, QA professionals, AI/ML enthusiasts, and designers who are ready to build, learn, and ship.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Drop a comment below&lt;/strong&gt; with your core tech stack, what you're passionate about building, or simply ask a question. Let's connect and get you plugged into the guild!&lt;/p&gt;

&lt;p&gt;Or check out our workspace directly at [sheinnov8.vercel.app]&lt;/p&gt;

</description>
      <category>ai</category>
      <category>qa</category>
      <category>womenintech</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Dev, AI and QA</title>
      <dc:creator>Mary Macharia</dc:creator>
      <pubDate>Sat, 29 Aug 2026 02:41:50 +0000</pubDate>
      <link>https://dev.to/mary_macharia_49fa3c6d21e/dev-ai-and-qa-53d1</link>
      <guid>https://dev.to/mary_macharia_49fa3c6d21e/dev-ai-and-qa-53d1</guid>
      <description>&lt;p&gt;Artificial Intelligence is completely reshaping the Quality Assurance landscape, but it’s time to move past the marketing buzzwords and talk about what actually works. &lt;/p&gt;

&lt;p&gt;As software engineers, we are seeing a massive shift from traditional, rigid test automation scripts to more dynamic, intelligent testing strategies. &lt;/p&gt;

&lt;h3&gt;
  
  
  Where AI is Actually Making a Difference
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Self-Healing Automation:&lt;/strong&gt; UI elements change constantly. AI-driven locator strategies that automatically update scripts save hours of maintenance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Test Case Generation:&lt;/strong&gt; Feeding requirements documents into LLMs to automatically generate comprehensive positive and negative test cases.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Predictive Defect Analysis:&lt;/strong&gt; Analyzing historical commit data and test logs to predict which areas of the codebase are most likely to break after a deployment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Testing AI Itself:&lt;/strong&gt; Shift-left strategies tailored specifically for validating non-deterministic systems, LLM outputs, and machine learning models.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Real Challenges We Face
&lt;/h3&gt;

&lt;p&gt;It's not all perfect. Dealing with the non-deterministic nature of AI models means traditional "expected vs. actual" assertions don't always cut it. Plus, AI-generated tests can sometimes introduce their own flavor of flaky results if not properly guarded.&lt;/p&gt;

&lt;h3&gt;
  
  
  Let's Debate in the Comments
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Are you actually using AI tools (like autonomous agents or self-healing frameworks) in your production pipelines today, or are you stick to traditional Cypress/Playwright/Selenium setups?&lt;/li&gt;
&lt;li&gt;What is the biggest roadblock you've hit when trying to validate AI-driven features?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop your tech stack and your thoughts below. Let’s talk about it!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
