Timothy Chappell | Notes for CAB403 at the Queensland University of Technology
There are three ways to read the book:
- View the study guide online
- Reading the PDF output:
- Navigate to ./book/pdf/output.pdf
- Open the PDF
- Running the book locally
cd <project>/book serve
- Open up the corresponding URL in your browser e.g. http://localhost:3000
- Install Cargo
- Install mdbook
- Serve the book
- Via NPM
- Build the book
mdbook build
- Serve the book
cd <project>/book serve
- Via mdBook
- Serve the book
mdbook serve --open
- Via NPM
Although these documents may provide a decent learning experience on their own it is highly advised that you use these in-part with the lectures notes and videos provided to you by your lecturer. This is mainly due to the fact that overtime these guides may become outdated as the units themselves get updated.
It is also important to remember that these guides are written by students and as part should always be taken with a grain of salt, always read further into topics you don't understand and always do your own research on topics. These guides are designed to give you a brief description on each topic giving you a nice overview of the unit and a solid exam time revision document.
A note for programming units, when it comes to programming the best way to learn is not by reading theory but by practising in a practical way. Follow along with the guides but customize the exercises to your liking and make an attempt to utilise the language being learnt in home projects of your own.