Skip to main content

Juan Quintana Gomez

Juan is a .Net and web developer with 14 years of experience with C# and Microsoft technologies. He is a recursive professional with a critical and competitive attitude. Juan has worked with Scrum and Agile methodologies. In his last projects, Juan was responsible for being a senior developer and working as a leader. Juan is proactive, creative, and accountable, capable of generating solutions to business problems.

Blogs from this Author

C58e848e Df64 4673 8c48 Bed3faab66b6 233043597

Turn Your Database into a Smart Chatbot with Azure OpenAI, LangChain, and ChromaDB

Abstract In recent years, language models and AI have reshaped how we interact with data. Yet, a significant portion of business knowledge still resides in relational databases (highly structured but not exactly user-friendly for those unfamiliar with SQL). So what if you could query that data using natural language, as if you were speaking to […]

Ai Or Artificial Intelligence Concept. Businessman Using Computer Use Ai To Help Business And Used In Daily Life, Digital Transformation, Internet Of Things, Artificial Intelligence Brain, A.i.,

Intelligent Agents with n8n: AI-Powered Automation

Abstract We live in a time when automating processes is no longer a luxury, but a necessity for any team that wants to remain competitive. But automation has evolved. It is  no longer just about executing repetitive tasks, but about creating solutions that understand context, learn over time, and make smarter decisions. In this blog, […]

Abstract Sphere

Computational Complexity Theory

Computational complexity studies the efficiency of algorithms. It helps classify the algorithm in terms of time and space to identify the amount of computing resources needed to solve a problem. The Big Ω, and Big θ notations are used to describe the asymptotic behavior of an algorithm as a function of the input size. In […]