Tiago
Tiago
https://learn.hashicorp.com/terraform/cdktf/cdktf-build-ts https://github.com/hashicorp/terraform-cdk Advantages are: - Terraform has a much larger user base than Pulumi and is the goto for IAC - Terraform doesn't require an account Terraform providers are supported...
RDS & Fargate replacement - https://devcenter.heroku.com/articles/using-terraform-with-heroku - https://www.pulumi.com/docs/guides/adopting/from_terraform/ Cloud Front replacement - https://www.terraform.io/docs/providers/netlify/index.html
npm v7 is out. It should support workspaces. `npm install` is only installing root packages though. It's ignoring workspaces - https://github.com/npm/rfcs/blob/latest/implemented/0026-workspaces.md - https://blog.npmjs.org/post/621733939456933888/npm-v7-series-why-keep-package-lockjson - https://stackoverflow.com/questions/37485787/how-to-run-npm-install-without-changing-working-directory
**Describe the bug** Multiple errors when run in the browser for Expo mobile. **To Reproduce** Steps to reproduce the behavior: 1. `yarn start` from root 2. Navigate to http://localhost:19002/ 3....
**Is your feature request related to a problem? Please describe.** https://github.com/tiagob/create-full-stack/issues/130
CRA uses lerna and lerna-changelog https://github.com/facebook/create-react-app/blob/f5c3bdb65480f93b2d4a4c2f3214fc50753de434/lerna.json https://github.com/facebook/create-react-app/blob/f5c3bdb65480f93b2d4a4c2f3214fc50753de434/package.json#L34-L35 Other options in https://github.com/lerna/lerna#independent-mode Pulling this out from #40
https://reactnavigation.org/docs/testing/
Integrate with CD Example: https://github.com/tiagob/weather/blob/master/app/deploy.sh