I am an experienced Cloud/DevOps Engineer with a demonstrated history of working in the information technology industry. Strong engineering professional skilled in Linux, IaaS, PaaS, SaaS, Agile Methodologies, Databases, and Software Development. I am a support escalation engineer for Delinea’s DevOps line of products to get customer-facing experience and expand my DevOps skills. My desired position would be a DevOps engineer working with AWS or a developer advocate working within the DevOps SAAS space. When not working at Delinea, I am working on a Master of Science in Computer Science, which I completed one-third of the program. I am currently married to my wife Cindy for 22 years, and we have three children and three dogs (2 Vizslas and one rescue).
Download ResumeDevOps Support Escalation Engineer
Delinea, Redwood City CA (Remote)
Principal Member of Technical Staff
Oracle, Redwood Shores CA (Remote)
Senior Software Engineer
Hyperion Solutions, Stamford, CT
Software Engineer
Canberra Industries, Meriden CT
Bachelor of Science: Computer Science, Southern Connecticute State University - New Haven, CT
Languages: Bash/Shell, Python, PowerShell, JavaScript, C/C++, Visual Basic, SQL
Cloud Technologies: Oracle Cloud Infrastructure, Microsoft Azure, AWS
Database: Oracle Database 11-19c, Microsoft SQL Server, MySQL, MongoDB
DevOps: Ansible, Docker, Terraform, SVN, Git, Gitlab, CI/CD
Software: MS Office Suite, Jira, Confluence, Microsoft Code, Salesforce
Platforms: Microsoft Windows 10, Microsoft Server 2012/2016, Linux
Virtualization: VMware, Oracle VM, Oracle VirtualBox, Microsoft Hyper-V
Web: HTML, CSS, Bootstrap 5, Microsoft IIS, Oracle HTTP Server, Weblogic
The Cloud Resume Challenge is a hands-on project designed to help bridge the gap from cloud certification to cloud job. It incorporates many of the skills that real cloud and DevOps engineers use in their daily work. Cloud challenge was designed by Forrest Brazeal. More information about the challenge can be found on official website.
Review the GitHub repository links to the left to review the source code for this project.
Review the GitHub repository link to the left to review the source code for this project.
Write a code sample that does the following tasks:
Input Variables: AWS Credentials, Instance Size, Instance Name, file name (to place in /tmp directory)
Assumptions: You may assume that the file will be no bigger than 1kb.
Requirements:
Review the GitHub repository link to the left to review the source code for this class.
Review the GitHub repository link to the left to review the source code for this class.
Gym Management System is important because it plays a major role in our life's. Managing the fitness center to fulfill the needs of users is important. The fitness center for which this gym management database is designed is a multiple branch fitness center that houses exercise equipment. It also includes cardio workout sessions, group exercise classes (like aerobics, yoga, spin, etc.) and personal training. Our gym management software will in turn allow fitness centers to work more efficiently, make payments effortless for customers, and create additional value. In this project we will showcase the Gym Management System by a simple Entity-Relationship diagram.
Review the GitHub repository link to the left to review the source code for this class.
Simple personal website using HTML and CSS.
Simple personal website using HTML, CSS and Bootstrap 5.
In this programming assignment, we were asked to write JavaScripts to solve the following problems.
Review the GitHub repository link to the left to review the source code for this class.
For this project, I created a benchmarking tool to compute a computer's computational performance. I designed this benchmarking tool to measures the CPU speed for floating-point operations per second (Giga FLOPS) and integer operations per second (Giga IOPS). This benchmarking tool measures the processor speed at several different levels of concurrency (1 thread, 2 threads, 4 threads, and 8 threads).
For this project, I learned how to build a virtual cluster using CentOS 7. Using the Pacemaker software solution, I designed and built a virtual cluster of 5 nodes with one data node.
For this project, I extended the functionality of the client/server file server application. This project aims to teach the student how to build a simple centralized file sharing system using Python's socket programming. I extended this file server so the client could upload files to the server.
I set up the Hadoop MapReduce framework to execute a word count application for this project assignment. In this assignment, I broke it down into two parts. I set up the virtual cluster of 3 nodes in the first part of the project and then installed the Hadoop framework. For the second part of the project, I ran several test applications on the Hadoop cluster that I created in step one.