November 2020 summary
November started with me realising, that on its basic level Effective C is almost read. However, I felt that I still lacked knowledge. Therefore, I’ve jumped back to Understanding and using C pointers to get some – especially in the areas of arrays and strings. Along the way came final chapters of the Effective C, and I was done.
For the time being I’ve decided I need practice. Lots of it. I’ve wondered how to make it both worth my time and fun. I’ve thought about doing coding katas, however they are pretty often heavily based on algorithms and nitty-gritty quirks. I wanted to do some actual coding, rather than spend hours trying to solve some kind of puzzle in five lines of code. For sure, there will be time for that in the future. Right then I needed everyday use of the language. That was the plan. Unfortunately, as usual, the life intervened. I had some hard time at work coming, so I’ve decided to go back to the theory of operating systems. I’ve just knew that with exhausting time at work I would not be able to give 100% doing after-hours coding.
As You can see below – the whole November was filled with lecture of Tanenbaum’s book – third chapter is about memory management. It was an interesting read, learned a lot and put that into notes. I hope that with upcoming Christmas time I will get some rest and additional time to go back to actual coding in C. Wish me luck 😉
-
- 01.11.2020 – Free day (Sunday)
- 02.11.2020 – Java testing course.
- 03.11.2020 – Sixth and seventh chapter of Effective C.
- 04.11.2020 – Eight chapter of Effective C.
- 05.11.2020 – Understanding and using C pointers – fourth and fifth chapter finished.
- 06.11.2020 – Ninth and tenth chapter of Effective C.
- 07.11.2020 – Eleventh chapter of Effective C.
- 08.11.2020 – Free day (Sunday)
-
- 09.11.2020 – Java testing course.
- 10.11.2020 – Andrew S. Tanenbaum – started third chapter of the book Modern Operating Systems with notes.
- 11.11.2020 – Free day (Poland’s Independence Day)
- 12.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 13.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes. Additional read about different architectures of processors (MIPS, RISC, etc)
- 14.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 15.11.2020 – Free day (Sunday)
-
- 16.11.2020 – Java testing course.
- 17.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 18.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 19.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 20.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 21.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 22.11.2020 – Free day (Sunday)
-
- 23.11.2020 – Java testing course.
- 24.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 25.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 26.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 27.11.2020 – Andrew S. Tanenbaum – third chapter of the book Modern Operating Systems with notes.
- 28.11.2020 – Andrew S. Tanenbaum – finished third chapter of the book Modern Operating Systems with notes. Additional study about segmentation.
- 29.11.2020 – Free day (Sunday)
- 30.11.2020 – Java testing course.
One Comment
Leave a Reply
You must be logged in to post a comment.
November 2021 montly summary – Bare.Metal.Dev
[…] remember writing November summary last year, when I already knew that Roguelike AoC 2020 was coming. I don’t plan such adventure this […]