Generation code with AWS CodeWhisperer
Abstract In recent years, multiple solutions have emerged on the market that aim to increase the productivity of engineers. These solutions provide features such as highlighting, autocompletion, a...
Abstract In recent years, multiple solutions have emerged on the market that aim to increase the productivity of engineers. These solutions provide features such as highlighting, autocompletion, a...
Abstract In this blog post, we will explore how to use Amazon Elastic Container Service (ECS) Fargate to inventory cluster resources, decrease costs and reduce billing. By implementing a few simpl...
Topic operations: Create topic Change partitions number (can only add more) Delete a topic List all topics Describe all the topics List topics with overrides(configs added to the defau...
Abstract Git provides the possibility to add a signature to each commit. By doing this you instrument you version control system with instructions to verify the identity of the person who performe...
Abstract Apache Kafka provides a variety of ways to connect its topics with external systems (to use as sources or sinks). One of them is Connect API. Here is example how to set up and configure c...
Abstract The Branch is a special labeled marker that allows you to switch back or forward to some particular state of your repository. I.e. branch is just a reference that is pointing to some dedi...
The Illusion of Git Diff Git stores the full latest snapshot of the entire file when you modify the file and perform commit operations. There are NO diffs of modified lines that are stored on the f...
Why AWS, and not other cloud providers certification? Based on the regularly reported statistics [1] Gartner’s report, AWS is staying as the leader in the global cloud competition. The number of c...
In this article, I will do an overview on how to apply git hook logic to automatically build and publish in background Jekyll Blog site once git push command is triggered. Git Hooks is a powe...