I built "zero2claude", a free course that takes people from zero terminal experience to shipping with Claude Code.
The curriculum goes from absolute zero → software basics → Claude Code fundamentals → advanced usage. No shortcuts, no assumptions.
17,000+ students. 7 languages. ~500 active hourly.
No marketing. No ads. Pure word of mouth.
The entire platform? Built and operated by one person
with Claude Code.
Lighthouse audit:
✅ Performance : 96
✅ Accessibility : 100
✅ Best Practices : 100
✅ SEO : 100
Production stats:
~6.4M requests/day. 74 req/sec sustained. <0.003% error rate.
Claude Code doesn't just write code. It builds production-grade, scalable products.
The best way to grow Claude Code adoption isn't to simplify the tool. It's to level up the people. Give fishing rods, not fish.
Free. No paywall. My contribution to the community.
Link in the comments 👇
I'm Boris and I created Claude Code. Lots of people have asked how I use Claude Code, so I wanted to show off my setup a bit.
My setup might be surprisingly vanilla! Claude Code works great out of the box, so I personally don't customize it much. There is no one correct way to use Claude Code: we intentionally build it in a way that you can use it, customize it, and hack it however you like. Each person on the Claude Code team uses it very differently.
So, here goes.
In Big Sur Apple decided to exempt many of its apps from being routed thru the frameworks they now require 3rd-party firewalls to use (LuLu, Little Snitch, etc.) 🧐
Q: Could this be (ab)used by malware to also bypass such firewalls? 🤔
A: Apparently yes, and trivially so 😬😱😭
It‘s on tonight! Spontaneously keen to come along 4 the special #appsecday meetup? There‘s a few last spots left! „Pushing Security & Inclusion Left - Like a Boss“ w/ @shehackspurple , @MichaelTozer & @liamosaur - See you soon!
https://t.co/3Hr5MM9pJA
🚀🎉 We just released css-modules-typescript-loader. Not the first in this space, but ours is designed to encourage TypeScript declarations to be checked into source control. We even provide a 'verify' mode for CI, to ensure your types are up to date: https://t.co/I6SLBCN7Wq
How well do you know CSS? 👨🏼🏫
Given these classes:
.red {
color: red;
}
.blue {
color: blue;
}
Which color would these divs be?
<div class="red blue">
<div class="blue red">