<?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: Cloud Native Engineer</title>
    <description>The latest articles on DEV Community by Cloud Native Engineer (@cloudnative_eng).</description>
    <link>https://dev.to/cloudnative_eng</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%2F1128942%2F2284774f-2182-4504-95d7-8ed53c34fecc.png</url>
      <title>DEV Community: Cloud Native Engineer</title>
      <link>https://dev.to/cloudnative_eng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cloudnative_eng"/>
    <language>en</language>
    <item>
      <title>Pinning GitHub Actions for Reproducibility and Security</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Fri, 26 Dec 2025 01:07:12 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/pinning-github-actions-for-reproducibility-and-security-2ihh</link>
      <guid>https://dev.to/cloudnative_eng/pinning-github-actions-for-reproducibility-and-security-2ihh</guid>
      <description>&lt;p&gt;Version tags like actions/checkout@v5 are mutable - maintainers can move them, re-release them, or force-push. Your workflow could run different code tomorrow without you changing anything.&lt;/p&gt;

&lt;p&gt;Pin to commit SHAs instead. One command to get the SHA: gh api repos/actions/checkout/commits/v5.0.1 --jq '.sha'&lt;/p&gt;

&lt;p&gt;Then use it: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1&lt;/p&gt;

&lt;p&gt;Full article: &lt;a href="https://cloudnativeengineer.substack.com/p/github-actions-reproducibility-security" rel="noopener noreferrer"&gt;https://cloudnativeengineer.substack.com/p/github-actions-reproducibility-security&lt;/a&gt;&lt;/p&gt;

</description>
      <category>development</category>
      <category>devops</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Claude Agent Skills: Teaching Your AI Agent to Wear Multiple Hats</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Fri, 26 Dec 2025 01:02:59 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/claude-agent-skills-teaching-your-ai-agent-to-wear-multiple-hats-2o11</link>
      <guid>https://dev.to/cloudnative_eng/claude-agent-skills-teaching-your-ai-agent-to-wear-multiple-hats-2o11</guid>
      <description>&lt;p&gt;Tired of bloated system prompts stuffed with every doc your agent might need? Claude Agent Skills use progressive context loading - the agent loads only what's relevant when it's needed.&lt;/p&gt;

&lt;p&gt;A skill is just a folder with a SKILL.md file. Copy between projects, share via Git, no special setup. Skills auto-invoke when Claude recognizes a matching task.&lt;/p&gt;

&lt;p&gt;Full article: &lt;a href="https://cloudnativeengineer.substack.com/p/ai-agent-wear-multiple-hats" rel="noopener noreferrer"&gt;https://cloudnativeengineer.substack.com/p/ai-agent-wear-multiple-hats&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Talk to your AI agent: the ultimate vibe coding</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Mon, 15 Dec 2025 17:43:59 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/talk-to-your-ai-agent-the-ultimate-vibe-coding-29p2</link>
      <guid>https://dev.to/cloudnative_eng/talk-to-your-ai-agent-the-ultimate-vibe-coding-29p2</guid>
      <description>&lt;p&gt;Your fingers are the bottleneck.&lt;/p&gt;

&lt;p&gt;I used to think voice-to-text was a gimmick. Something for people who couldn't be bothered to type. Then a colleague at work started whispering into a microphone at his desk, and I watched him write prompts faster than I could think them.&lt;/p&gt;

&lt;p&gt;Here's what clicked: you're not dictating code. Brackets, indentation, semicolons, that stuff requires precision. But conversational prompts to an AI agent? That's different. The agent handles your "umms" and pauses. It corrects your spelling. It catches your meaning even when you're rambling.&lt;/p&gt;

&lt;p&gt;My grandfather was doing this 30 years ago. I watched him read Pinocchio passages to Dragon NaturallySpeaking in 1997, training it to understand his voice. Now I'm doing the same thing, except the AI actually understands me.&lt;/p&gt;

&lt;p&gt;This reminds me of when I learned touch-typing at university. Someone said using all ten fingers was a must. I thought it was pointless. Months of boring drills. But 15 years later? Massive dividends.&lt;/p&gt;

&lt;p&gt;Voice-to-text is the same. It feels silly at first. Awkward. Then you realize you can whisper prompts in a noisy office and the AI catches everything. Your thoughts flow faster than your fingers ever could.&lt;/p&gt;

&lt;p&gt;The 1% improvement principle from Atomic Habits applies here. Small changes that seem pointless compound into something massive over 5, 10, 15 years.&lt;/p&gt;

