Building a Serverless Web-crawler (AWS SAM)

The definition if a web crawler from Wikipedia is: A Web crawler, sometimes called a spider or spiderbot and often shortened to crawler, is an Internet bot that systematically browses the World Wide Web and that is typically operated by search engines for the purpose of Web indexing (web spidering). Which Serverless framework? When designing …

Continue reading Building a Serverless Web-crawler (AWS SAM)

Designing high scalable systems

In this post, I collected a few articles that help understand how classic web-based systems became scalable, as well as an overview of general techniques that can make the difference between a system that support 100 active users and one that supports 1 million active users. Interesting articles A couple of interesting articles describing how …

Continue reading Designing high scalable systems