Link Post and Podcast Roundup: June 2021 Edition

June’s links.

Readme.so

This is an interesting SPA that walks you through creating a readme.md for your project.

How to Generate a PDF File in PHP

In this article, we’re going to discuss how you can generate PDF files in PHP. We’ll use the TCPDF library to create PDF documents programmatically.

Do not mock what you do not own

An interesting approach for how to mock objects we didn’t write and don’t maintain.