I'm solving this problem $\frac{1}{x-1}$ to show that it is not uniformly continuous on $(0,1)$. Here is my former trial on determining if it was;
$$\Big|f(x)-f(y)\Big|=\Big|\frac{1}{x-1}-\frac{1}{y-1}\Big|=\Big|\frac{y-x}{(x-1)(y-1)}\Big|=\frac{\big|x-y\big|}{(x-1)(y-1)}.$$
But $(0,1)$ didn't work, so I agree with Przemysław Scherwentke and José Carlos Santos, that it is not uniformly continuous on $(0,1)$. Can anyone help me show that it is not uniformly continuous?
Consider the sequence $x_n = 1-\frac 1{2^n}$
For all $n>1, x_n\in(0,1)$
For any $\epsilon$ and $\delta$, there exist $n$ such that that $|x_{n+1} - x_n| = \frac {1}{2^{n+2}} < \delta$ and $|f(x_n+1) - f(x_n)| = 2^{n} > \epsilon$