Strategies and Considerations for Implementing Account Balances in Financial Applications

When building an application that requires a wallet system to handle financial operations, one of the questions developers face is how to store wallet or account balances. In this blog post, we would go over some ways these could be represented in software systems and consider the trade-offs of each approach.

Training the Next Generation of Developers with She Code Africa

A chance encounter on social media led me to being a back-end facilitator for the She Code Africa Academy, teaching Git, NodeJS, Express and empowering aspiring female developers. Now, I am even more passionate about developer education and the supportive communities it fosters.

Processing Webhooks From Multiple Origins Using Laravel

Most tutorials on processing webhooks in laravel applications assume that your application is expecting webhooks from one origin. In this tutorial, you are going to learn how to process webhooks from multiple origins while keeping your application as performant as possible.