Let $U_1, U_2, \dots \overset{\text{iid}}{\sim} U[0,1]$, i.e. a sequence of independent and identically distributed uniform random variables on the set $[0,1]$.
By the Strong Law of Large Numbers, we know that for any $t \in [0,1]$ $$ \left|\frac{1}{n} \sum_{j=1}^n \mathbf{1}\{U_j \leq t\} - t\right| \to 0 \quad \text{almost surely}, $$ since $\mathbb{E}(\mathbf{1}\{U_j \leq t\}) = \mathbb{P}(U_j \leq t) = t$. Thus, we have pointwise almost sure convergence.
How can we then show that uniform almost sure convergence also holds? That is $$ \sup_{0 \leq t \leq 1}\left|\frac{1}{n} \sum_{j=1}^n \mathbf{1}\{U_j \leq t\} - t\right| \to 0 \quad \text{almost surely}. $$
I realized after writing this question, that this is just one case of the Glivenko-Cantelli Theorem:
Let $(X_n)_{n \in \mathbb{N}}$ be a sequence of for real-valued independent and identically distributed random variables. Let $F$ be the distribution function of $X_1$ and define the empirical distribution function by $\hat{F}_n(t) := \frac{1}{n} \sum_{j=1}^n \mathbf{1}\{X_j \leq t\}$. Then $$ \|\hat{F}_n - F\|_\infty \to 0 \quad \text{almost surely}. $$ Since it's a well-known theorem, proofs are not difficult to find.