Things I've Learned Contributing to Dogecoin.

Mar 31, 2022

Sharing Code in PR 1856

Let's dig into the implementation of the new private key GUI import dialog in Dogecoin Core's PR 1856, and learn a few things along the way.

Mar 29, 2022

Why Do Developers... Develop?

People often ask how to get started contributing to projects. It's better to ask why.

Mar 27, 2022

Compiler Warnings Are Interesting (PR 2503)

Smart developers get the computer to warn them if something looks wrong. Excellent developers make a habit of listening.