Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,55 +359,55 @@ sections:
tweets:
- source: twitter
username: "@BryanMigliorisi"
avatar: https://pbs.twimg.com/profile_images/752334791782039552/BsVNGBaV_200x200.jpg
avatar: /images/home/social/bryanmigliorisi.jpg
link: https://twitter.com/BryanMigliorisi/status/1450123026901651460
text: |
There is no way around the fact that devops is complicated but @PulumiCorp is a game changer for me. Blows away CloudForamtion, TerraForm, CDK, etc.
- source: twitter
username: "@justedagain"
avatar: https://pbs.twimg.com/profile_images/1576905831626440706/wigR9_hF_200x200.jpg
avatar: /images/home/social/justedagain.jpg
link: https://twitter.com/justedagain/status/1583063827524251649
text: |
The developer experience of Pulumi is just sublime. As a prior Terraform user, the grass is substantially greener on this side. I'm so glad I made the switch two years back. Using Terraform for my current use case would be a massive downgrade.
- source: twitter
username: "@hossambarakat_"
avatar: https://pbs.twimg.com/profile_images/1578466430739271681/FZnNwxcA_200x200.jpg
avatar: /images/home/social/hossambarakat.jpg
link: https://twitter.com/hossambarakat_/status/1357640859018162176
text: |
Give Pulumi a shot and you will never look back @PulumiCorp
- source: twitter
username: "@ddoomen"
avatar: https://pbs.twimg.com/profile_images/1591057460940480517/d0xy4n3b_200x200.jpg
avatar: /images/home/social/ddoomen.jpg
link: https://twitter.com/ddoomen/status/1644343201459740673
text: |
Deploying cloud resources using @PulumiCorp is just amazing. Why would anybody bother with JSON, YAML or some other DSL?
- source: twitter
username: "@Meliora245"
avatar: https://pbs.twimg.com/profile_images/1536753333972525056/WN2SVAmq_200x200.jpg
avatar: /images/home/social/meliora245.jpg
link: https://twitter.com/Meliora245/status/1633110529420976130
text: |
Been using Pulumi with Typescript for a IaaC managing k8s and stateful databases. Don't see myself going back to using terraform after this.
- source: twitter
username: "@rybavery"
avatar: https://pbs.twimg.com/profile_images/1146562967317520385/wuPwKFUZ_200x200.jpg
avatar: /images/home/social/rybavery.jpg
link: https://twitter.com/rybavery/status/1576987704189128704
text: |
our team at @devseed is now gravitating toward using https://pulumi.com/docs/iac/comparisons/terraform/ instead of terraform because it's all in python so it is easier to onboard new people to the tool and makes it easier to manage the same infra definition in different test, staging, and deploy envs.
- source: twitter
username: "@SparkyCodes"
avatar: https://pbs.twimg.com/profile_images/1564710917014802433/k0QzTysD_200x200.jpg
avatar: /images/home/social/sparkycodes.jpg
link: https://twitter.com/SparkyCodes/status/1572999315919978502
text: |
It wouldn't have been possible to build Sparky without @PulumiCorp. Shout out to the team and community for helping us get up and running!
- source: twitter
username: "@krangarajan"
avatar: https://pbs.twimg.com/profile_images/837774934805925888/I51_kI-H_200x200.jpg
avatar: /images/home/social/krangarajan.jpg
link: https://twitter.com/krangarajan/status/1564712184717881344
text: |
New gig uses @PulumiCorp to manage AWS infra. Initially I was skeptical and was tempted to go back to Terraform, but after using pulumi imports and discovering the ability to write tests easily, I'm a convert. (1/4)
- source: twitter
username: "@swarupdonepudi"
avatar: https://pbs.twimg.com/profile_images/1581098587034771457/9HrxXWw4_200x200.jpg
avatar: /images/home/social/swarupdonepudi.jpg
link: https://twitter.com/swarupdonepudi/status/1644820071167201280
text: |
I love @PulumiCorp so much because it is like 50% of the reason why we dared to build https://planton.cloud.
Expand Down
10 changes: 5 additions & 5 deletions layouts/partials/template-partials/template-social-carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="social-carousel-card">
<p>{{ $tweet.text }}</p>
<div class="social-carousel-card-author">
<img src="{{ $tweet.avatar }}" alt="{{ $tweet.username }}" onerror="this.style.display='none';" />
{{ partial "fingerprinted-img.html" (dict "src" $tweet.avatar "alt" $tweet.username "width" 32 "height" 32 "maxWidth" 64) }}
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">{{ $tweet.username }}</a>
</div>
</div>
Expand All @@ -66,7 +66,7 @@
<div class="social-carousel-card">
<p>{{ $tweet.text }}</p>
<div class="social-carousel-card-author">
<img src="{{ $tweet.avatar }}" alt="{{ $tweet.username }}" onerror="this.style.display='none';" />
{{ partial "fingerprinted-img.html" (dict "src" $tweet.avatar "alt" $tweet.username "width" 32 "height" 32 "maxWidth" 64) }}
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">{{ $tweet.username }}</a>
</div>
</div>
Expand All @@ -83,7 +83,7 @@
<div class="social-carousel-card">
<p>{{ $tweet.text }}</p>
<div class="social-carousel-card-author">
<img src="{{ $tweet.avatar }}" alt="{{ $tweet.username }}" onerror="this.style.display='none';" />
{{ partial "fingerprinted-img.html" (dict "src" $tweet.avatar "alt" $tweet.username "width" 32 "height" 32 "maxWidth" 64) }}
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">{{ $tweet.username }}</a>
</div>
</div>
Expand All @@ -103,7 +103,7 @@
<div class="social-carousel-card">
<p>{{ $tweet.text }}</p>
<div class="social-carousel-card-author">
<img src="{{ $tweet.avatar }}" alt="{{ $tweet.username }}" onerror="this.style.display='none';" />
{{ partial "fingerprinted-img.html" (dict "src" $tweet.avatar "alt" $tweet.username "width" 32 "height" 32 "maxWidth" 64) }}
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">{{ $tweet.username }}</a>
</div>
</div>
Expand All @@ -120,7 +120,7 @@
<div class="social-carousel-card">
<p>{{ $tweet.text }}</p>
<div class="social-carousel-card-author">
<img src="{{ $tweet.avatar }}" alt="{{ $tweet.username }}" onerror="this.style.display='none';" />
{{ partial "fingerprinted-img.html" (dict "src" $tweet.avatar "alt" $tweet.username "width" 32 "height" 32 "maxWidth" 64) }}
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">{{ $tweet.username }}</a>
</div>
</div>
Expand Down
Loading