Published onOctober 3, 2024Debugging in ProductionengineeringbackendprocessProduction bugs are different from local ones. You can't just add a console.log and refresh. Here's how to approach them methodically.
Published onAugust 29, 2023Writing Pull Requests That Actually Get ReviewedengineeringprocessMost engineers spend a lot of time writing code and very little time making it easy to review. A well-written PR gets merged faster and builds trust with your team.