• TypeScript: Adding Prettier to an AWS CDK Project

    3 min read

    AWS CDK TypeScript prettier

    Maintaining clean and consistent code is crucial for every project, and tools like prettier can help make it effortless. Prettier is a code formatter that supports a wide variety of languages, including TypeScript. By integrating it into your project's workflows, you can ensure that your code stays consistently formatted, enhancing readability and reducing code review friction.

    17/09/2024

    Read more...
  • AWS CDK TypeScript: Building a custom Construct library

    5 min read

    cdk library npm typescript

    The AWS Cloud Development Kit (CDK) makes it easy to define cloud infrastructure using familiar programming languages. One of the strengths of CDK is its ability to define reusable constructs.

    16/09/2024

    Read more...
  • TypeScript: Adding Linting to an AWS CDK Project

    2 min read

    AWS CDK TypeScript Linting ESLint

    When building a robust infrastructure using AWS CDK in TypeScript, maintaining clean, consistent, and error-free code is critical. One way to ensure your codebase stays maintainable is by incorporating a linter, such as ESLint. Linting helps catch syntax issues, enforce coding standards, and maintain overall code quality throughout your project.

    11/09/2024

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets
tags related to this category