Systems | Development | Analytics | API | Testing

The Neobanking Tech Stack in 2026: A Complete Architecture Deep Dive

Here’s the uncomfortable truth. You don’t just choose a neobank technology stack, you commit to it. And that commitment compounds over time. In 2026, most fintech teams are no longer debating cloud native or API first, that part is settled. The real question is alignment. Does your architecture actually match your business model, your licensing path, and your scale ambitions? Because once you grow, changing your stack is not a simple rewrite.

Qlik Live Stream Friday: Choose Your Champion 2026

Join Ouadie Limouni and Mike Tarallo on this week's Qlik Live Stream Friday for a look at Choose Your Champion 2026, an interactive World Cup prediction experience powered by. Ouadie will walk through the application, highlighting how machine learning, interactive analytics, and conversational were combined to create a unique fan experience for World Cup 2026 predictions.

Fixing 403 auth errors when you replay traffic

Trigger warning: this one is about Java, authentication, and Docker Compose files. If that is not your thing, I am sorry, but they are part of life and they are honestly not that hard to work with. Everything here is open source on our GitHub repo, so you can follow along. Recording an authenticated Java flow, replaying it, hitting the dreaded 403, and fixing it with a proxymock recommendation.

Capture once, test forever

We’ve gotten used to understanding our applications through signals, summaries, and traces. Tiny little bits of information about how the app really works. Not because that’s the best way to do it, but because it’s been too hard to get the real thing. The real information exists. It’s on the network. How people called your app and what your code did. What other systems it called, the database queries it made, and the result sets that came back.

The Numbers You Can't Trust: Why multi-entity finance has a data problem - and what CFOs are doing about it.

The board asks a question. You know the answer, roughly. But "roughly" is not what you say in a board meeting. So you confirm later. Three days later, the board has moved on. This is not a knowledge problem. It is a data infrastructure problem. This whitepaper is about that problem, and the CFOs who fixed it without replacing a single ERP.

WebSocket reconnection in AI agents: transport recovery vs. session recovery

Your AI agent is mid-task, waiting on the result of a search tool call it made 30 seconds ago. The user is watching a spinner. Then a network blip drops the connection. The application reconnects in under a second, fast enough that most monitoring wouldn't flag it. But the tool call result that came back during the gap is gone, and so are the 200 tokens the agent generated before the silence began. The reconnect succeeded - but the session didn't.

UAT Testing Software: Top Picks That Work In 2026

Passing automated tests doesn’t always mean your software is ready for users. Many issues only surface when business stakeholders interact with the product in real-world scenarios and validate it against actual requirements. That’s where UAT testing software comes in. It helps teams manage test cases, collaborate with stakeholders, track defects, and streamline the final approval process before release.