We've had our heads down building our core product suite @4otcmarkets; now we're expanding our remote-first dev team. Performance and reliability are success metrics. Tech stack C#/Java/Rust/Cloud. Interested? [email protected] https://t.co/sAdCDBXCFL
It's been *checks watch* a long time since I worked on any OSS. So I'm happy that @4otcmarkets has published DotMetrics, our monitoring sidecar for DotNet applications. Read more here:
https://t.co/2RUuTMjJgI
Most of the articles I've read on ChatGPT talk about the ability to generate code.
Today I discovered a different use-case that feels like it will materially affect my work.
1/7
1) Always start with a test.
Writing the test first shapes your design for the better. Starting with a test will set you up to code in an attempt to pass your test, rather than continuously going back to fix code that's tested too late, and failing.
Start as you mean to go on.