&lt;p&gt;I wrote the notes for my latest article in 30 minutes using voice. Typing would have taken hours.&lt;/p&gt;

&lt;p&gt;What's your 1%? What small change could you make today that compounds over a decade?&lt;/p&gt;

&lt;p&gt;Full article: &lt;a href="https://cloudnativeengineer.substack.com/p/ultimate-vibe-coding" rel="noopener noreferrer"&gt;https://cloudnativeengineer.substack.com/p/ultimate-vibe-coding&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>devops</category>
    </item>
    <item>
      <title>Cloud Native Engineer is back</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Thu, 04 Dec 2025 09:45:28 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/cloud-native-engineer-is-back-4p2f</link>
      <guid>https://dev.to/cloudnative_eng/cloud-native-engineer-is-back-4p2f</guid>
      <description>&lt;p&gt;Things are finally moving again! 🚢&lt;/p&gt;

&lt;p&gt;the Cloud Native Engineer newsletter is back in full swing after a quiet year.&lt;/p&gt;

&lt;p&gt;Here's what's been happening:&lt;/p&gt;

&lt;p&gt;✨ Brand new logo that better represents what we're all about&lt;br&gt;
🎨 Consistent character designs across the newsletter&lt;br&gt;
📝 Two fresh articles published in two weeks&lt;br&gt;
🗂️ Completely reorganized "Start Here" page with dedicated categories for Kubernetes, System Design, DevOps, and Tools&lt;/p&gt;

&lt;p&gt;The cargo is loaded, and we're ready to sail into more technical deep dives, practical insights, and cloud-native goodness.&lt;/p&gt;

&lt;p&gt;Thanks for sticking with me during the quieter period. Exciting things ahead!&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
      <category>systemdesign</category>
      <category>ai</category>
    </item>
    <item>
      <title>TopMate account</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Mon, 14 Apr 2025 10:27:56 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/topmate-account-2hob</link>
      <guid>https://dev.to/cloudnative_eng/topmate-account-2hob</guid>
      <description>&lt;p&gt;🌟 Exciting News, Everyone! 🌟&lt;/p&gt;

&lt;p&gt;I’m thrilled to announce my new mentorship page on Topmate!&lt;/p&gt;

&lt;p&gt;Whether you’re navigating cloud-native technologies or looking to ace your system design interviews, I'm here to support your journey!&lt;/p&gt;

&lt;p&gt;Feel free to check out my Topmate page and join me on this journey!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://topmate.io/gsantoro" rel="noopener noreferrer"&gt;https://topmate.io/gsantoro&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>The DuckDB Local UI</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Fri, 14 Mar 2025 11:31:52 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/the-duckdb-local-ui-112j</link>
      <guid>https://dev.to/cloudnative_eng/the-duckdb-local-ui-112j</guid>
      <description>&lt;p&gt;The DuckDB Local UI&lt;br&gt;
DuckDB introduces a local UI starting from version 1.2.1. The UI is a web page served by a HTTP server running on localhost.&lt;/p&gt;

&lt;p&gt;Key points:&lt;br&gt;
• Local Web Interface: Runs queries locally with a full-featured web UI.&lt;br&gt;
• Database Management: Allows exploration of tables and views in attached databases.&lt;br&gt;
• Notebooks: Supports organization of work into named notebooks with SQL statement execution.&lt;br&gt;
• Column Explorer: Provides a summary of results with insights into each column.&lt;br&gt;
• MotherDuck Integration: Optionally connects to MotherDuck for cloud data warehouse capabilities.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://duckdb.org/2025/03/12/duckdb-ui.html" rel="noopener noreferrer"&gt;https://duckdb.org/2025/03/12/duckdb-ui.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>sql</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Cloud Native Engineer - table of contents</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Wed, 12 Feb 2025 11:35:21 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/cloud-native-engineer-table-of-contents-3jkh</link>
      <guid>https://dev.to/cloudnative_eng/cloud-native-engineer-table-of-contents-3jkh</guid>
      <description>&lt;p&gt;Unlock the power of Cloud Native Engineering: Expert guides &amp;amp; hands-on learning for Kubernetes, DevOps &amp;amp; tools.&lt;/p&gt;

&lt;p&gt;I have created a table of contents page to navigate my newsletter.&lt;/p&gt;

