You can assume that $a, b, c, d$ are relatively prime (no prime dividing them all), which in this case need not be the same as coprime (no prime dividing any pair).
This is because by homogeneity any other solution is a multiple of one that is a relatively prime. (This assumption can't be made, where the degrees are non-homogenous, such as $x^2 + y^3 = z^5$.)
Then considering the equation mod 8, noting that $x^2 \equiv$ 1 mod(8) if $x$ is odd, one concludes that exactly two of $a, b, c$ must be even, say $a, b$, so that $c, d$ are both odd and $d - c$ and $d + c$ are both even. So each bracketed term in the following is an integer: $\left(\dfrac{a}{2}\right)^2 + \left(\dfrac{b}{2}\right)^2 = \left(\dfrac{d - c}{2}\right) \left(\dfrac{d + c}{2}\right)$
Now any prime $\equiv$ 3 mod(4) dividing either of the terms on the RHS must divide $a, b$ and hence must divide exactly one of the terms on the RHS to even multiplicity (or else it would divide $a, b, c, d$, contrary to hypothesis).
This, combined with the fact that 2 and every prime $\equiv$ 1 mod(4) can be expressed as the sum of two squares of integers, and their product composed into the same form by repeated use of: $(p^2 + q^2) (r^2 + s^2) = (p q - r s)^2 + (p r + q s)^2$ means that each of $\frac{d - c}{2}\quad\text{and}\quad\frac{d + c}{2}$ must be the sum of two squares of integers, say $v^2 + w^2$, $t^2 + u^2$ respectively
You can think of a sum of two squares as the norm of a so-called Gaussian integer, of the form $x + y \sqrt{-1}$, the norm being the product of this and its conjugate $x - y \sqrt{-1}$ to give $x^2 + y^2$.
The nice thing about Gaussian integers, also referred to as the ring $Z[\sqrt{-1}]$, is that factorisation into "primes" of the same form is unique, just like the rational ("ordinary") integers.
So treating the first equation above as expressing a Gaussian integer as the product of two others, i.e. $\dfrac{a}{2} + \dfrac{b}{2} \sqrt{-1} = (v + w \sqrt{-1}) (t + u \sqrt{-1})$ where the norms of the bracketed terms on the RHS correspond to $\dfrac{d - c}{2}$ and $\dfrac{d + c}{2}$ respectively, one can conclude by multiplying out the RHS and equating coefficients (of $\sqrt{-1}$ and "1") that there must be some set of integers $t, u, v, w$ for which: $\begin{align*} \dfrac{a}{2} &= t v - u w\\ \dfrac{b}{2} &= u v + t w \end{align*}$ and taking norms gives: $\begin{align*} \dfrac{d - c}{2} &= v^2 + w^2\\ \dfrac{d + c}{2} &= t^2 + u^2\\ \end{align*}$ i.e. $\begin{align*} c &= t^2 + u^2 - v^2 - w^2\\ d &= t^2 + u^2 + v^2 + w^2 \end{align*}$ I imagine this is very much like the solutions given in the earlier questions cited; but it's useful revision working it out again ;-)