Blog
Microservice Discord Bots
A microservice architecture solves numerous issues that plague currentt typical library designs, namely a lack of scalability and adaptability. As well as this, they do not adequately handle constraints placed by the Discord API on the maximum number of daily identify requests, limiting a developer's testing ability.
October 5th 2024
Read Time:7 minutes
Bitwise Operators
Bitwise flags are an incredible way of efficiently storing yes/no values in a single value - helpiong to increase efficiency, especially when accessing data from an external service, such as a database or external API. This week I look at their uses, and their potential implementations.
September 20th 2024
Read Time:5 minutes