@nateberkopec Well, we had stackoverflow at the time, there's already a lot of code copied without knowing exacltly why it works.
At least they can ask what the code is doing!
@theo@stripe Good guide! And honestly it's how you work with webhooks from any third-party provider, not only Stripe. Split brain issues are inevitable in those cases
@relizarov@lyndonsamson Idk I saw people struggling while writing some Typescript types for example. Maybe it's better now, but still takes time and mental capacity to do.
@debasishg I feel like it's much harder to assess people for entry-level roles if they are using GenAI.
But for middle+ roles - why not? You may even give more complex tasks and questions to force using it.
Finally happened. Ran out. Need more mentors at https://t.co/ytsaQdYhxF
Struggling in: Australia, Azerbaijan, China, Colombia, France, India, Indonesia, Netherlands, United Kingdom & even the USA.
Share widely.
I have recently read about why Apache Kafka is so fast while it's using disk, not memory - one of the things is that it leverages the OS page cache.
It's interesting to see that there is even another level of cache between memory and storage!
This graphic (where your writes to disk go) is worth every developer printing out and attaching to your desk.
It's not just a database thing. It's for anyone who ever writes a file.