Become a sponsor to Emerson Delatorre
Who am I?
I am a backend engineer that loves to architect systems, create new DevTools, and automate processes. I am currently working at Avanade.
Topics that I am especially interested in:
- Python
- .NET
- DevTools;
- Automation;
- Software architecture;
I like to speak and share knowledge. I speak mostly in tech conferences and on my YouTube channel. Here.
I am an open-source advocate that believes in the power of tech communities.
PyFlunt
Currently, my main project is the PyFlunt. Flunt is a way to implement a notification pattern in your application to centralize errors and changes in certain actions and entities.
Flunt was born out of two needs: implementing the Domain Notification Pattern to replace domain-level exceptions in the application and reducing the amount of IFs (complexity) by using a contract-based approach.
Thus, basically what Flunt does is add a list of Notifications to your class and various methods to interact with it.
Sponsorship
By funding my work, you'll be funding the maintenance and development of the whole PyFlunt, you can check in the Repo
Besides, you'll be funding also my knowledge sharing. To create more content, give more talks, and help at conferences. And also, of course, helping in other open-source projects written in Python/.NET that might need help.
Featured work
-
fazedordecodigo/PyFlunt
Python implementation of Domain Notification Pattern
Python 130