All posts
Arbitrary Code Execution
This blog discusses executing arbitrary code safely and efficiently. Arbitrary code execution involves running user-provided code, posing security risks. Inspired by Docker and Linux kernel sandboxing, they upgraded the infrastructure to provide disposable environments.
API Monetisation Models an Strategies
This blog discusses API monetisation strategies, emphasising the need for a defined business model to generate revenue and maintain competitiveness. It highlights eight monetisation models: Pay-per-use, Subscription, Freemium, and more.
Best Practices for API Security
This blog emphasises the importance of API security, highlighting its critical role in enabling app interactions across devices and services. Unsecured APIs can lead to data breaches and cyberattacks, especially as systems grow with microservices and multi-cloud environments.
Benefits and Best Practices for API Pagination
This blog explains API pagination, a technique that divides large datasets into manageable pages, optimising server and user performance. Advantages include improved speed, reduced resource use, cost-efficiency, scalability, and easier error management.