I am currently trying to calculate
$$\int_{|z| = 2} \overline{z} dz.$$
Take $\overline{z} = f(z).$ I see that for $z = re^{i\theta} = r\cos(\theta) + r\sin(\theta)i,$ We see that $$\overline{z} = r\cos(\theta) - r\sin(\theta)i = r\cos(-\theta) + r\sin(-\theta)i = re^{-i\theta}.$$
Thus,
$$\{z | |z| = 2\} = \{2e^{i\theta}, \theta \in [0,2\pi)\}.$$
Take $q(\theta) = 2e^{i\theta}.$ We can see that $$\int_{|z| = 2} f(z) dz = \int_{0}^{2\pi} f(q(\theta))q'(\theta) d\theta$$ $$=\int_0^{2\pi} f(2e^{i\theta})(2e^{i\theta} \cdot i) d\theta$$ $$=2i \int_0^{2\pi} 2e^{-i\theta} e^{i\theta} d\theta$$ $$=2i \int_0^{2\pi} 2 d\theta = 2i(4\pi) = 8\pi i.$$
However, I am not entirely sure if this calculation is correct. Any recommendations on how to check this?
A quick way to compute the integral is as follows: $$ \int_{|z| = 2} \bar z\,dz = \int_{|z| = 2} \frac{|z|^2}{z}\,dz = \int_{|z| = 2} \frac{4}{z}\,dz $$ By the residue theorem, this should come out to $4 \cdot 2 \pi i = 8 \pi i$ (assuming the contour is positively oriented). So, your answer is indeed correct.