The Road to My Ultimate Training System
Announce Your Idea! Finally, I will be walking the road to my ultimate training system! Building my operating system will be a long but exciting journey! I have made a rough plan of the things that I still have to learn and which books to use for that purpose. The next step: announcing my idea and holding myself accountable to keep you up to date on the strides and struggles!
The History of C
I think you can ask any developer what C is and they’ll be able to answer you. C goes back a long time and has been around for a couple decades. Many of our current programming languages are based on C as well! Java, C#, C++, Perl; they are all derived from the C programming…
N-Tier Architecture Explained
In A Little Overview: Popular Software Architectures, I gave a quick overview of the three most popular and commonly used software architectures. With this brief glance, I tried to create a little window for you to peek through and see what some architectures look like from the inside. Let’s open the first door of the…
Software Architecture: What is it?
I can still clearly remember the first program I’d ever written. It was the most traditional first program: Hello World! I was working my way through a Dutch book on Java 6 and eventually created my very first calculator. Creating a window with JFrame, positioning the buttons with actual pixel coordinates, methods containing the business…
Software Architecture Series
It has been quite a while since I last posted on my blog. My futile attempt to reinvigorate my writing died out very quickly due to personal circumstances. Study always likes to interfere with these kind of things, so does work. Since everything has become more stable, I feel like I can pick up my…
Additional Books for MUTS!
While I was looking through my books I currently have for the development of MUTS, I came to the conclusion that I missed a couple. To be more precise, I missed books concerning a certain subject within operating system development. While it is not directly related to the development of an operating system, it still…
Book List for MUTS
Before I can start programming on MUTS, I need to gain a lot of knowledge first. What better resource is there then books? Well, many other resources of course but book do lay a good foundation and are in general trustworthy sources as opposed to your random internet article. So, below there is a list…