<?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: Tuấn Anh</title>
    <description>The latest articles on DEV Community by Tuấn Anh (@vesviet).</description>
    <link>https://dev.to/vesviet</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%2F1552279%2F3c8967c3-8340-4362-a0bf-f4663d852a2a.jpg</url>
      <title>DEV Community: Tuấn Anh</title>
      <link>https://dev.to/vesviet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vesviet"/>
    <language>en</language>
    <item>
      <title>The Landscape of Core Banking Developers: Building Financial Systems from Scratch</title>
      <dc:creator>Tuấn Anh</dc:creator>
      <pubDate>Sat, 06 Jun 2026 15:17:38 +0000</pubDate>
      <link>https://dev.to/vesviet/the-landscape-of-core-banking-developers-building-financial-systems-from-scratch-5118</link>
      <guid>https://dev.to/vesviet/the-landscape-of-core-banking-developers-building-financial-systems-from-scratch-5118</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;This post is the Executive Summary of my 8-part long-form series: *&lt;/em&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/" rel="noopener noreferrer"&gt;Learning Path to Become a Core Banking Developer&lt;/a&gt;** originally published on my blog.*&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Who is a Core Banking Developer?
&lt;/h2&gt;

&lt;p&gt;A &lt;strong&gt;Core Banking Developer&lt;/strong&gt; is a software engineer responsible for building, operating, and extending the system that processes all of a bank's core financial operations — from managing accounts, processing money transfers, and calculating interest rates, to ensuring every single penny is recorded with absolute accuracy.&lt;/p&gt;

&lt;p&gt;Unlike a typical developer, a mistake for a Core Banking Developer doesn't just mean a 404 error page — it means &lt;strong&gt;customers' money being lost, duplicated, or the general ledger becoming unbalanced&lt;/strong&gt;. This intense pressure defines their entire approach to writing code and designing systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is this field special?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Absolute Accuracy
&lt;/h3&gt;

&lt;p&gt;In regular software development, "eventual consistency" is often acceptable. In Core Banking, &lt;strong&gt;a transaction either completely succeeds or does not happen at all&lt;/strong&gt;. There is no in-between state. This is why ACID database transactions are an indispensable foundation.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Extremely High Concurrency
&lt;/h3&gt;

&lt;p&gt;Millions of users can perform transactions simultaneously within the same second. The system must handle concurrency without allowing race conditions that could lead to incorrect deductions or double credits.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Compliance and Legal Requirements
&lt;/h3&gt;

&lt;p&gt;Every action in a Core Banking system must have an audit trail. The State Bank, tax authorities, and international organizations reserve the right to review the entire transaction history at any given time.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Knowledge Map of a Core Banking Developer
&lt;/h2&gt;

&lt;p&gt;If you want to transition from a regular backend engineer to a financial systems architect, you need to bridge both domain knowledge and heavy technical architecture.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;┌─────────────────────────────────────────────────────────────────┐
│                   CORE BANKING DEVELOPER                        │
│                                                                 │
│  DOMAIN KNOWLEDGE          TECHNICAL SKILLS                     │
│  ─────────────────          ────────────────                    │
│  • Double-Entry (GL)       • Database (ACID, Locking)           │
│  • CASA (Deposits)         • Distributed Transactions           │
│  • Lending (Credit)        • Event-Driven Architecture          │
│  • Payments &amp;amp; Clearing     • API Design (REST/gRPC)             │
│  • Trade Finance           • Security &amp;amp; Encryption              │
│                                                                 │
│  STANDARDS &amp;amp; PROTOCOLS     ARCHITECTURE PATTERNS                │
│  ─────────────────────     ─────────────────────                │
│  • ISO 8583 (Card/ATM)     • Saga Pattern                       │
│  • ISO 20022 (SWIFT)       • Outbox Pattern                     │
│  • BIAN Framework          • CQRS &amp;amp; Event Sourcing              │
│  • PCI-DSS                 • Idempotency Keys                   │
└─────────────────────────────────────────────────────────────────┘
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The Market Landscape
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Popular Core Banking Systems
&lt;/h3&gt;

&lt;p&gt;To understand the ecosystem, here are the dominant legacy and modern systems you will encounter in the banking industry (with examples of adoptions in regional markets like Vietnam):&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;System&lt;/th&gt;
&lt;th&gt;Core Technology&lt;/th&gt;
&lt;th&gt;Banks Using It&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Temenos T24&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Java, jBASE/BASIC&lt;/td&gt;
&lt;td&gt;Techcombank, VPBank, MB Bank, Sacombank&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Oracle Flexcube&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Java EE, Oracle DB&lt;/td&gt;
&lt;td&gt;VietinBank, BIDV&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Infosys Finacle&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;Agribank (Under deployment)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;In-house (Custom)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Go, Java, Kotlin&lt;/td&gt;
&lt;td&gt;MoMo, ZaloPay, VCB Digibank&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Next-Generation Trends
&lt;/h3&gt;

&lt;p&gt;Digital banks and fintechs are no longer purchasing off-the-shelf monolithic Core Banking systems — they are &lt;strong&gt;building their own Core Banking systems using Microservices&lt;/strong&gt;. This represents a massive opportunity for full-stack developers with a mindset for distributed systems.&lt;/p&gt;




&lt;h2&gt;
  
  
  Ready to dive deeper?
&lt;/h2&gt;

&lt;p&gt;This was just the executive summary. If you want to actually build these systems, I have written a complete step-by-step roadmap for developers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-1-double-entry-ledger/" rel="noopener noreferrer"&gt;Part 1 — The Double-Entry Ledger Foundation&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;(The mental foundation you cannot skip)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-2-banking-domain-casa-lending/" rel="noopener noreferrer"&gt;Part 2 — Core Banking Domain: CASA &amp;amp; Lending&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-3-database-transactions-acid/" rel="noopener noreferrer"&gt;Part 3 — Database Design for Financial Transactions&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-4-modern-core-banking-architecture/" rel="noopener noreferrer"&gt;Part 4 — Modern Core Banking Architecture&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-5-iso-standards-integration/" rel="noopener noreferrer"&gt;Part 5 — International Integration Standards (ISO 8583)&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-6-security-compliance-audit/" rel="noopener noreferrer"&gt;Part 6 — Security, Compliance &amp;amp; Audit&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/part-7-build-mini-core-banking/" rel="noopener noreferrer"&gt;Part 7 — Build a Mini Core Banking System from Scratch&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://tanhdev.com/series/core-banking-developer/" rel="noopener noreferrer"&gt;Read the full 8-part series on my blog&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm Lê Tuấn Anh, a Go Backend Architect specializing in microservices migrations and financial platforms. If you found this useful, let's connect on &lt;a href="https://www.linkedin.com/in/vesviet" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>architecture</category>
      <category>microservices</category>
      <category>systemdesign</category>
    </item>
  </channel>
</rss>
