<?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: Divyansh Singh</title>
    <description>The latest articles on DEV Community by Divyansh Singh (@divyansh_singh_9d308cd60f).</description>
    <link>https://dev.to/divyansh_singh_9d308cd60f</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%2F3142109%2F3de609c7-60ac-4dd6-9b52-4c35bf01ba8b.JPG</url>
      <title>DEV Community: Divyansh Singh</title>
      <link>https://dev.to/divyansh_singh_9d308cd60f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divyansh_singh_9d308cd60f"/>
    <language>en</language>
    <item>
      <title>Automating Jira and Confluence Search from Slack using n8n</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Sat, 16 Aug 2025 14:00:22 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/automating-jira-and-confluence-search-from-slack-using-n8n-4be3</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/automating-jira-and-confluence-search-from-slack-using-n8n-4be3</guid>
      <description>&lt;p&gt;** Automating Jira and Confluence Search from Slack using n8n **&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/automating-jira-and-confluence-search-from-slack-using-n8n/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Stop debating Alpine vs Ubuntu and start measuring: here&amp;#x27;s why your network calls are 20% faster on Alpine.</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Tue, 12 Aug 2025 14:00:22 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/stop-debating-alpine-vs-ubuntu-and-start-measuring-herex27s-why-your-network-calls-are-20-501j</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/stop-debating-alpine-vs-ubuntu-and-start-measuring-herex27s-why-your-network-calls-are-20-501j</guid>
      <description>&lt;p&gt;** Stop debating Alpine vs Ubuntu and start measuring: here's why your network calls are 20% faster on Alpine. **&lt;/p&gt;

&lt;p&gt;If you've worked with Docker containers for any length of time, you've likely noticed that some operations perform differently across base images. One such observation that I noticed a few weeks back is the performance difference in curl requests between Alpine and Ubuntu Docker images.Many engineers have reported measurable performance improvements when using Alpine-based containers for network operations, with some seeing consistent 20 ms improvements over hundreds of curl calls. This isn't just anecdotal—there are concrete technical reasons why Alpine images can provide better network performance for certain workloads.In this article, we'll explore the technical factors behind these performance differences, provide testing methodologies to validate the claims, and help you make informed decisions about which base image to use for your containerized applications.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/stop-debating-alpine-vs-ubuntu-and-start-measuring-heres-why-your-network-calls-are-20-faster-on-alpine/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>How to Integrate Algolia Search into Your Django App</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Sun, 10 Aug 2025 14:00:22 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/how-to-integrate-algolia-search-into-your-django-app-1cpa</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/how-to-integrate-algolia-search-into-your-django-app-1cpa</guid>
      <description>&lt;p&gt;** How to Integrate Algolia Search into Your Django App **&lt;/p&gt;

&lt;p&gt;Django’s ORM is powerful, and PostgreSQL offers decent full-text search—but when you need real-time, typo-tolerant, and lightning-fast search across thousands of records, traditional methods fall short. This blog explores how to integrate Algolia into your Django project to unlock seamless search capabilities that feel instant and intelligent.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/how-to-integrate-algolia-search-into-your-django-app/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Stop Wasting Money: Cut Your AWS EC2 Costs by 50% with Automated Scheduling</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Wed, 06 Aug 2025 14:00:21 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/stop-wasting-money-cut-your-aws-ec2-costs-by-50-with-automated-scheduling-4fkj</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/stop-wasting-money-cut-your-aws-ec2-costs-by-50-with-automated-scheduling-4fkj</guid>
      <description>&lt;p&gt;** Stop Wasting Money: Cut Your AWS EC2 Costs by 50% with Automated Scheduling **&lt;/p&gt;

