Securing Your APIs: A Practical Guide to Robust API Security Testing

The purpose of API security is to ensure that API requests are authenticated, authorized, validated, and cleansed while the service is under load. API security differs from ordinary web servers in that a modern application or service has various API endpoints that use multiple protocols and request formats. Still, typical web servers only need to …

Securing Your APIs: A Practical Guide to Robust API Security Testing Read More »

Setting Up a Go Development Environment on Linux: From Basics to Web Scraping

There’s a story that goes like this: Developers at Google designed Go while waiting for other programs to compile. Traditional languages are so slow to compile that it forced Google employees to make their own language, and make their own language they did! The results are quite astonishing. Since go was designed to run on …

Setting Up a Go Development Environment on Linux: From Basics to Web Scraping Read More »