Posts by Gustavo Pinatti • 103 points
2 posts
-
0
votes0
answers5
viewsQ: AWS - Local testing with cdk
I recently started developing a serverless application using AWS CDK with typescript. It’s a much better option than doing everything via console because I can host the code in a repository and the…
-
10
votes1
answer130
viewsQ: Functionality of ":" in C#
Recently I was developing a C# application with Visual Studio and I came across a somewhat unusual situation: public void Upload(object model) { FOO: var text = "teste"; } In the code, FOO: does not…