@CocaCola in the middle of my 24-pack I find one can that only weighs 1.8 Oz. It's unopened but it's only about a tenth of the way full. How do I address that?
Anthropic engineers finally showed how they actually use Claude Code internally
31 minutes of internal workflow that most Claude users will never see on their own
here's what they cover:
> how to set up project context files the right way
> custom commands that save hours of repeated work
> hooks that make Claude behave exactly how you need
> subagents and how to actually spec them properly
"your agent isn't the problem, your spec is"
the people who understand how Claude Code actually works inside Anthropic are shipping things everyone else thinks requires a whole team
that's exactly why I put together a breakdown of Claude features most people have never discovered
you can find it below
🚨 Anthropic just showed a 24-minute workshop on how to actually do prompts for Claude.
Taught by the people who built it.
Free. No registration. No paywall.
I've seen $300 courses that don't cover what they teach in the first 8 minutes.
Watch it and bookmark it now.
Google Cloud AI engineer just showed how they go from idea to deployed app at Google in 30-minutes using Claude.
26-minutes. free. by Google AI team.
one person + Claude + Google Cloud = a full engineering org running on a laptop.
worth more than any $500 vibe-coding course.
🚀 𝗔𝗻𝗴𝘂𝗹𝗮𝗿 𝟮𝟭 𝗨𝗽𝗱𝗮𝘁𝗲: 𝗩𝗶𝘁𝗲𝘀𝘁 𝗜𝘀 𝗡𝗼𝘄 𝘁𝗵𝗲 𝗗𝗲𝗳𝗮𝘂𝗹𝘁 𝗧𝗲𝘀𝘁𝗶𝗻𝗴 𝗦𝗼𝗹𝘂𝘁𝗶𝗼𝗻
Starting with Angular 21, Vitest replaces the old Karma/Jasmine stack as the default testing setup.
If you want to get up to speed quickly, I’ve put together a complete guide to Vitest Fundamentals 👇
🔗 https://t.co/iHPcntmX8B
In this article, you’ll learn:
✅ The fundamentals of Vitest
✅ How testing works in modern Angular
✅ A clear comparison with Karma & Jasmine
✅ What’s changed, and why it matters
If you’re already familiar with Karma and Jasmine, the guide starts with a comparison so you can quickly understand the differences.
📚 𝗪𝗮𝗻𝘁 𝘁𝗼 𝗚𝗼 𝗗𝗲𝗲𝗽𝗲𝗿?
The 𝗔𝗻𝗴𝘂𝗹𝗮𝗿 𝗧𝗲𝘀𝘁𝗶𝗻𝗴 𝗜𝗻 𝗗𝗲𝗽𝘁𝗵 (𝗦𝗶𝗴𝗻𝗮𝗹𝘀 𝗘𝗱𝗶𝘁𝗶𝗼𝗻) course is now available in pre-launch mode.
That means you can start learning today, and new lessons are released every week until the course is complete.
🔗 𝗘𝗻𝗿𝗼𝗹𝗹 𝗵𝗲𝗿𝗲:
https://t.co/2SM2xgxGM2
Vasco
Angular University
🌐 https://t.co/gl9IiyaGqL
@nivekcode Perhaps we have been trained from decades ago not to band together or look out for each other. So when the time comes, it is just business as usual so we don't protect ourselves.
@marktechson@marktechson@ManfredSteyer
Got sidetracked for a few days, but back at this today. Still dead in the water on ng20 upgrade. Modules all appear correct. tsconfig has target at es2022 but module at es2020 carryover from pre-upgrade
@marktechson Working on an upgrade angular 18-> then 19-> 20 with module federation. I've followed the instruction at the Angular Update Guide. I'm dead in the water at what seems to be a silent failure. TypeError: fn is not a function. Where should I look for guidance?