<?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: Burak</title>
    <description>The latest articles on DEV Community by Burak (@karakoyunlu).</description>
    <link>https://dev.to/karakoyunlu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3798403%2F9edec6cd-ef3f-454b-8bf6-0e22e42eae1a.png</url>
      <title>DEV Community: Burak</title>
      <link>https://dev.to/karakoyunlu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karakoyunlu"/>
    <language>en</language>
    <item>
      <title>From Chaos to Clarity: AI-Powered Performance Architecture Masterclass</title>
      <dc:creator>Burak</dc:creator>
      <pubDate>Thu, 26 Mar 2026 08:50:35 +0000</pubDate>
      <link>https://dev.to/karakoyunlu/from-chaos-to-clarity-ai-powered-performance-architecture-masterclass-48o8</link>
      <guid>https://dev.to/karakoyunlu/from-chaos-to-clarity-ai-powered-performance-architecture-masterclass-48o8</guid>
      <description>&lt;p&gt;What happens when you hit a system with 1,000 concurrent users, watch it crash, and instead of manually digging through 14,000 lines of chaotic logs, an AI tells you exactly what went wrong in seconds? Welcome to the future of Quality Assurance! In my new 4-part series, we are leaving the old manual log-hunting behind to build a fully autonomous performance testing architecture. We start by filtering the noise to create clean, AI-ready JSON data in &lt;strong&gt;&lt;a href="https://medium.com/itnext/from-chaos-to-clarity-building-an-ai-powered-smart-reporting-system-part-1-234b356d0b26" rel="noopener noreferrer"&gt;Part 1: The Filter&lt;/a&gt;&lt;/strong&gt;. Then, we use advanced prompt engineering to design a "Senior AI Persona" that thinks like an expert architect in &lt;strong&gt;&lt;a href="https://medium.com/itnext/building-the-brain-designing-the-senior-ai-persona-part-2-fc642b179180" rel="noopener noreferrer"&gt;Part 2: The Brain&lt;/a&gt;&lt;/strong&gt;. Once the brain is ready, we fuse our JMeter results with real-time database metrics to catch the exact system bottleneck red-handed in &lt;strong&gt;&lt;a href="https://medium.com/itnext/part-3-the-insight-catching-the-bottleneck-red-handed-49e3a1cada4d" rel="noopener noreferrer"&gt;Part 3: The Insight&lt;/a&gt;&lt;/strong&gt;. Finally, we automate this entire "digital detective work" inside a CI/CD pipeline, paving the way for self-healing infrastructure in &lt;strong&gt;&lt;a href="https://medium.com/itnext/part-4-the-final-signature-the-vision-e4c63931f374" rel="noopener noreferrer"&gt;Part 4: The Vision&lt;/a&gt;&lt;/strong&gt;. If you are ready to level up from a traditional test executor to a Next-Gen Performance Architect, grab your coffee and dive into the full on Medium!&lt;/p&gt;

</description>
      <category>testing</category>
      <category>ai</category>
      <category>python</category>
      <category>devops</category>
    </item>
    <item>
      <title>Is Cursor AI a threat or a help for 5-years QA Engineer?</title>
      <dc:creator>Burak</dc:creator>
      <pubDate>Thu, 05 Mar 2026 08:07:37 +0000</pubDate>
      <link>https://dev.to/karakoyunlu/is-cursor-ai-a-threat-or-a-help-for-5-years-qa-engineer-g52</link>
      <guid>https://dev.to/karakoyunlu/is-cursor-ai-a-threat-or-a-help-for-5-years-qa-engineer-g52</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I am working as a QA Engineer for about 5 years now. Recently, my company and team started to integrate Cursor AI into our daily workflow. We are trying to use it for everything: writing test cases, creating test automation scripts, and even analyzing logs.Actually, I am a bit worried. I feel like this process will negatively impact me in the long run.My questions to other QA Engineers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Are you actively using Cursor in your professional projects?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How efficient is it really for complex test automation?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do you think using these AI tools will make us "lazy" or lose our technical skills?&lt;br&gt;
I want to hear your experiences. Is it a "Power-up" for our career or we are losing our engineering touch?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>testing</category>
      <category>qa</category>
      <category>ai</category>
      <category>career</category>
    </item>
    <item>
      <title>Finding the Breaking Point: Data-Driven Load Testing with JMeter &amp; Docker</title>
      <dc:creator>Burak</dc:creator>
      <pubDate>Sat, 28 Feb 2026 15:40:21 +0000</pubDate>
      <link>https://dev.to/karakoyunlu/finding-the-breaking-point-data-driven-load-testing-with-jmeter-docker-245f</link>
      <guid>https://dev.to/karakoyunlu/finding-the-breaking-point-data-driven-load-testing-with-jmeter-docker-245f</guid>
      <description>&lt;p&gt;Hey everyone!&lt;br&gt;
As a QA engineer, I know how hard it is to create real, data-driven performance tests. Managing dynamic test data and finding the actual breaking point of an application can be a real headache.&lt;br&gt;
Recently, I built a complete test environment to solve this problem. I wrote a 3-part series about my solution, and the final architectural deep-dive is now published on ITNEXT.&lt;br&gt;
In this article, I explain:&lt;/p&gt;

&lt;p&gt;• Setting up a local target app with Docker and simulating 1,000 concurrent users.&lt;br&gt;
• How to dynamically use CSV files in JMeter for data-driven testing.&lt;br&gt;
• How to run heavy tests without GUI mode (CLI mode) to save system resources and get accurate results.&lt;br&gt;
(Note: You can also find the links to Part 1 and Part 2 inside this article if you want to see the basics!)&lt;br&gt;
If you want to improve your performance testing skills, I think this will help you. I also shared my code snippets and configs.&lt;br&gt;
📖 You can read the full story here:&lt;br&gt;
&lt;a href="https://itnext.io/jmeter-performance-testing-part-3-finding-the-breaking-point-with-data-driven-scenarios-0d7b7924b5a3" rel="noopener noreferrer"&gt;https://itnext.io/jmeter-performance-testing-part-3-finding-the-breaking-point-with-data-driven-scenarios-0d7b7924b5a3&lt;/a&gt;&lt;br&gt;
I would love to hear your feedback! How do you handle massive test data in your own projects?&lt;/p&gt;

</description>
      <category>testing</category>
      <category>performance</category>
      <category>docker</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
