I started my career as software developer, but last four years I'm more envolved in the strategic decisions related to the companies where I worked. During this time I developed some auxiliary tools to help to take these decisions. Unfortunately these repositories are private, so I just can share some part of the information briefly.
During my journey at Flapper (biggest private marketplace of private aviation in Latin America) I developed several scripts to analyze data. Most of them related to how charter flights are requested.
We experienced a substantial increase in number of quotations so I developed a project how to use the network effect to improve the quotation accuracy. Unfortunately I didn't have time to integrate this component in our system, but I hope to improve it in future, since this kind of proprietary solution would be strong competitive advantage in the private aviation market.
Currently I'm studying future eVTOL operation and these are the project that I'm currently working on:
When you are operating with payments capture in Brazil and want to send them abroad to settle the funds abroad, it is necessary identify each transaction (according to [Law]). This kind of activity requires several information from final user and a proper implementation of KYC policy. The main flow looks like this:
[Flow diagram]
- A third party solution was required to validate CPF parameter (Brazilian social security number);
- Several other triggers were included to validate if transactions are valid to send abroad.
Unfortunately this script is private and can't be available publicly for several reasons.