Technically Feasible

Technically Feasible

Confessions of an Enterprise Software Developer








πŸ”—

Mastering AWS CDK Aspects

CDK Aspects are a powerful tool provided by the AWS Cloud Development Kit (CDK). They are utilizing the Visitor Pattern. By applying a CDK Aspect to a specific scope, you get access to every child node within it. You can inspect them or alter them.

blog.jannikwempe.com


πŸ”—

JavaPoet

JavaPoet is a Java API for generating .java source files. Source file generation can be useful when doing things such as annotation processing or interacting with metadata files (e.g., database schemas, protocol formats).

github.com