&lt;p&gt;You can save cost by turning off non-production ec2 instances when they are not needed. Automating start and stop actions using AWS Lambda and CloudWatch can save costs significantly. Instead of scripting this from scratch, Terraform modules can help implement the solution quickly and cleanly.In this guide, we’ll walk through using the open-source terraform-aws-lambda-auto-start-stop-ec2-instances module to automatically start and stop EC2 instances based on tags and schedule expressions. We'll use a real-world example where EC2 instances are:Started at 10:00 AM ISTStopped at 10:00 PM ISTThis setup is useful for non-prod or testing environments that only need to be active during typical working hours.We'll use a wrapper module available at kubenine/ec2-auto-start-stop-terraform to configure this easily using Terraform.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/stop-wasting-money-cut-your-aws-ec2-costs-by-50-with-automated-scheduling/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Supercharge Terraform with Cursor and MCP Server</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Wed, 23 Jul 2025 14:00:26 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/supercharge-terraform-with-cursor-and-mcp-server-1ljb</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/supercharge-terraform-with-cursor-and-mcp-server-1ljb</guid>
      <description>&lt;p&gt;** Supercharge Terraform with Cursor and MCP Server **&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/supercharge-terraform/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Saving Cost with EC2 Strategy but More Operational Overhead? What is Better: ECS Fargate vs ECS EC2?</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Mon, 07 Jul 2025 14:00:13 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/saving-cost-with-ec2-strategy-but-more-operational-overhead-what-is-better-ecs-fargate-vs-ecs-2nfk</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/saving-cost-with-ec2-strategy-but-more-operational-overhead-what-is-better-ecs-fargate-vs-ecs-2nfk</guid>
      <description>&lt;p&gt;** Saving Cost with EC2 Strategy but More Operational Overhead? What is Better: ECS Fargate vs ECS EC2? **&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/ec2-or-fargate/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Rapid UI Prototyping with Python Streamlit: Audio Transcription, End-to-End</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Thu, 26 Jun 2025 14:00:54 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/rapid-ui-prototyping-with-python-streamlit-audio-transcription-end-to-end-3odp</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/rapid-ui-prototyping-with-python-streamlit-audio-transcription-end-to-end-3odp</guid>
      <description>&lt;p&gt;&lt;strong&gt;Rapid UI Prototyping with Python Streamlit: Audio Transcription, End-to-End&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Podcasts, video calls, and voice calls produces hours of speech every day. Turning that speech into text is now routine for meetings, customer-support calls, and more. A simple audio to text tool can help us capture conversations on meetings, phone or our smart watch - once recorded we can transcribe it and give it to things like chatgpt for all the wonderful insights possible. This project demonstrates how quickly we can build ready to use tools using Streamlit. As a showcase, we built an AI-powered Audio Transcription Tool that uses speech recognition models to convert audio into text with high accuracy. The app addresses a common limitation we found in nearly every transcription tool we evaluated — strict limits on audio length or file size, which made them impractical for long conversations.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                    0:00

                        /1:25


                    1&amp;amp;#xD7;















    We&amp;amp;apos;ve open-sourced this project for you all to try out: https://github.com/kubenine/Audio-to-text
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/rapid-ui-prototyping-with-python-streamlit-audio-transcription-end-to-end/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Securely Accessing AWS Resources from GitHub Actions using OpenID Connect (OIDC)</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Fri, 20 Jun 2025 14:00:55 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/securely-accessing-aws-resources-from-github-actions-using-openid-connect-oidc-4p9m</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/securely-accessing-aws-resources-from-github-actions-using-openid-connect-oidc-4p9m</guid>
      <description>&lt;p&gt;&lt;strong&gt;Securely Accessing AWS Resources from GitHub Actions using OpenID Connect (OIDC)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hardcoding AWS credentials into CI/CD pipelines is one of the most common mistakes teams make—and one of the easiest to avoid.In this blog, you’ll learn how to connect GitHub Actions with AWS using OpenID Connect (OIDC), a method that skips access keys entirely. Instead of storing secrets, GitHub will request short-term credentials that allow access only to the AWS resources your workflow needs—like listing S3 buckets.We’ll cover how this works, why it’s safer than using access keys, and how to set it up step by step.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/secure_aws_resources_using_oidc/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Add Blazing Fast Search to Your Django Site with Algolia</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Wed, 18 Jun 2025 11:09:30 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/add-blazing-fast-search-to-your-django-site-with-algolia-114h</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/add-blazing-fast-search-to-your-django-site-with-algolia-114h</guid>
      <description>&lt;p&gt;&lt;strong&gt;Add Blazing Fast Search to Your Django Site with Algolia&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most web applications struggle with search functionality as they scale. Users expect instant, accurate results with typo tolerance and intelligent filtering capabilities that traditional database queries simply cannot deliver efficiently. Building these features from scratch requires significant development resources and ongoing infrastructure management.Even with proper indexing, SQL queries become inefficient beyond a few hundred thousand records, and full-text search indexes struggle with complex relevance ranking. Performance degrades significantly once datasets reach millions of rows, with search operations taking several seconds even on well-indexed tables. Traditional database solutions also lack advanced features like typo tolerance, faceted search, and real-time suggestions that modern users expect.Managed search services like Algolia solve this challenge by providing enterprise-grade search capabilities through simple APIs and SDKs. This approach eliminates the complexity of search infrastructure while delivering sub-50ms response times and advanced features out of the box. For development teams, this translates to faster project delivery and enhanced user experiences without the overhead of managing search servers.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.kubeblogs.com/add-blazing-fast-search-algolia/" rel="noopener noreferrer"&gt;Read the full blog here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Untitled</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Wed, 18 Jun 2025 10:53:55 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/untitled-1abb</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/untitled-1abb</guid>
      <description>&lt;p&gt;&lt;strong&gt;Untitled&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Content could not be loaded.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href=""&gt;Read on KubeBlogs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
    <item>
      <title>6 Things You’re Probably Doing Wrong in Prometheus Monitoring</title>
      <dc:creator>Divyansh Singh</dc:creator>
      <pubDate>Wed, 18 Jun 2025 10:20:09 +0000</pubDate>
      <link>https://dev.to/divyansh_singh_9d308cd60f/6-things-youre-probably-doing-wrong-in-prometheus-monitoring-3920</link>
      <guid>https://dev.to/divyansh_singh_9d308cd60f/6-things-youre-probably-doing-wrong-in-prometheus-monitoring-3920</guid>
      <description>&lt;p&gt;In this post, I’ll walk you through six of the most common mistakes developers make with Prometheus, explain why they’re problematic, and show you exactly how to avoid them.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
