Fundamentals of Game Design: the Stages of Developing Video Games

Designing a video game involves multiple and complex stages. From the inception of an idea to the presentation in the market, it is a massive collaboration of efforts.  This objective piece intends to create exposure to these fundamentals at every stage. During its creation, initial ideas are explored that then develop into more comprehensive concepts …

Fundamentals of Game Design: the Stages of Developing Video Games Read More »

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 »