How to Build a Modern MCP Server with WebSocket: Step-by-Step Guide for Cloud-Native IntegrationsJul 7, 2025·3 min read
Observability Practices in Modern Applications: Example Using AWS CloudWatchIntroduction As modern software systems grow in complexity and scale, maintaining visibility into their health and behavior becomes a critical challenge. This is where observability comes in — empowering teams to detect, diagnose, and resolve issues ...Jul 7, 2025·4 min read
TeamCity for CI/CD: A Comparison with CircleCI and JenkinsIn this article, we will explore TeamCity, a robust and versatile continuous integration/continuous delivery (CI/CD) tool. We will compare it to other popular CI/CD platforms, namely CircleCI and Jenkins, analyzing their key features, advantages, and...Dec 3, 2024·4 min read
Article on Karate for API Testing: Comparison with Pytest and SuperTestIntroduction In today's fast-paced software development environment, ensuring the reliability of Application Programming Interfaces (APIs) is crucial. Automated API testing frameworks have become essential tools for developers and testers to validate...Nov 29, 2024·5 min read
Bandit App: Static Security Analysis for Python ApplicationsIntroduction La seguridad en el desarrollo de software es un aspecto crítico que no puede pasarse por alto, especialmente en un mundo donde las amenazas cibernéticas son cada vez más sofisticadas. Una de las herramientas más efectivas para abordar es...Oct 4, 2024·3 min read
MVC: An Effective Approach to Enterprise Application DesignIntroduction The Model-View-Controller (MVC) architecture pattern is one of the most widely used in web application development. This pattern helps separate application logic into three fundamental components: Model, View, and Controller. This separa...Sep 30, 2024·4 min read
Deploying an application with VercelDeploying web applications is an essential skill for any developer. In this article, we are going to cover the process of deploying a Flask web application in Vercel, the application will be a university average calculator. Previous requirements Pyt...Jul 8, 2024·4 min read
API architecture styles using SOAPBasic Concepts SOAP is based on the XML language, which is used to define the structure of the message that is exchanged. The XML language allows SOAP to describe the content of the message in a standard way, making it easier for different applicatio...Jun 12, 2024·1 min read