Despre mine
Numele meu este Brett Fry, originar din Dallas. Lucrez cu dedicație pentru a mă asigura că site-urile și aplicațiile mele folosesc cele mai moderne tehnologii și respectă cele mai bune practici. Sunt competent nu doar în programare și dezvoltare web, ci și în tehnologiile și practicile de securitate necesare pentru configurarea și întreținerea completă a site-ului.
Detalii de contact
Brett Fry
Educaţie
SANS Technology Institute
Certificat postuniversitar în apărare cibernetică•2024
A fost un program grozav cu un accent pe apărarea cibernetică
SANS Technology Institute
Master în Ingineria securității informației•2022
A fost un program grozav cu un accent pe apărarea cibernetică
University of Maryland University College
Licență în media digitală și tehnologia web•2015
Am finalizat cerințele pentru diploma de licență în Media Digitală și Tehnologia Web cu o medie generală de 4.0/4.0
University of Maryland University College
Licență în informatică•2015
Am finalizat cerințele pentru diploma de licență în Informatică cu o medie cumulată de 4.0/4.0
Experienţă
USAFRICOM
Analist/Planificator principal pentru operațiuni cibernetice defensive • Sep 2021 - May 2025
Am condus threat hunting și operațiuni defensive; am construit detecții, playbook-uri și raportare bazate pe inteligență pentru a crește reziliența în medii enterprise și de securitate ridicată.
US Army
Responder senior la incidente / Apărător de rețea cibernetică • Aug 2018 - Sep 2021
ISSM pentru enclave clasificate; am condus răspunsul la incidente, threat hunting și ingineria detecțiilor, îmbunătățind automatizarea și eficiența SOC.
US Army
Manager senior de cont COMSEC / Apărător de rețea cibernetică • Oct 2016 - Jul 2018
Am gestionat active de comunicații securizate și activități de apărare cibernetică, aliniind conformitatea, riscul și operațiunile pentru a proteja sisteme critice.
US Army
Specialist în operațiuni de rețea • Mar 2013 - Oct 2016
Am operat și menținut infrastructură de rețea strategică, sprijinind exerciții multinaționale și îmbunătățind disponibilitatea prin monitorizare și depanare proactivă.
Abilităţi
Așa cum am menționat, am peste 20 de ani de experiență în industria IT și dețin numeroase certificări civile și militare în acest domeniu.
1.) HelpUs - HowTo Site, class: CMST 385, created: 2015
Acest site a fost creat în clasa mea CMST 385 (Principiile designului web și tehnologiei I) în 2015. Demonstrează abilitatea mea de a crea conținut care respectă ghidurile XHTML, CSS și PHP. Conținutul site‑ului oferă un ghid pentru cei interesați de Raspberry Pi, în special cum să configureze un server web. Ideea site‑ului este de a crea o lume mai bună prin împărtășirea cunoștințelor și inspirarea altora să facă acest lucru singuri. Site‑ul oferă ghiduri pas cu pas pentru configurarea unui Raspberry Pi, instalarea și configurarea unui server web, crearea unei pagini sau a unui site web simplu și configurarea serviciilor DNS dinamice. Aspectul și designul sunt fluide, iar designul împinge spațiul alb spre marginile exterioare.
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.
Dacă sunteți interesat de serviciile mele sau doriți să aflați mai multe informații, vă rog să nu ezitați să mă contactați.