Dinesh Pandiyan (@flexdinesh) 's Twitter Profile
Dinesh Pandiyan

@flexdinesh

Building blaaaaazing fast web by day. Homelab sysadmin by night.

ID: 115411943

linkhttps://dineshpandiyan.com calendar_today18-02-2010 15:39:08

8,8K Tweet

2,2K Followers

1,1K Following

Shopify Developers (@shopifydevs) 's Twitter Profile Photo

Cultivating a faster tech stack with Hydrogen 🌲 Fast Growing Trees recently rebuilt their site with a 3-person engineering team, embracing headless architecture. Jordan Guggenheim, VP of Engineering, shares key outcomes with Ben Sehl: • Delivering more complex features with fewer

Ben Sehl (@benjaminsehl) 's Twitter Profile Photo

Honestly, this interview should be required viewing for anyone building a storefront — not only a Hydrogen/Remix 💿 site. Jordan Guggenheim and his team executed the most seamless build I’ve ever seen. Learn from their experience!

Oliver (@olvrgln) 's Twitter Profile Photo

Wrote a little about my old thesis for the cloud when I co-founded Antimetal and how it's been playing out. tldr: SST and Oxide Computer Company are the most interesting players right now. olivergilan.com/blog/cloud-has…

Kelsey Hightower (@kelseyhightower) 's Twitter Profile Photo

Some people are struggling with this one so let's walk through a couple of examples. If we were on the same team and I asked you to write some code, what would your initial response be? Would you just go back to your desk, fire up your IDE, and just start typing random bits of

Matteo Collina (@matteocollina) 's Twitter Profile Photo

Is your team struggling to maintain a Node.js application? Platformatic has worked with a group of brilliant contributors to publish the 9 Node Pillars: nine guiding principles for creating robust, scalable, and maintainable Node applications in enterprise environments.

Is your team struggling to maintain a Node.js application?

<a href="/platformatic/">Platformatic</a> has worked with a group of brilliant contributors to publish the 9 Node Pillars: nine guiding principles for creating robust, scalable, and maintainable Node applications in enterprise environments.
Mitchell Hashimoto (@mitchellh) 's Twitter Profile Photo

When Ghostty detects a password input prompt, it now changes the cursor to a lock and on macOS enables the secure input API. When the secure input API is enabled, we show a neat, animated icon that explains what's going on when clicked. Another example of native UI wins (imo).

Matt Silverlock 🐀 (@elithrar) 's Twitter Profile Photo

So we've shipped some huge perf improvements to @cloudflare Workers KV this week, and we've just finished rolling the big ones out. This isn't synthetic data: this is the data from serving config & assets for Pages customers. tl;dr: p90 hot reads from ~35ms -> ~11ms.

So we've shipped some huge perf improvements to @cloudflare Workers KV this week, and we've just finished rolling the big ones out.

This isn't synthetic data: this is the data from serving config &amp; assets for Pages customers.

tl;dr: p90 hot reads from ~35ms -&gt; ~11ms.
Astro (@astrodotbuild) 's Twitter Profile Photo

One more thing... introducing Astro Storefront 🛍️ Storefront showcases the best of Astro to ship with confidence. It powers our store today, and is the start of our commitment to high performance ecommerce. Give it a clone 👇 github.com/withastro/stor…

dax (@thdxr) 's Twitter Profile Photo

this is largely why i'm continuing to be less excited about SaaS - margins are way too high and it's becoming easier than ever to not pay them

Dare Obasanjo🐀 (@carnage4life) 's Twitter Profile Photo

When I first joined Meta, I was assigned an onboarding buddy who was a VP that was also a former Microsoftie. They told me this parable of the two failure modes they’d observed when people joined the company. It was the parable of the lion and the lamb.

Peter Kraft (@petereliaskraft) 's Twitter Profile Photo

What to learn how S3 really works? Love this post by Andrew Warfield because it goes into detail about what it takes to run a system as huge, complicated, and critical as S3. And S3 is unfathomably huge--it stores 280 trillion objects and servers 100 million requests per second, a

What to learn how S3 really works?

Love this post by <a href="/andywarfield/">Andrew Warfield</a> because it goes into detail about what it takes to run a system as huge, complicated, and critical as S3. And S3 is unfathomably huge--it stores 280 trillion objects and servers 100 million requests per second, a
Dinesh Pandiyan (@flexdinesh) 's Twitter Profile Photo

Hot take: - Don’t cache your HTML page, cache your data - Don’t distribute your data, distribute your cache - Revalidating data is 100x faster than revalidating HTML, even globally - Render your HTML at request time using cached data - Use CDN only to cache immutable assets