Books… Murachβs Java Servlets and JSP 1 Apr 201822 Jul 2019 Murach's Java Servlets and JSP The best book for Servlets and JSP. Progressive difficulty and a lots of a examples.
Exercises… Operation of a court with semaphores 3 Dec 20172 Oct 2019 Write a set of programs that simulate the operation of a court in a specific case scenario. Synchronization between the processes should be achieved with POSIX or System-V semaphores Resources:…
Install… Install XV6 Operating system 6 Nov 201727 Aug 2019 Summary of what you are going to install: qemuxv6 Summary of the commands: sudo apt update sudo apt install qemu git clone git://github.com/mit-pdos/xv6-public.git make make qemu-nox Here are the steps:…
Books… Design Patterns – Heads first 1 Nov 20172 Oct 2019 Head First Design Patterns - A brain friendly guide The best book for Design patterns. It is not difficult to read and It uses many illustrations which is very good…
Books… Effective Java 1 Oct 20172 Oct 2019 Effective Java This is not a beginner's book. But it is one of the most important intermediate level books you are ever going to read. Seriously. It contains many tips…