I am struggling to show that $f_n$ converges uniformly to $|f|$, where $\displaystyle{f_n=\frac{|f|^2}{|f|+\frac{1}{n}}}$. I have that
$\displaystyle{|f_n-f|=|\frac{|f|^2}{|f|+\frac{1}{n}}-|f||=|f|*|\frac{|f|}{|f|+1/n}-1| \leq|f|*|\frac{|f|}{|f|+1/n}| \leq |f|*1 =|f|}$, but I am not sure if that is sufficient. Any help would be great.
Your mistake is in the third step. What you should have is $$ |f| \left| \frac{|f|}{|f|+\frac{1}{n}} -1 \right| = |f| \left( 1- \frac{|f|}{|f|+\frac{1}{n}} \right)=|f| \left( \frac{|f|+\frac{1}{n} - |f|} {|f|+\frac{1}{n}} \right)=|f| \left( \frac{\frac{1}{n}}{|f|+\frac{1}{n}} \right) =|f| \frac{1}{n|f|+1} $$ Then, assuming $|f|>0$ (since the case for $f=0$ is trivial) $$ |f_n-f| = |f| \frac{1}{n|f|+1} < \frac{|f|}{n|f|} = \frac{1}{n} $$ which of course goes to zero as $n \rightarrow \infty$ so the absolute convergence is demonstrated.