Category: Uncategorized

(Probably) my most complex line of code ever written

One line of code I am going to present here is one of the most complex line of code that I might have ever written…


Programming languages playground

It’s summer. Day is sunny and all the kids went out to play. They all gathered at playground enjoying the beautiful day and we’re now going to describe some of them…


Programming to the people

My vision is simple. My vision is that my boss, gets fired….


Allow access to whole S3 Bucket to IAM user

It took me a while to figure this out. Googling helped, but the answers are not obvious. So, you have IAM user and you want to grant that user complete read-write access to some bucket. Catch is that you need two statements to achieve this. Here is full bucket policy (just replace “YourIAMUser” and “YourBucketName”…