• Projects

    Vibe Coding: How I Built a Trading App in Flow Mode

    Introduction: When Coding Feels Like a Conversation There’s a new trend sweeping through the developer community called vibe coding — and it’s changing the way people build applications.Instead of wrestling with lines of code in isolation, you co-create with an LLM (Large Language Model) like ChatGPT, Claude, or Gemini, iterating in real time based on the “vibe” of your project. Recently, I took this approach to a whole new level by vibe coding a trading application using the Interactive Brokers API (IBAPI). The result? A functional Windows-based trading app, complete with live market data, order management, and integration with my…