AKALBERT KENYI APAZA CCALLEinalbertapaza.hashnode.dev·Sep 4, 2024 · 4 min readOther Visualization Tools: StreamlitIntroduction In the realm of data visualization, Streamlit has emerged as a powerful and user-friendly tool for creating interactive web applications. Designed to facilitate rapid prototyping and deployment of data-centric applications, Streamlit sim...02WM
AKALBERT KENYI APAZA CCALLEinalbertapaza.hashnode.dev·Jul 5, 2024 · 3 min readTesting Management Tools comparative : GitHub ActionsIntroduction GitHub Actions serves as a continuous integration and continuous deployment (CI/CD) platform automating tasks like build, test, and deployment within a GitHub repository. Workflows can be configured to trigger specific actions whenever e...00
AKALBERT KENYI APAZA CCALLEinalbertapaza.hashnode.dev·Jun 8, 2024 · 4 min readApi Testing Frameworks Assertible and show code real world examplesIntroduction Ensuring the reliability and stability of web services is a critical concern for modern software development teams. Assertible, a powerful yet easy-to-use tool, simplifies the process of automated testing and monitoring of APIs and web a...00
AKALBERT KENYI APAZA CCALLEinalbertapaza.hashnode.dev·Apr 23, 2024 · 6 min readBehavioral patterns : Chain of ResponsibilityAbstract The Chain of Responsibility design pattern, also known as Chain of Command, is a powerful tool in the arsenal of software designers. This behavioral pattern allows requests to be passed along a chain of handlers, each of which decides whethe...00