Python Software Engineer (Remote)

As a Backend Software Engineer, you will be developing our event-based middleware to integrate with several financial REST APIs, utilising a domain-driven design approach. You will work directly with Architects and Business Stakeholders to explore and … Read more

Similar

Locking Mechanisms in Python Scripts

Today, I wanted to create a basic locking mechanism in Python to prevent certain commands/functions from running concurrently. I have an script that runs inside of a CI/CD pipeline but it can also be triggered manually. The problem is that certain command... (more…)

Read more »