by Mr.Oates | Mar 17, 2026 | College class
Identify three to five metrics that I consider most important for measuring the development process for the HYPERVSN Immersive Holographic Suite Project. I researched the topic of “metrics for measuring the development process” and found an exhaustive...
by Mr.Oates | Mar 2, 2026 | College class, Websites
Firstly, I am finding it quite useful to explore the innovations of WordPress because I use the dashboard within WordPress almost on a daily basis for my business. Secondly, it strengthened my skill set in learning what REST API is, which I wrote about in my last...
by Mr.Oates | Feb 12, 2026 | Websites, College class
As a website designer for 15 years, I have primarily used WordPress for my desktop publishing for my client’s websites. My encounters with other designers has been that many use it as well. Also, clients that have a site already and it needs optimization will bring me...
by Mr.Oates | Jan 14, 2026 | College class
To generate documentation for my program there is a generator called Javadoc. My integrated development environment (IDE), NetBeans, where the code can be tested as if being compiled, I can right click on a package of my program and then click “generate...
by Mr.Oates | Jan 3, 2026 | College class, skills
Java is a widely used object oriented programming language. Which basically means an object is created from a class( the parent class could be “Animal”), for example a cat object from that class would have attributes such as age, weight , name etc.. It then has...
by Mr.Oates | Nov 2, 2025 | College class, Security
The security status of my operating system Use the command line netstat -np tcp in the shell The entry TCP 127.0.0.1:56663 127.0.0.1:64867 ESTABLISHED shows an active, secure connection occurring on your local computer. Here is a breakdown of what each part means....