I was using pulumi with Python and now migrating some stuff to typescript, any suggestions for a newcomer in typescritp?
c
clever-sunset-76585
02/01/2023, 2:30 PM
I recommend looking at the examples repo (https://github.com/pulumi/examples) and generally using the Pulumi Docs website (https://pulumi.com/docs). Many of the core concepts are represented in a multi-language way which makes it easy to see how something is written in each of the supported languages.
As for general TypeScript stuff, I think the official docs website for TS does a good job of explaining everything you can do with that language. They also have a live playground site that you can use to practice small code snippets.
https://www.typescriptlang.org/docs/https://www.typescriptlang.org/play
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.