Serverless is already here. We know that. Even for companies that are starting their cloud journey moving to container-based platforms, they already know that serverless is in their future view at least for some specific use cases. Its simplicity without needed to worry about anything related to the platform just focuses on the code and […]
Flogo
Deploying Flogo App on OpenFaaS
OpenFaaS is an alternative to enable the serverless approach in your infrastructure when you’re not running in the public cloud and you don’t have available those other options like AWS Lambda Functions or Azure Functions or even in public cloud, you’d like the features and customizations option it provides. OpenFaaS® (Functions as a Service) is […]
Flogo Configuration: How To Master It In 5 Minutes?
Flogo Enterprise is so great platform to build your microservices and Out of the box, you’re going to reach an incredible performance number. But, even with that, we’re working in a world where each milliseconds count and each memory MB count so it is important to know the tools that we have in our hands […]
Flogo Test: Learn How To Master Tests in Flogo!
Flogo Test is one of the main steps in your CI/CD lifecycle if you are using Flogo. You probably have done it previously in all your other developments like Java developments or even using BusinessWorks 6 using the bw6-maven-plugin: So, you’re probably wondering… How this is going to be done by Flogo? Ok!! I’ll tell […]
Flogo JWT Support
OAuth 2.0 and JWT Introduction OAuth 2.0 OAuth 2.0 is a protocol that allows users to authorize third-parties to access their info without needing to know the user credentials. It usually relies on an additional system that acts as Identity Provider where the user is going to authenticate against, and then once authenticate you are […]
Flogo Performance: How performant can be your services with Flogo? (Flogo vs Python)
In previous posts, we’ve talked a lot about all the capabilities of Flogo and how to do different kinds of things with Flogo, and one message was always underlined there: performance, performance, performance… but how flogo performance is compared with other modern programming languages?
Flogo Error Handling
Introduction We’ve covered the basics of Flogo Enterprise development in the previous articles, but there is an important topic that hasn’t been discussed for now, and this is flogo error handling. We always think everything is going to work the way we plan to, and everything is going to go down the green path, but […]
Flogo Subflows: Boosting the Manteniability of Your Software
Reuse is one of the most important capabilities in Application Development and this is something that has been implemented so great in Flogo Enterprise that you’re going to be amazed how great it is. Let’s take a look at Flogo Subflows In Flogo it doesn’t exist the concept of Subflow when you create an application, […]
GraphQL Support in Flogo Enterprise
With the recent release of Flogo Enterprise 2.6 (please take your time to take a look at the release notes to know all the news that have been released), it has been included support to GraphQL. I don’t want to make a full article about what GraphQL is and the advantages that include comparing with […]
Installing Flogo Extensions
In previous posts, we’ve talked about capabilities of Flogo and how to build our first Flogo application, so at this moment if you’ve read both of them you have a clear knowledge about what Flogo provides and how easy is to create applications in Flogo. But in those capabilities, we’ve spoken about that one of […]