&lt;p&gt;Key points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;💻 Kubernetes Essentials: Learn the fundamentals of Kubernetes, including tips for the Certified Kubernetes Administrator (CKA) exam, preparing for the exam, and discovering Kubernetes dev environments in 2023.&lt;/li&gt;
&lt;li&gt;📈 Elastic &amp;amp; Observability Fundamentals: Understand Elasticsearch, log data management, and how to deploy Fleet and Elastic Agent on Elastic Cloud Kubernetes, including best practices for setting up Elasticsearch on Kubernetes for development and production environments.&lt;/li&gt;
&lt;li&gt;💡 System Design Principles: Explore the role of Content Delivery Networks (CDNs) in system design, enhancing software design with diagrams as code, and understanding what happens when you type a URL into your browser.&lt;/li&gt;
&lt;li&gt;🤖 DevOps &amp;amp; Tools: Master the use of open-source tools like Nushell, Jc, and Steampipe, which can revolutionize command-line workflows, making data processing more efficient and structured.&lt;/li&gt;
&lt;li&gt;💻 Programming Fundamentals: Learn effortless Python development with Nix, effortless Python development with Nix, and the use of the UV package manager for better Python dependency management.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read more at: &lt;a href="https://cloudnativeengineer.substack.com/p/start-here" rel="noopener noreferrer"&gt;https://cloudnativeengineer.substack.com/p/start-here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
      <category>elasticsearch</category>
      <category>programming</category>
    </item>
    <item>
      <title>UV Package Manager: Better Python Dependency Management</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Sun, 09 Feb 2025 22:26:59 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/uv-package-manager-better-python-dependency-management-2hd5</link>
      <guid>https://dev.to/cloudnative_eng/uv-package-manager-better-python-dependency-management-2hd5</guid>
      <description>&lt;p&gt;Elevate your #Python practice with Uv, the developer-friendly package manager of modern development workflows 🚀&lt;/p&gt;

&lt;p&gt;Key points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✨ Uv Overview: Uv is a flexible, Python package manager designed for modern development workflows.&lt;/li&gt;
&lt;li&gt;📈 Key Features: Uv includes features like dependency management, caching, and a lightweight installer.&lt;/li&gt;
&lt;li&gt;💻 Integration Support: Uv integrates seamlessly with popular Python development tools and libraries.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The outline:&lt;br&gt;
• The story so far&lt;br&gt;
• UV adopts the industry's best practices&lt;br&gt;
• Why is UV better than other solutions?&lt;br&gt;
• How do I use UV in my development tools?&lt;br&gt;
• Bonus feature: Inline dependencies&lt;/p&gt;

&lt;p&gt;Read more at: &lt;a href="https://cloudnativeengineer.substack.com/p/uv-python-package-manager" rel="noopener noreferrer"&gt;https://cloudnativeengineer.substack.com/p/uv-python-package-manager&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>devops</category>
      <category>programming</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Automation to track Substack subscribers</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Mon, 03 Feb 2025 14:04:58 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/automation-to-track-substack-subscribers-1mek</link>
      <guid>https://dev.to/cloudnative_eng/automation-to-track-substack-subscribers-1mek</guid>
      <description>&lt;p&gt;📊 Substack Subscriber Tracker Now Available on Gumroad&lt;br&gt;
I've just released the automation I use daily to track subscribers across my newsletters, including Cloud Native Engineer. &lt;/p&gt;

&lt;p&gt;For $7 (launch price), you'll get:&lt;br&gt;
• Make.com  automation workflow (JSON file)&lt;br&gt;
• Complete setup documentation&lt;br&gt;
• Instructions for Gmail, Notion, and Discord integration&lt;br&gt;
• Daily subscriber reports with source tracking&lt;br&gt;
• Automatic subscriber database backup&lt;/p&gt;

&lt;p&gt;This is version 3 of an automation I've been using and refining for over a year. While you need some technical familiarity with Make.com and third-party integrations to set this up, I'm available to help if you get stuck.&lt;/p&gt;

&lt;p&gt;The price will increase in two weeks, so grab it now if you're interested!&lt;/p&gt;

&lt;p&gt;Need help setting everything up? I also offer personalized setup services - just reach out on &lt;a href="https://mentors.to/gsantoro" rel="noopener noreferrer"&gt;https://mentors.to/gsantoro&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;P.S. Part 1 of the documentation is freely available in my newsletter at &lt;a href="https://cloudnativecreator.substack.com/p/substack-subscribers-automation-part-1" rel="noopener noreferrer"&gt;https://cloudnativecreator.substack.com/p/substack-subscribers-automation-part-1&lt;/a&gt; if you want to see what's involved before purchasing.&lt;/p&gt;

