Bachelor's Exam =============== Linux And Unix -------------- * :ref:`2024-03-21: OS Concepts ` * :ref:`2024-04-14: Permissions ` * Cannot hurt to review this exam: :doc:`/trainings/material/soup/linux/basics/exercises/index` * :ref:`2024-04-22: System calls, and related stuff ` * :ref:`2024-04-22: Homework ` * :doc:`2024-06-28: Exam (skip "Toolchain" part) ` Software -------- * Unit testing. Not specific to a particular unit testing framework; you should know the process of test-first-development, what a test case and a test suite are, and what fixtures are used for. * :doc:`/trainings/material/soup/misc/unittest/index`