Anything wrong with the following?
Theorem:
$\quad$ Let:
$\quad\quad \gcd(x,y,z) = 1$,
$\quad$ Then:
$\quad\quad x^3 = y^3 + z^3$ has no non-zero integer solutions for $(x,y,z)$
Proof:
$\quad$ Assuming $3 \nmid x - y \implies 3 \nmid z$ and making use of the following equation:
$\quad\quad x^3 - y^3 = 3x^2(x - y) - (2x + y)(x - y)^2$
$\quad$ which is verifiable by working out parentheses,
$\quad\quad \implies (x^3 - y^3)/(x - y) = 3x^2 - (2x + y)(x - y)$
$\quad\quad \implies (2x + y)(x - y) \equiv -1 \pmod{3}$
$\quad$ Suppose now $3 \not | y$ and the same holds for $x - z$ we also have:
$\quad\quad \implies (2x + z)(x - z) \equiv -1 \pmod{3}$
$\quad\quad \implies (2x + y)(x - y) \equiv (2x + z)(x - z) \pmod{3}$
$\quad\quad \implies (2x + y)z \equiv (2x + z)y \pmod{3}$
$\quad\quad \implies 2xz \equiv 2xy \pmod{3}$
$\quad\quad \implies y \equiv z \pmod{3}$
$\quad\quad \implies y^3 \equiv z^3 \pmod{9}$
$\quad\quad \implies x^3 \equiv y^3 + z^3 \equiv 2y^3 \pmod{9}$
$\quad\quad \implies (x/y)^3 \equiv 2 \pmod{9}$
$\quad$ which is impossible because of $2$ not being a cubic residue $\pmod{9}$.
$\quad$ So now we know $3$ divides either $y$ or $z$ but not both.
$\quad$ Suppose $3|z \implies 3|x - y$, and note:
$\quad\quad\quad\quad \gcd(x - y,z^3/(x - y))$
$\quad\quad\quad\quad = \gcd(x - y,(x^3 - y^3)/(x - y))$
$\quad\quad\quad\quad = \gcd(x - y,3x^2) = 3$
$\quad$ so we know $9 \nmid x - y$.
$\quad$ Take the following equation:
$\quad\quad (x - y)^3 + 3y(x - y)^2 + 3y^2(x - y) = x^3 - y^3 = z^3 \equiv 0 \pmod{27}$
$\quad\quad \implies 3y^2(x - y) \equiv 0 \pmod{27} \implies 3 | y$
$\quad$ contradicting $\gcd(x,y,z) = 1$
$\quad$ The conclusion is there cannot be any solutions at all.
I shall not edit but answer to my own question and prove only the first case of FLT for $n = 3$ in a more correct way. I have no idea for the second case.
It is easier to take the last equation and prove the first case in the following way:
Theorem:
Let:
$\quad x,y,z$ be none-zero integers
$\quad \gcd(x,y,z) = 1$
$\quad 3 \nmid xyz$
Then:
$\quad x^3 \neq y^3 + z^3$
Proof:
$\quad$Consider:
$\quad\quad x^3 - y^3 = 3y^2(x - y) + 3y(x - y)^2 + (x - y)^3 = z^3$
$\quad \implies \gcd((x^3 - y^3)/(x - y),x - y) = \gcd(x - y,3y^2) = 1$
$\quad \implies x - y = r^3$ and $(x^3 - y^3)/(x - y) = s^3$,
$\quad\quad$for some $r,s$ with $\gcd(r,s) = 1$ and $z = rs$
$\quad$Because of:
$\quad\quad s^3 \equiv (x^3 - y^3)/(x - y) \equiv 1 \pmod{9}$
$\quad$and:
$\quad\quad x - y \equiv r^3 \implies (x - y)^2 \equiv r^6 \equiv 1 \pmod{9}$
$\quad$We have:
$\quad\quad s^3 \equiv 3y^2 + 3y(x - y) + r^6 \pmod{9}$
$\quad \implies 1 \equiv 3y^2 + 3y(x - y) + 1 \pmod{9}$
$\quad \implies 3y^2 + 3y(x - y) \equiv 0 \pmod{9}$
$\quad \implies y^2 + y(x - y) \equiv 0 \pmod{3}$
$\quad \implies yx \equiv 0 \pmod{3}$
$\quad\quad$Which is impossible because of $3 \nmid xyz$.