The Hidden Cost of Perfect Code
Finding the balance between code quality and productivity During a previous project setup, I found myself deep in ESLint configuration files, fine-tuning rules and debating the merits of various code style choices. This experience got me thinking about the balance between code quality tools and development velocity.
Posted in TechnologyNode.js Version Causing JSON Parse Errors: A Solution
Unexpected JSON error Happy 2025! Starting the year by sharing a solution that might save you some debugging time.
Posted in TechnologyScalable AI Solutions: Building Cloud-Native RAG Systems for Enterprise FinTech
RAG System Introduction
Retrieval-Augmented Generation (RAG) is revolutionizing how financial institutions handle data and generate insights. This guide will walk you through building a cloud-native RAG system for enterprise FinTech applications.
Posted in TechnologyBridging Diagrams and Code: A Journey with PUML and Graphviz
Diagram and Code Hybrid In the forever complex world of software development, diagrams serve as vital tools for visualization, planning, and communication. However, the traditional approach to diagram creation often results in static images that are difficult to update and maintain alongside dynamic codebases. Addressing this challenge, an innovative hybrid method utilizing PlantUML (PUML) for complex state diagrams and Graphviz for simpler illustrative diagrams emerges, is an efficient and long-term solution.
Posted in TechnologyUnleashing the Power of Serverless with Cloudflare
Serverless Cloudflare As a developer constantly on the lookout for ways to streamline application deployment and management, I’ve found the marriage between the Serverless framework and Cloudflare’s capabilities to be a match made in the cloud. Below, I walk through the process of deploying a serverless function on Cloudflare with tangible code examples, demonstrating how this powerful duo can make your development process more efficient.
Posted in Technology