New on the Anthropic Engineering Blog:
How we use a multi-agent harness to push Claude further in frontend design and long-running autonomous software engineering.
Read more: https://t.co/HWvmXk1ykn
🔥 Supercharge your React code with these epic hook tips! 🚀
1️⃣ Dynamic UI = `useState`
2️⃣ Re-rendering boost = `useMemo`
3️⃣ Clean logic = Custom hooks
4️⃣ Async made easy = `useEffect`
Level up your dev game NOW! ⚛️💯 #ReactJS#CodeTips
RT if you found this helpful! 🙌
I discovered most of the design improvements by doing TDD. Usually, if you struggle with tests creation after developing a feature, your software lacks a better design #TDD#software#architecture#development#design#xp
@kaolof1 Si bien use muchas distros en el pasado y me gustaron mucho. Llevo algo mas de 8 años usando Macosx. Tiene lo mejor de ambos mundos (windows + linux)
@Felix_EngDev Please let me know when you’re there to share some thoughts. Nestjs will probably be my “main tool” for REST APIs now. It has many cool things, such as the CLI, DI, and decorators (also an Angular fan).
@Felix_EngDev I'm working on decoupling a few layers in our BE application to achieve the IoC with Nestjs. It seems to be pretty straightforward using the DI. Do you have any repo to take a look at?