Programming
1.C#
An object-oriented programming language developed to run on a .Net framework by Microsoft. It's considered to be one of the more popular programming languages around the world. Due to its efficiency and flexibility, it's utilized across many different domains including web, gaming, and mobile app development. Studied at Henry Ford College
2.PHP
An open source scripting language utilized in collaboration with responsive websites. Such as form submission, user sessions and other data base interactions. This server side programming language has evolved into a powerful, flexible language and is widely used on multiple platforms. Studied at Henry Ford College.
3.Python
A server side programing language that allows multiple approaches to writing code. Not only is it object-oriented, it's also considered procedural programming, functional programming, scripting, dynamic typing, concurrent and parallel programming and metaprogramming. By far, Python is a high-level language that is known worldwide. User friendly for beginners and enjoyable for experienced programmers. Studied at Henry Ford College.
4.SQL
A Structured Query Language designed to manage relational databases by storing, querying, updating and deleting data. Once a SQL statement is made, a database management system will execute and process the request. Developed back in the 1960's, it wasn't commercially available until 1980. SQL has been the backbone in creating other databases such as MySQL, PostgreSQL, SQLite, and MariaDB. Studied at Henry Ford College.