Sample
banner
web-dev.bsky.social
Sample
@web-dev.bsky.social
Computer Programmer
Fantastic article on convention. Serverless vs AWS CDK

"In contrast, every CDK repo I've looked at turns into a murder mystery. I'm digging through application code [...], anything that will help me solve The Case of the Missing IAM Permission."

www.alexdebrie.com/posts/server...
Why I (Still) Like the Serverless Framework over the CDK | DeBrie Advisory
The Serverless Framework is the most popular tool for deploying serverless applications, but the AWS CDK has been building momentum. In this post, see why I prefer the Serverless Framework over the CD...
www.alexdebrie.com
November 12, 2025 at 11:44 AM
Reposted by Sample
Sora is much closer to pulling off the prompt "someone playing a winning card in magic the gathering, close up on the board state as the card is played"

Interestingly, it makes up a card name and shows that fake card (in appropriate colors). Lots of little weirdness, but closer.
October 26, 2025 at 4:02 AM
Reposted by Sample
Wow, TIL that LISTEN/NOTIFY in Postgres requires a global lock when committing transactions issuing a NOTIFY. Consider listening to the WAL via logical replication as an alternative with no impact on the write path.

www.recall.ai/blog/postgre...
July 11, 2025 at 7:09 AM
Reposted by Sample
Ha, yeah, turns out it was on the load gen side indeed. It was running out of connections. Using HTTP2 mitigates it (via pipelining), which I got reminded of reading the docs of... Hyperfoil ;) Is the project alive? Saw the last post is from a few years back.
July 26, 2025 at 10:54 AM
Reposted by Sample
every time you think "maybe I should add a layer of caching in the application", take that energy and make the database faster instead
May 7, 2025 at 12:10 AM
Reposted by Sample
The correct answer is either. Transaction B gets a snapshot that may or may not include the changes from A.

SI does not provide real time guarantees. If you need that, you need Strict Serializability, which guarantees that transactions are ordered in real time.
September 18, 2025 at 2:19 PM
Reposted by Sample
Published a new blog post: Replacing a Cache Service with a Database

We already use databases, why can't we use them to replace caches as well? Will we ever replace caches entirely with databases? In this post, I will share some ideas, & discuss how we are moving toward this

avi.im/blag/2025/db...
August 31, 2025 at 2:55 PM
Reposted by Sample
ladies and gentlemen, we are decentralized 😎
September 12, 2025 at 1:53 AM
Reposted by Sample
🚀 Coming in #Angular 21
✔️ Built-in validator for regex patterns
September 14, 2025 at 3:57 PM
Reposted by Sample
The fact is there's no practical "there" to leave to, so the description of there being an open protocol is academic.
September 13, 2025 at 5:24 AM
Reposted by Sample
We just hit a milestone in our exploration of signal-based forms in Angular - our prototype is now merged into the main repository.

This opens the door for some important next steps like compiler integration & interop w/ existing forms.
August 28, 2025 at 4:16 PM
Reposted by Sample
It’s a prototype and very much a work in progress
But yes, you can start experimenting with Signal forms with today’s pre-release 21.0.0-next.2

#Angular
September 3, 2025 at 10:16 PM
Reposted by Sample
🚀 Coming in #Angular 21
🆕 Signal Forms!
Look at a simple example:
September 4, 2025 at 6:56 AM
Reposted by Sample
To prevent network saturation, TCP sends the first 10 packages and waits for client response before sending more. These 10 initial packages can hold ~14 kb. Therefore, if you keep your responses below that size, they will be significantly faster than bigger ones.

endtimes.dev/why-your-web...
Why your website should be under 14kB in size | endtimes.dev
endtimes.dev
July 19, 2025 at 5:39 PM
Reposted by Sample
Can you name a native mobile app that gives you the feeling of "I wouldn't be able to build this on the mobile web" from the UI / UX quality perspective?

I am sure there are lots but looking for inspiration of where to look.
August 6, 2025 at 9:16 PM
Reposted by Sample
AWS is probably making millions of dollars from "free" accounts. They're still billing a penny on these...
November 20, 2024 at 11:23 PM
Reposted by Sample
𝗔𝗪𝗦 𝗙𝗿𝗲𝗲 𝗧𝗶𝗲𝗿 𝗨𝗽𝗱𝗮𝘁𝗲𝘀: 𝗪𝗵𝗮𝘁’𝘀 𝗡𝗲𝘄 𝗔𝗳𝘁𝗲𝗿 𝗝𝘂𝗹𝘆 15, 2025

🎓 Starting July 15, 2025, AWS has transitioned from the old 12-month Free Tier to a credit-based Free Plan, designed specifically for beginners. Here’s how to make the most of it:

#Imsampro #AWS #CloudComputing #AWSFreeTier #AWSSkillBuilder
July 15, 2025 at 8:30 AM
Reposted by Sample
June 29, 2025 at 11:56 PM
Reposted by Sample
Visualizing SQL Queries

Note: The actual execution sequence may differ from this mental model due to optimization strategies employed by the query optimizer.
July 11, 2025 at 4:15 AM
Reposted by Sample
When exactly did Tork come out of nowhere and achieve a virtual monopoly in the paper products dispensing space? Just asking questions
February 11, 2025 at 12:41 AM
Reposted by Sample
When in doubt, go for a walk. “Walking won’t solve everything. But it won’t make anything worse. That’s more than you can say for most things we do when we’re stressed, tired, or lost.” [fabiansjournal.bearblog.dev]
July 8, 2025 at 4:26 PM
Reposted by Sample
“Everything simple is false. Everything complex is unusable.” Ugh. What a great quote.

via en.wikipedia.org/wiki/Map%E2%... via @danhon.com
May 31, 2025 at 6:56 PM
Reposted by Sample
I wrote something new! It’s a UI design history essay about Mac’s Control Panel, and it uses emulation in some… maybe new and maybe interesting ways?

aresluna.org/frame-of-pre...
Frame of preference
A story of early Mac settings told by 10 emulators.
aresluna.org
July 8, 2025 at 11:37 PM
Reposted by Sample
So now that we have tools that generate code 10x-100x faster than before (I am talking about LLMs, of course)... which company/team is seeing 10x more code pushed to prod?

And what is happening there with e.g. customer love, revenue? Is it increasing dramatically? Same? Lower?
July 8, 2025 at 7:40 AM