Social Media Posts
Add A Prepare Commit Message To Customize Git Commits
Dec 13, 2022
If you work with any agile software or Github issues it is sometimes useful to prepend your commit message with a reference to the ticket or issue so commits can be associate with a work item.
React + Typescript onChange Event Types
Nov 18, 2021
It is useful to know the different onChange event types when working with React and Typescript
Multi line terneray expression in terraform
Oct 07, 2021
Ternary operators can be nested in terraform's HCL. This post explains how!
Conditionals In AWS Buildspec Files
Jun 11, 2021
Writing a buildspec.yml file for your Codebuild? You might need some environment specific items and could use conditionals to achieve that