Tag: builds

  • vcpkg

    It’s best if you can avoid re-inventing the wheel. If someone has already written the code you need then it can save a lot of time. Although you should probably make sure about licences before incorporating it. That could be copy-pasting something off a web page but, especially for bigger bits of code, far better…

  • Markdown to PowerPoint

    When you writing documentation for your project Markdown lets you concentrate on the words rather than complicated formatting. You can take the same approach with PowerPoint. There are multiple tools out there which will do this. I’ve used marp and it makes very easy to make a presentation quickly. If presentations are a big part…