// the find
rodrigobranas/youtube
Código das séries do Youtube
A companion repo for a Brazilian YouTube tutorial series on AngularJS, covering directives, SPA routing, interceptors, and performance topics. It's a teaching aid, not a library — each folder is a snapshot of where the code stood at the end of that episode. Audience is Portuguese-speaking developers learning AngularJS from scratch.
Each episode gets its own self-contained folder, so you can jump to any point in the series without needing git history. The progression is sensible — directives before routing before interceptors. The code is plain enough to read without a build step, which is the right call for a tutorial.
AngularJS reached end-of-life in December 2021, so anyone learning from this is picking up a framework with no future and active security advisories. The repo hasn't been touched since January 2023 and almost certainly won't be updated. There's no README beyond two words, no index of what each episode covers, and no way to run anything without hunting down what backend API the services point to.