<?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: Sandipan Saha</title>
    <description>The latest articles on DEV Community by Sandipan Saha (@sandipan_saha_03ee322edfc).</description>
    <link>https://dev.to/sandipan_saha_03ee322edfc</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%2F3772620%2Fabdc5564-30ad-4ce1-b154-a1f4bd770912.png</url>
      <title>DEV Community: Sandipan Saha</title>
      <link>https://dev.to/sandipan_saha_03ee322edfc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sandipan_saha_03ee322edfc"/>
    <language>en</language>
    <item>
      <title>For product Ideas use Claude AI. Get some product building ideas here - https://claude.ai/ And terraform security use - https://tfgaurd.com/</title>
      <dc:creator>Sandipan Saha</dc:creator>
      <pubDate>Fri, 03 Apr 2026 17:23:16 +0000</pubDate>
      <link>https://dev.to/sandipan_saha_03ee322edfc/for-product-ideas-use-claude-ai-get-some-product-building-ideas-here-httpsclaudeai-and-6d9</link>
      <guid>https://dev.to/sandipan_saha_03ee322edfc/for-product-ideas-use-claude-ai-get-some-product-building-ideas-here-httpsclaudeai-and-6d9</guid>
      <description></description>
    </item>
    <item>
      <title>https://tfgaurd.com/blog/cloud-security-tfgaurd</title>
      <dc:creator>Sandipan Saha</dc:creator>
      <pubDate>Thu, 12 Mar 2026 11:58:22 +0000</pubDate>
      <link>https://dev.to/sandipan_saha_03ee322edfc/httpstfgaurdcomblogcloud-security-tfgaurd-9o9</link>
      <guid>https://dev.to/sandipan_saha_03ee322edfc/httpstfgaurdcomblogcloud-security-tfgaurd-9o9</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://tfgaurd.com/blog/cloud-security-tfgaurd" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftfgaurd.com%3A80%2Fstatic%2Fimg%2Fog-default.png" height="400" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://tfgaurd.com/blog/cloud-security-tfgaurd" rel="noopener noreferrer" class="c-link"&gt;
            Cloud Security Crisis: How tfgaurd.com Prevents 93% of Preventable BreachesCloud Security Crisis: How tfgaurd.com Prevents Preventable Breaches
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Why 93% of cloud security breaches are preventable and how automated infrastructure validation prevents misconfigurations.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ftfgaurd.com%2Fstatic%2Ffavicon.svg" width="32" height="32"&gt;
          tfgaurd.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>terraform security</title>
      <dc:creator>Sandipan Saha</dc:creator>
      <pubDate>Thu, 12 Mar 2026 11:57:14 +0000</pubDate>
      <link>https://dev.to/sandipan_saha_03ee322edfc/terraform-security-5doe</link>
      <guid>https://dev.to/sandipan_saha_03ee322edfc/terraform-security-5doe</guid>
      <description>&lt;p&gt;check my product &lt;a href="https://tfgaurd.com/blog/cloud-security-tfgaurd" rel="noopener noreferrer"&gt;https://tfgaurd.com/blog/cloud-security-tfgaurd&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Terraform Security Check</title>
      <dc:creator>Sandipan Saha</dc:creator>
      <pubDate>Wed, 18 Feb 2026 17:01:35 +0000</pubDate>
      <link>https://dev.to/sandipan_saha_03ee322edfc/terraform-security-check-n37</link>
      <guid>https://dev.to/sandipan_saha_03ee322edfc/terraform-security-check-n37</guid>
      <description>&lt;p&gt;I've been working on a side project called Policy Engine – a Terraform security policy checker that scans your IaC configs for misconfigurations before they hit production.&lt;br&gt;
What it does:&lt;/p&gt;

&lt;p&gt;Checks against 60+ security rules across critical, high, medium, and low severity levels&lt;br&gt;
Supports 9 AWS resource types: S3, EC2, RDS, IAM, Lambda, Security Groups, ELB/ALB, CloudTrail, and KMS&lt;br&gt;
Returns results instantly – just paste your Terraform code&lt;br&gt;
REST API available so you can plug it into your CI/CD pipeline&lt;br&gt;
Check history so you can track improvements over time&lt;/p&gt;

&lt;p&gt;Why I built it:&lt;br&gt;
Caught a misconfigured S3 bucket in prod one too many times. Wanted something lightweight I could use without spinning up a full Checkov/tfsec setup for smaller projects.&lt;br&gt;
It's completely free to use – no credit card, no sign-up required for basic checks.&lt;br&gt;
🔗 Try it here: &lt;a href="https://policy-engine-c7mc.onrender.com/" rel="noopener noreferrer"&gt;https://policy-engine-c7mc.onrender.com/&lt;/a&gt;&lt;br&gt;
Would love feedback from this community – what rules or resources would you want added next? Happy to answer any questions.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>security</category>
      <category>showdev</category>
      <category>terraform</category>
    </item>
    <item>
      <title>Policy Engine</title>
      <dc:creator>Sandipan Saha</dc:creator>
      <pubDate>Sun, 15 Feb 2026 15:11:22 +0000</pubDate>
      <link>https://dev.to/sandipan_saha_03ee322edfc/policy-engine-2511</link>
      <guid>https://dev.to/sandipan_saha_03ee322edfc/policy-engine-2511</guid>
      <description>&lt;p&gt;Terraform scripts security checks - &lt;a href="http://150.230.131.166:5000/" rel="noopener noreferrer"&gt;http://150.230.131.166:5000/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Built a Policy Engine for DevOps – Free to Use, Would Love Your Feedback!</title>
      <dc:creator>Sandipan Saha</dc:creator>
      <pubDate>Sat, 14 Feb 2026 12:19:57 +0000</pubDate>
      <link>https://dev.to/sandipan_saha_03ee322edfc/built-a-policy-engine-for-devops-free-to-use-would-love-your-feedback-fpl</link>
      <guid>https://dev.to/sandipan_saha_03ee322edfc/built-a-policy-engine-for-devops-free-to-use-would-love-your-feedback-fpl</guid>
      <description>&lt;p&gt;Hey r/devops!&lt;/p&gt;

&lt;p&gt;I've been working on a policy-engine app that helps automate infrastructure policy checks and compliance auditing. It's live and free to use, and I'd really appreciate if some of you could kick the tires and let me know what you think.&lt;/p&gt;

&lt;p&gt;What does it do?&lt;br&gt;
Think automated policy enforcement for your infrastructure. Upload Terraform configs, run security checks, track history, and get compliance reports. Built it with real DevOps workflows in mind.&lt;/p&gt;

&lt;p&gt;Some features:&lt;/p&gt;

&lt;p&gt;Policy checks for Terraform, OCI, and custom scripts&lt;br&gt;
REST API with auth (integrate with your CI/CD)&lt;br&gt;
Web dashboard to view check history and results&lt;br&gt;
Monitoring setup with Prometheus/Loki/Grafana&lt;br&gt;
No installation needed – just use it&lt;br&gt;
Try it here: &lt;a href="http://150.230.131.166:5000/" rel="noopener noreferrer"&gt;click&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I'm looking for:&lt;/p&gt;

&lt;p&gt;Does this solve a problem you actually have?&lt;br&gt;
What's missing or broken?&lt;br&gt;
What integrations would make this useful for your team?&lt;br&gt;
General feedback on UX, API, or features&lt;br&gt;
Not open source (yet?), but completely free to use. I'm actively developing and your feedback will directly influence where this goes next.&lt;/p&gt;

&lt;p&gt;Thanks in advance! Feel free to DM or comment with questions, bugs, or suggestions.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
