As the name suggests, mask-words-in-image can mask words in an image file. User specifies which words should be masked, it can be any combinations of the following three types.
Category: Cloud
Use ChatGPT to check software bugs?
In my previous blog Why you need CodeGuru, I mentioned that how I used CodeGuru to detect a high severity bug in a piece of Python code. Just out of curiosity, I am wondering what ChatGPT is going to tell me about the same code.
Why you need CodeGuru?
AWS CodeGuru is a developer tool that provides intelligent recommendations to improve code quality and identify an application’s most expensive lines of code.
AWS Config Advanced Query Supported Regions
Today I learned that Advanced Query does not support all regions.
CodePipeline Output artifact format – Full clone
Something that I learned Today - I was working a CodePipeline pipeline which gets the source codes from a CodeStar connection that was built to a Bitbucket Cloud workspace. And in the following stage, I needed to get the git commit history of that repository. As shown below CodePipeline does not keep the git metadata … Continue reading CodePipeline Output artifact format – Full clone