Computer Information and Projects

Documents by Mark Ashinhust




Want to start learning something new?


Below you will find information and notes that I have gathered throughout my years as a student in regards to Engineering and Programming

Not only will this include Programming Paradigms and languages but also information on cloud services, AI and much more

If you have any questions, please feel free to contact me at ashinhust.brass@gmail.com


-->

Learn How to code C++

Learn how to code C++, a middle-level coding language. C++ can run on Linux, Mac and Windows
The best specifications regarding reasons to learn C++ are:

  1. C++ dependance on hardware and memory. Due to being a C derived language, there are a lot of opportunities for users to interact with low-level language. This can inevitably lead to better software development and optimization of programs.
  2. C++ is the most widely used programming languages in application and system programming
  3. With various ways to code, Object Orientation is one that C++ can soar with and you along with it. Learn the implementation of the 4 rules of OOP

Get Started Learning Cpp

learncpp

Cloud Computing

Different cloud computing service models including IaaS, PaaS and SaaS
Learn how to work with virtual machines and cloud machines and their benefits for you personally or your business.

Learn Cloud Computing


Data Structures

Basic data structures:
Includes Binary Search Trees, Binary Trees and Linked Lists
Advantages and Disadvantages to certain types of structures and where to use them

Learn Basic Data Structures

learncpp

Python

Begin to understand the basics of the Python Programming languages. From the object oriented implementation to intricate paradigms this is a great place to get started.

Learn Python Basics


My Projects

Personal projects that I have worked on. Many of these will still be active
My Projects

learncpp

About Me

My name is Mark Ashinhust. I am an Undergraduate student at Arizona State University studying Computer Systems Engineering and Computational Mathematics. Above are links to information and notes that I have gathered along the way and hope you can learn something with me.