tags:

2023-07-10
Broken Object Level Authorization: A Critical Security Vulnerability
Broken Object Level Authorization is a critical security vulnerability that can have severe consequences for an application. In this article, we will explore what Broken Object Level Authorization is, why it is a problem, and how to mitigate it. We will also provide a simple Python REST API example to demonstrate the impact of this vulnerability.
2021-01-05
Streaming Data and Deferred Dataweave
Processing data in an Enterprise environment frequently involves very large files. In a traditional approach, processing these files can involve issues around memory and time as it involves first downloading the entire file, attempting to load the entire file into memory to work on, and then saving the whole file to output. Instead of taking this old-fashioned approach, we can utilized data streaming and deferred DataWeave processing in order to streamline this process.
2020-09-15
CI/CD with MuleSoft
Demo video of CI/CD with MuleSoft and link to hands on lab.