Upgrading RDS MySQL 8.0 to 8.4 broke our auth and the “easy fix” is gone
AWS sent the end-of-support email for MySQL 8.0. Upgrade to 8.4 or pay for Extended Support. I assumed this was a snapshot-and-click job. It took most of a week, almost…
A developer's blog on frontend & backend systems, APIs, Cloud, AI and scalable tech.
AWS sent the end-of-support email for MySQL 8.0. Upgrade to 8.4 or pay for Extended Support. I assumed this was a snapshot-and-click job. It took most of a week, almost…
Your AWS bill is too high. Here is exactly what to do about it. EC2: S3: CloudFront: RDS: Conclusion:
Problem: Users were hitting Submit and waiting 2-3 seconds. Not because our DB was slow but because our controller was doing too much inline: sending emails, firing Slack notifications etc…
Running Rails 5 on AWS EC2, Bundler, Sidekiq & PostgreSQL. The Problem We had logs. We had uptime checks. But we had to figure out which endpoint is slow, why…
Our APIs were getting slow, servers were overloading under peak traffic and we had occasional downtime. Here is what we did to fix it. Why we needed this? 1. Add…
If Jenkins is exposed to the internet then it is a nightmare. Open ports, brute-force attempts, credential stuffing, it is a target the moment it is reachable. So, I needed…
So I recently set up a Jenkins server on AWS from scratch. I configured the EC2 instance, installed all the dependencies and set up the CI pipeline. I’m documenting everything…
What is CloudTrail? AWS CloudTrail is a service provided by AWS that one can use for operational and risk auditing, governance, and compliance of the AWS account. Actions taken by…
Create account on Twilio Flex for free. https://www.twilio.com/flex After creating account with Twilio Flex, create a new project. You will find various type of project in Twilio. Select Flex option.…
If you don’t know anything about QuickBooks, you are at right place. I will take you through each and every step necessary for implementing Intuit’s QuickBooks Online(QBO) API in RESTFUL…