
About Me
My name is Brett Fry, I am a Dallas native who works diligently to ensure my sites and applications use the most modern technologies and follow best business practices. Additionally, I am not only competent in Programming and Web Developement languages, but the back-end technologies and security practices needed to configure and maintain the overall site. This site is a portfolio of what I can do with three SoC devices and all open-source products. Currently, I am in the process of developing a scalable platform to host my website and applications (being able to load-balance). If you wish to learn about my setup click here for a detailed breakdown.
Contact Details
Brett Fry
Education
SANS Technology Institute
Graduate Certificate in Cyber Defense•2024
Was a great program with a focus on Cyber Defense
SANS Technology Institute
Masters in Information Security Engineering•2023
Was a great program with a focus on Cyber Defense
University of Maryland University College
Bachelors in Digital Media and Web Technology•2015
Completed my degree requirements in Digital Media and Web Technology with a cumulative grade point average GPA of 4.0/4.0
University of Maryland University College
Bachelors in Computer Science•2015
Completed my degree requirements in Computer Science with a cumulative grade point average GPA of 4.0/4.0
Work
US Army
Network Operations NCO• March 2013 - Present
My primary function is to operate and maintain a units strategic network infrastructure and ensure that there is limited downtime.
US Army
Information Systems Instructor • September 2009 - March 2013
I served as the Lead Information Systems Instructor and Cisco Certified Academy Instructor providing training to Soldiers and Civilians alike in the US Army.
Skills
As mentioned I have over 20 years experience in the IT industry and currently hold numerous civilian and military certification in this area.

