Links

Lists of sources of information (sites, books, videos, YouTube channels, etc) of several themes and that can be interesting for anyone who whant to learn about them.

Assembly

Blender

  • YouTube channels:

Emacs

Git

  • Books:
    • Pro Git: versĂŁo em inglĂŞs, Git official book. Excelent reference. And “excelent” is not enough to describe how good it is.
  • Games:
    • Githug: Yeah, with g. This is game that is also a Git tutorial.

Haskell

3D printing

Operating systems

  • Putting the “You” in CPU: Covers everything about running a software in a modern operating system, covering low-level aspects (machine language, system calls), memory management, executable formats, multitasking, etc. Excellent reading.

Python