Recently, I wanted to order a new business card for myself and while Googling I came across dozens of startups that produce digital business cards.…
This is my cloud journey
Recently, I wanted to order a new business card for myself and while Googling I came across dozens of startups that produce digital business cards.…
With the growing popularity of the Fediverse, I decided to take a look at what this decentralized social network has to offer for developers. I…
As an AWS Community Builder, I realized that in small countries like Hungary, it’s a challenge to find local AWS events. Most of them are…
AWS Lambda Function URLs are a great thing that fits seamlessly into AWS’s serverless vision. Combined with S3 static hosting and CloudFront, it is the…
In a traditional hosting environment, you have to guess infrastructure needs, usually couldn’t afford to test at scale, could not justify experiments, sometimes have a…
You’ve just received you’re shiny new Mac with an Apple silicon processor – like the M1 – and would like to install the AWS CLI.…
You probably heard a lot of good things about AWS and would like to start (or move) your WordPress site there, but you find it…
As of today, AWS offers over 200 products and services with its own, unique name and functionality. Getting familiar with them is not an easy…
Now that our Amazon API Gateway is up and running it is crucial for us to detect any errors or misusage. Our Lambda functions already…
Declaring variables in the source code is ideal when we would like to use them inside that specific source file. Let’s say we have multiple…