Interacting with Cloud services is rarely a tactile experience. You write some code, run some command...
Occasionally, you'll do something that you think you've done dozens of times before and are then...
Lambda@Edge is one of two ways to run custom code as part of the request flow in CloudFront. In...
Like many organizations, tecRacer uses HubSpot as a CRM. Integrating Hubspot with other (internal)...
I usually rely on Infrastructure as Code to build my solutions - usually, not always. In my AWS...
Decisions about running a company are rarely made based on individual transactions. Instead, business...
In a recent Developing on AWS training, I taught my students the basics of DynamoDB. I usually do...
The TPC-H dataset is commonly used to benchmark data warehouses or, more generally, decision support...
If you're trying to use Apache Airflow to copy large objects in S3, you might have encountered issues...
I've been using the AWS console with the Firefox Developer tools open recently for totally innocent...
I'm fairly skeptical about GenAI. I've managed to stay away from all the copilots so far and try to...
A few years I got a Casio F-91W watch (Wikipedia). I was looking for something that can double as a...
I currently have some time on my hands and decided to dive deeper into the AWS Skill Builder....
Mergers and acquisitions are usually decided at the top of the corporate hierarchy and eventually...
Thanks to some EU regulation or because out of the goodness of their hearts, Amazon now allows you to...
Almost 7 years ago, I treated myself to a nice pair of wireless headphones. I bought the Sennheiser...
IAM Identity Center, formerly AWS SSO, is often used as an access management solution in front of one...
It's probably not a surprise that (almost) everything Amazon Web Services offers is accessible...
In a recent post, I‘ve shown you how to add HTTP Basic Authentication to the Serverless Dash app....
S3 is a great way to store your data in AWS, and it has many integrations with other services. That's...
After working on my Chromebook a few weeks ago, it's time to turn to another Notebook that needs...
In a recent post explained how to set up a Dash app in a completely serverless manner. If you haven't...
In 2017 I got my brother a Chromebook as a lightweight computer for traveling. I chose the Acer...
Today I'm going to show you how to deploy a Dash app in a Lambda Function behind an API Gateway. This...
Recently I’ve been engaged in my first reinforcement learning project using Ray’s RLlib and...
Filtering medium to large amounts of data to extract a relevant subset is a very common task in any...
The resource API in boto3 is a higher-level abstraction that lets you interact with AWS services in a...
"Everything fails all the time" has been preached to us by Werner Vogels for a few years now. Every...
The credentials attached to an IAM user are long-lived, which means a combination of access key id...
Working with datasets in pandas will almost inevitably bring you to the point where your dataset...