<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Banking on Romi's Dev Journey</title><link>https://romisugi.dev/tags/banking/</link><description>Recent content in Banking on Romi's Dev Journey</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 24 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://romisugi.dev/tags/banking/index.xml" rel="self" type="application/rss+xml"/><item><title>How the Luhn Algorithm Saved Me from Card Number Typos in Python</title><link>https://romisugi.dev/posts/python-tips/luhn-algorithm-card-check/</link><pubDate>Sun, 24 Aug 2025 00:00:00 +0000</pubDate><guid>https://romisugi.dev/posts/python-tips/luhn-algorithm-card-check/</guid><description>&lt;p>Working at a bank, I deal with card numbers every day. I used to just trust that users (or even myself!) would enter the right numbers before sending them off to our APIs. But after a few embarrassing errors and wasted API calls, I discovered a simple trick that changed my workflow: the &lt;strong>Luhn algorithm&lt;/strong>.&lt;/p>
&lt;p>Let me share how this little-known tool saved me time, reduced errors, and made my Python scripts automation smarter!&lt;/p></description></item></channel></rss>