agibalov.io - Andrey Agibalov

Description: Blog of Andrey Agibalov - posts on software engineering.

Example domain paragraphs

When people read about SOLID, they tend to think that SOLID is about writing the better code. It’s not. SOLID is about shaping the developer’s thoughts and revealing the uncertainties.

S3 is a popular choice when you want to host a static website. Often, “a website” means a public website. But not all websites are made to be public. If you tried googling the options to restrict access to the website, you’ve probably seen the recipes like restricting based on IP addresses or even 3-rd party services .

IP address-based approach doesn’t work for me, because I often work from home and I definitely don’t want to whitelist my ISP’s subnets. The 3-rd party services are by default to be avoided when it’s about security. So I had to look for alternatives.