Skip to content

Commit

Permalink
feat: adding wingly to the blog
Browse files Browse the repository at this point in the history
  • Loading branch information
revitalbarletz committed Jul 16, 2023
1 parent 871ba6f commit 7bf5c2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions blog/2023-04-07-wingly-compiling-wing-on-different-clouds.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
---
title: "Wing demo"
title: Demo of compiling winglang to different clouds"
authors:
- team
tags: [wingly, winglang, video]
hide_table_of_contents: true
---

Showing main language features:
1. Cloud resources as first class language citizens
2. Distributed computing primitives
3. Instant hot reloading in local simulator
4. Compilation to JS + Terraform for different clouds
More details in Github repo: https://github.com/winglang/wing
In this video from the Wingly Update, showing compilation to JS + Terraform for different clouds (AWS, GCP, Azure).
The compiler generates least privilege IAM policies and other cloud mechanics.
More details in our Github repo: https://github.com/winglang/wing

<!--truncate-->

<iframe width="560" height="315" src="https://www.youtube.com/embed/vHy1TM2JzUQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gr4ewOJGkfo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
2 changes: 1 addition & 1 deletion blog/2023-06-16-wingly-api-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags: [wingly, winglang, video]
hide_table_of_contents: true
---

In this short video, Eyal and Shai introduce an API gateway resource that lets you create HTTP endpoints for your Wing app. If you're interested in learning about how Wing enables developers to stay in their creative flow, make sure to visit us here: https://www.winglang.io/
In this video from the Wingly Update, Eyal and Shai introduce an API gateway resource that lets you create HTTP endpoints for your Wing app. If you're interested in learning about how Wing enables developers to stay in their creative flow, make sure to visit us here: https://www.winglang.io/

<!--truncate-->

Expand Down
2 changes: 1 addition & 1 deletion blog/2023-07-13-wingly-winglang-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags: [wingly, winglang, video]
hide_table_of_contents: true
---

In this clip from Wingly 12, Eyal and Mark discuss and show some improvements around how the Wing VSCode extension shows inline documentation.
In this clip from Wingly #12, Eyal and Mark discuss and show some improvements around how the Wing VSCode extension shows inline documentation.
To learn more about how Winglang is elevating the cloud experience for developers , make sure to visit us here: https://www.winglang.io/

<!--truncate-->
Expand Down

0 comments on commit 7bf5c2d

Please sign in to comment.