1.) HelpUs - HowTo Site, class: CMST 385, created: 2015
This site was created in my CMST 385 (Principles of Web Design and Technology I) in 2015. It demonstrates my ability to create content that complies with the XHTML, CSS, and PHP guidelines. The site content provides a how to guide for those interested in the Raspberry Pi, more specifically how to setup a webserver. The idea of the site is to create a better world through sharing knowledge and inspiring others to do it themselves. The site provides step-by-step guides for setting up a raspberry pi, installing and configuring a web server, creating a simple web page/site, and setting up dynamic DNS services. The layout and design are fluid and design pushes the whitespace to the outside edges. .
Fry Development, Webdesign
2.) 21st TSC Website, class: CMST 386, created: 2015
This site was created in my CMST 386 (Principles of Web Design and Technology II) class in 2015. . It demonstrates my ability to create content using JavaScript, PHP, CSS3, and HTML5. It was designed to be an improvement of my units website using modern web development standards and practices. The site contains a JavaScript slide show of current events on the home page. The rest of the site covers the history of the unit, the current leadership, the units mission, news and featured YouTube videos (some, which I have been involved in.), Command interests (including phone numbers), Family programs information and events, and a page that uses PHP. The site also uses Google search that allows the users to search the content of the site.
FRY DEVELOPMENT, WEBDESIGN
4. ) JSP Quiz, class: CMIS 440, created: 2014
This program/application was created in my CMIS 440 (Advanced Programming in Java) class in 2014. It was created to demonstrate my ability to create dynamic web content using JSP. This particular application is a basic quiz that is capable of dynamically creating a math quiz and providing user feedback with a score (it is limited to subtractions). It is designed using Model-View-Control Design (MVC). More specifically the design pattern uses one JSP page to act as a controller in this case the user-input.jsp and the user inputs data, the Subtraction.java acts as the model, and the output.jsp is the Viewer that displays the appropriate information. Lastly, the site makes us of a Glassfish server I have installed on my raspberry pi and not the default NGINX web server.
FRY DEVELOPMENT, WEB APPLICATION
9.) Objective-C Playlist, class: CMIS 115, created: 2015
This application was created in my CMIS 115 class in 2015. It demonstrates I have a basic understanding of Objective-C. The project is meant to demonstrate the ability of arrays and storing strings using numerous songs and artists. More specifically, the role is to create an application to create a playlist and output the information to a file on your computer. The deliverables for the program was to use the SongList class, add a method for printing the songname and artist to a file named “Mysongs.txt”. Then create methods to list and sort the contents of the SongList. Using NSString classes and other Array Objects as needed write a test program that gets inputs from a user and adds at least 10 SongList items and then sorts, and prints each SongList item to the file with each SongList on a separate line. It sorts by artist. It also uses “real” song names and artists for entries. Lastly, it provides a separate @interface, @implementation and test program files using “.h” for interface files, and “.m” for implementation and program files.
FRY DEVELOPMENT, Application development
10.) C++ Cash Register, class: CMIS 315, created: 2015
This application was created in my CMIS 315 class in 2015. This project demonstrates competency in creating C++ applications. More specifically, this project was designed to demonstrate the usage of functions/methods and inheritance as well as the successful implementation of classes and subclasses and subclasses of subclasses in a C++ program. The program is used as a basic grocery store application that prompts the user for the number of items they would like to buy then for each item it added the object to the cart and then outputs the variables based on the users input for each subclass. This project demonstrates the uses of multiple types of loops, functions, pointers, vectors, classes, switch statements, and if-else statements.
FRY DEVELOPMENT, APPLICATION
6.) Java Hiring Servlet, class: CMIS 440, created: 2014
This program/application was created in my CMIS 440 class in 2014. It was created to demonstrate my competency in creating Model 2 architecture Java Application using servlets. It also demonstrates my ability to create dynamic web content using Java Servlets and JSP pages. The application is designed to keep track of employees. This servlet demonstrates the Model 2 architecture by accepting user input, checking the business logic inside the HiringServlet and using beans to generate and store information requested by and input by the user, then passing the information back to the HiringServlet and outputting it to the viewer (ThankYou.jsp). The information displayed should be all the information inside the Combo.txt file if populated and the information just input by the user. If you need any assistance understanding how to use the application please click the details link.
FRY DEVELOPMENT, WEB APPLICATION
11.) Python calculator, class: CMST 290, created: 2015
This application was written in my CMST 290 class in 2015. This was created to demonstrate my understanding of the Python programming language as well as basic programming and design fundamentals. This application is written in both Python v2 and v3. It performs a series of calculations based on the user's input. The original assignment was to create an interactive application using a scripting language. Because I use Python on a regular basis for administrative tasks, I decided to write a basic calculator based on the pseudocode project that was required. This program uses numerous sequential, selection, and repetitive programming statements allowing the user to perform multiple calculations and prompts them after each calculation to ask if they would like to end the program. When run, the program displays five menu items for users to make a calculation and a sixth option to exit the program. The pseudocode provides details of the five calculations and displays output to the users.
FRY DEVELOPMENT,APPLICATION DEVELOPMENT
3.) Realtor - House Tracker, class: CMIS 485, created: 2015
This PHP web application/site is based on an earlier application I developed using a Windows server and MS Access in my CMIS 485 class in 2015. It demonstrated my technical competence in developing PHP products in a Windows/Linux/Mac environment. The application running has been modified from the original (which allowed a user to connect to an ACCESS database and is available for download) to allow the user to connect to a MySQL database and make changes to customers of a realtor. Overall this displays my technical competence in open-source technologies such as MySQL, Linux, NGINX, and PHP. By using open-source products a business could save millions of dollars a year in licensing and support.
FRY DEVELOPMENT, Application development
5. ) Java Webstore, class: CMSC 495, created: 2015
This site was created in my CMSC 495 (Current Trends and Projects in Computer Science) class in 2015. I was the project lead and did the majority of the programming. This project was designed to demonstrate my understanding of Java application development and show my ability to create complex web applications, which can be used for eCommerce. It also demonstrates the ability of Java servlets to connect to a database. This particular application allows a user to make purchases from an online store. It then requires them to enter valid information in order to checkout. Lastly, it has the ability to let administrators update products and prices using an administrator portal. If you wish for a more in-depth view please click the details link.
FRY DEVELOPMENT, APPLICATION
7.) Java Staff Applet, class: CMIS 440, created: 2014
This application was created during my CMIS 440 class in 2014. It is a JApplet that can add, delete, remove, and update data inside a database and can move forward and backward through the database for ease of use. It uses the client-server architecture. There is nothing very special about this architecture except that it uses a Java file to connect to a database using an Oracle driver that had to be imported into the file. Despite the current trend of moving away from web applications, the United States Government and many other industry leaders still rely on this technology for many of their web applications and programs. This was created to demonstrate my ability to create Java applets. It is a Java applet capable of connecting to a database and allows the user to update information about individuals using an easy-to-use interface. Due to the recent updates to Java security, some modifications to browser security and Java security are needed. Please read the documentation if you wish to run the application.
FRY DEVELOPMENT, WEB APPLICATION
12.) Java Student Record GUI App, class: CMIS 242, created: 2014
This is a Java application I created in CMIS 242 in 2014. This project focuses on demonstrating my understanding of object-oriented programming, including reading data from an input file and processing the data to make a list of student objects. Finally, the student records in the list are displayed on a GUI. The GUI application is capable of iterating through a list of student objects and displaying the data of each student object using a graphical user interface (GUI). The program ends only if a button provided on the GUI is pressed. That is, all exceptions that may occur must be handled.
FRY DEVELOPMENT,APPLICATION DEVELOPMENT
8.) Student Info Finder, class: CMIS 440, created: 2014
This application was created in my CMIS 440 class in 2014. This demonstrates my ability to write to and read from files. Additionally, it demonstrates my ability to create applications using the Model 1 architecture. This application uses the Model 1 architecture: more specifically, it is a JSP web application where the JSP pages act as both views and controller. Instead of querying a database, it queries three files. The program allows the user to make requests using the page input-data: the user inputs an EMPLID into the input-data text field, selects the file for the class they wish to search for the data, then hits submit and passes the data to the server. The student-info.jsp processes the information and reads the files to see if the data exists in the file and if it doesn’t then it outputs an error message; if it does exist, then it sends the information to the screen with the desired information.
FRY DEVELOPMENT,APPLICATION DEVELOPMENTTestimonials.
Motivational
Get In Touch.
If you are interested in my services or would like to find out more information. Please feel free to contact me.