How Tech Folks Use AI at Work — Poll & Insights
Top
Top
2025-05-03
2025-05-03
insights
insights
tags
AI,
productivity,
developer-tools
On 3 May 2025 I asked my tech network on X:
“If you work in tech, do you use AI in your job?
Please vote and (if you can) reply with the tools you use.”
Transforming an Idea to an MVP
Top
Top
2023-02-25
2023-02-25
projects
projects
tags
architecture,
serverless,
code
For quite some time, my friend Essam and I had been toying with the idea of pairing up on a live project. Despite our differing backgrounds—I primarily work on web-based backend applications and design solutions, while Essam's expertise lies in optimizing mobile applications—we believed our combined skill sets could generate something truly unique.
Calling 3rd party APIs using EventBridge API Destinations
Top
Top
2021-09-15
2021-09-15
code
code
tags
aws,
serverless,
sam,
eventbridge
EventBridge is one of the powerful tools in the AWS toolbox when you move towards loosely coupled / event-driven architectures.
In this blog post, I would like to explain by example one of my use cases of EventBridge using API Destinations .
Serverless mini bootcamp
Top
Top
2020-09-27
2020-09-27
serverless
serverless
tags
serverless,
architecture,
aws,
lambda,
fargate,
api gateway,
dynamodb
This is a collection of free courses to get you started with Serverless.
Using presigned URLs with AWS Chalice
Top
Top
2020-05-16
2020-05-16
serverless
serverless
tags
serverless,
chalice,
aws,
lambda,
s3
In this post we will see how aws allows us to allow users to upload and download files directly to and from s3 bucket using pre-signed URLs.