&lt;p&gt;➡️ Gumroad Link: &lt;a href="https://cloudnativeeng.gumroad.com/l/substack-subscribers-automation" rel="noopener noreferrer"&gt;https://cloudnativeeng.gumroad.com/l/substack-subscribers-automation&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>programming</category>
      <category>productivity</category>
      <category>substack</category>
    </item>
    <item>
      <title>DeepSeek vs ChatGPT: which one is the best model?</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Wed, 29 Jan 2025 15:08:42 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/deepseek-vs-chatgpt-which-one-is-the-best-model-5980</link>
      <guid>https://dev.to/cloudnative_eng/deepseek-vs-chatgpt-which-one-is-the-best-model-5980</guid>
      <description>&lt;p&gt;DeepSeek-R1 is primed to disrupt the entire AI industry.&lt;/p&gt;

&lt;p&gt;Look at what happened to the stock market!&lt;/p&gt;

&lt;p&gt;But how does it differ from OpenAI's model?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;OpenAI: generates chains-of-thought data using a normal model and fine-tunes it for reasoning&lt;/li&gt;
&lt;li&gt;DeepSeek: uses reinforcement learning to train its model for reasoning without generating large amounts of data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DeepSeek's approach can reason better than the original model as it generates new chains of thought&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Limitations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DeepSeek's approach is restricted to chains-of-thought that can be verified mechanistically, mainly useful for coding and mathematics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Transfer Learning in Reasoning Models:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;There is ongoing research to see if reasoning models trained on one domain can be effective in other domains&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read more at: &lt;a href="https://www.seangoedecke.com/deepseek-r1/?utm_source=tldrnewsletter" rel="noopener noreferrer"&gt;https://www.seangoedecke.com/deepseek-r1/?utm_source=tldrnewsletter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chatgpt</category>
      <category>computerscience</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>Dark Reader - Chrome Extension Overview</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Wed, 29 Jan 2025 11:35:26 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/dark-reader-chrome-extension-overview-2dll</link>
      <guid>https://dev.to/cloudnative_eng/dark-reader-chrome-extension-overview-2dll</guid>
      <description>&lt;p&gt;Enable dark mode for all websites.&lt;br&gt;
Protect your eyes during your night coding with Dark Reader&lt;/p&gt;

&lt;p&gt;By far the best Chrome extension for dark mode.&lt;/p&gt;

&lt;p&gt;Key points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Eye Care: Dark Reader inverts bright colors, creating high contrast and easy-to-read content.&lt;/li&gt;
&lt;li&gt;Customization Options: Adjust the brightness, contrast, sepia filter, and font settings to suit your preferences.&lt;/li&gt;
&lt;li&gt;Privacy Guarantee: Dark Reader doesn't show ads, collect or use user data, and is fully open-source.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read more at: &lt;a href="https://chromewebstore.google.com/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>automation</category>
      <category>beginners</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>A Thank You to my 1K Subscribers (And How Being Seen Changed Everything)</title>
      <dc:creator>Cloud Native Engineer</dc:creator>
      <pubDate>Mon, 27 Jan 2025 11:35:16 +0000</pubDate>
      <link>https://dev.to/cloudnative_eng/a-thank-you-to-my-1k-subscribers-and-how-being-seen-changed-everything-3plm</link>
      <guid>https://dev.to/cloudnative_eng/a-thank-you-to-my-1k-subscribers-and-how-being-seen-changed-everything-3plm</guid>
      <description>&lt;p&gt;A Thank You to my 1K Substack Subscribers (And How Being Seen Changed Everything)&lt;/p&gt;

&lt;p&gt;Key points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🤩 Gaining Momentum with a Paywall-Free Approach: Removing paywall and engaging with community led to rapid growth&lt;/li&gt;
&lt;li&gt;💡 Embracing the Power of Social Networks: Connection with fellow creators and readers driven engagement and audience growth&lt;/li&gt;
&lt;li&gt;📈 The Impact of Substack Notes on Content Visibility: Sharing on Substack Notes generated high engagement, clicks, and new followers&lt;/li&gt;
&lt;li&gt;📄 Consistency is Key but Not Enough: Quality content essential, but alone won't attract a significant audience without proper promotion&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read more at: &lt;a href="https://cloudnativeengineer.substack.com/p/how-being-seen-changed-everything" rel="noopener noreferrer"&gt;https://cloudnativeengineer.substack.com/p/how-being-seen-changed-everything&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>computerscience</category>
      <category>productivity</category>
      <category>chatgpt</category>
    </item>
  </channel>
</rss>
