https://bigpanda.expert/

Submitted URL:
https://bigpanda.expert/
Report Finished:

The outgoing links identified from the page

LinkText
https://twitter.com/FrankBigPanda Twitter
https://linkedin.com/in/fgallagher LinkedIn
https://github.com/frank-gallagher-jr GitHub

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
logother
URL
https://bigpanda.expert/script.js
Text
Profile page loaded successfully
errornetwork
URL
https://bigpanda.expert/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Frank Gallagher, Jr - AIOps Architect</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <!-- Background image -->
    <div class="background">
        <img src="assets/images/fg/background.jpg" alt="Background Image" class="bg-image">
    </div>

    <!-- Profile Section -->
    <div class="profile-container">
        <!-- Left side: portrait -->
        <div class="portrait-section">
            <img src="assets/images/fg/portrait.jpg" alt="Frank Gallagher, Jr." class="portrait">
        </div>

        <!-- Right side: text info -->
        <div class="info-section">
            <h1>Nice to meet you, I'm</h1>
            <h2>Frank Gallagher, Jr</h2>
            <h3>I'm an AIOps Architect working on Rapid Prototyping and Innovation at BigPanda</h3>

            <div class="location">
                <strong>Location:</strong> Las Vegas, Nevada
            </div>
<div class="biography">
    <strong>Biography:</strong> First and foremost, I’m a husband, stepfather, and cat-dad. I find joy in music and I’m well-traveled.
    
    <br><br>I'm also a highly skilled expert in a variety of enterprise-class software and SaaS solutions. 
    <br><br>I have more than 23 years in technology systems and services. Over 20 of those years, I've worked directly in IT Operations and IT Service Delivery with a focus on Monitoring and Observability tools, IT Process Orchestration, Software Automation, IT Service Management, Event Management, and Notification Management platforms.
    
    <br><br>Over the last several years, I’ve worked on a handful of commercial, proof-of-concept, and open-source projects, focusing on developing and deploying a number of AI systems and technologies (algorithmic models, data classification models, and LLMs alike). I have experience with the development and prototyping of Natural Language Processing and Natural Language Understanding features, as well as information retrieval products (vector embedding, vector search, semantic similarity). These products and features are used daily by IT operations teams in critical service delivery environments around the globe. In the course of my work at BigPanda, I have been listed on several pending patents.
    
    <br><br>Thanks to my keen eye for detail and a deep passion for words, lexicon, and orthography, I’m also highly adept at purposeful prompt engineering for Generative AI models.
    
    <br><br>Thanks for reading. Feel free to follow me on social media!
</div>


            <!-- Social Links -->
            <div class="social-links">
                <a href="https://twitter.com/FrankBigPanda" target="_blank" class="social-icon">
                    <i class="fab fa-twitter"></i> Twitter
                </a>
                <a href="https://linkedin.com/in/fgallagher" target="_blank" class="social-icon">
                    <i class="fab fa-linkedin"></i> LinkedIn
                </a>
                <a href="https://github.com/frank-gallagher-jr" target="_blank" class="social-icon">
                    <i class="fab fa-github"></i> GitHub
                </a>
            </div>

            <!-- Buttons -->
            <div class="action-buttons">
                <a href="FrankGallagher-BigPanda_Expert.vcf" class="button download-vcard" download="">Download vCard</a>
                <a href="mailto:[email protected]" class="button contact-me">Contact Me [Personal]</a>
                <a href="mailto:[email protected]" class="button contact-me">Contact Me [Work]</a>
            </div>
            </div>
        </div>
    

    <script src="script.js"></script>


</body></html>