<!doctype html>
<html lang="en">

<head>
    <!-- Title -->
    <title>Hamada Emam Portfolio - Laravel PHP Backend Engineer</title>

    <!-- ahrefs verification -->
    <meta name="ahrefs-site-verification" content="873197e1bdc45f7750c73ca1a11c10f377b5b7e91df3b0a6f2f1da6a3bdf12cb">
    <!-- Cloudflare Web Analytics -->
    <script defer src='https://static.cloudflareinsights.com/beacon.min.js'
        data-cf-beacon='{"token": "00177c0867d64b78aeb6bbe1a3eb1697"}'></script><!-- End Cloudflare Web Analytics -->

    <!-- Meta Description -->
    <meta name="description"
        content="Senior Backend Engineer specializing in PHP & Laravel. Building scalable APIs, microservices & enterprise systems. 4+ years experience. Available for hire.">

    <!-- Meta Character Set -->
    <meta charset="utf-8">

    <!-- Basic Info -->
    <meta name="keywords"
        content="Hamada Emam, Software Engineer, Backend Developer, PHP, Laravel, API development, scalable systems, automation solutions, backend experience, web development, software architecture, emam tech, hamada emam, hamada tech, emam hamada, tech hamada, tech emam, hamada backend, backend hamada, backend emam, emam backend, php backend, laravel backend, api backend, devops backend" />
    <meta name="theme-color" content="#0f172a" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="google-site-verification" content="G-M3DG24XENJ" />

    <!-- Social / Open Graph -->
    <meta property="fb:app_id" content="1485339839180599" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="/" id="og-url" />
    <meta property="og:site_name" content="Hamada Emam Portfolio" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:image" content="./assets/og-image.png" id="og-image" />
    <meta property="og:image:alt" content="Hamada Emam - Software Engineer & Backend Developer Portfolio" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:title" content="SHamada Emam | PHP/Laravel Backend Engineer - Portfolio" />
    <meta name="twitter:title" content="Hamada Emam - PHP Laravel Backend Engineer" />
    <meta name="twitter:description"
        content="Senior Backend Engineer specializing in PHP & Laravel. Building scalable APIs, microservices & enterprise systems. 4+ years experience.">
    <meta property="og:description"
        content="Senior Backend Engineer specializing in PHP & Laravel. Building scalable APIs, microservices & enterprise systems. 4+ years experience.">
    <meta name="twitter:image" content="./assets/og-image.png" id="twitter-image" />
    <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="@hamada_emam">
    <meta name="twitter:creator" content="@hamada_emam">
    <meta name="twitter:image:alt" content="Hamada Emam | PHP/Laravel Backend Engineer - Portfolio">

    <!-- Icons -->
    <link rel="icon" type="image/png" href="./favicon.ico" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />

    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="dns-prefetch" href="https://fonts.googleapis.com">
    <link rel="dns-prefetch" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"
        media="print" onload="this.media='all'">

    <link rel="canonical" href="https://hamada.emam.tech/" />

    <!-- ✅ Preload important fonts -->
    <link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" as="style"
        onload="this.rel='stylesheet'">
    <noscript>
        <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap">
    </noscript>

    <!-- Sitemap + hreflang + robots -->
    <link rel="sitemap" type="application/xml" title="Sitemap" href="./sitemap.xml" />

    <!-- Styles -->
    <style>
        body {
            font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
            margin: 0;
            background: #0f172a;
            color: #e2e8f0;
        }

        a {
            color: #60a5fa;
        }

        .seo-content {
            max-width: 1100px;
            margin: 28px auto;
            padding: 24px;
            line-height: 1.6;
        }

        h1 {
            color: #fff;
            font-size: 2rem;
            margin: 0 0 12px 0;
        }

        h2 {
            color: #f1f5f9;
            margin-top: 18px;
        }

        .external-links {
            margin-top: 16px;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .external-links a {
            background: rgba(255, 255, 255, 0.04);
            padding: 8px 12px;
            border-radius: 6px;
            text-decoration: none;
            color: #cbd5e1;
        }

        .footer {
            margin-top: 30px;
            font-size: 0.95rem;
            color: #94a3b8;
        }

        .social-share {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 1000;
        }

        .social-share a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }

        .social-share a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
        }

        .share-facebook {
            background: linear-gradient(135deg, #1877f2, #4267B2);
        }

        .share-twitter {
            background: linear-gradient(135deg, #1da1f2, #0c85d0);
        }

        .share-linkedin {
            background: linear-gradient(135deg, #0077b5, #006699);
        }

        .share-github {
            background: linear-gradient(135deg, #24292e, #111827);
        }

        @media (max-width:720px) {
            .seo-content {
                padding: 16px
            }

            .social-share {
                right: 8px
            }
        }

        #seo-fallback {
            visibility: hidden;
            height: 0;
            overflow: hidden;
        }
    </style>

    <script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>

    <script src="https://analytics.ahrefs.com/analytics.js" data-key="qIaGC+CyH/lpvoMenS6hSg" async></script>

    <!-- Structured Data -->
    <script type="application/ld+json" id="structured-data">
    {
        "@context": "https://schema.org",
        "@type": "Person",
        "name": "Hamada Emam",
        "jobTitle": "Software Engineer & Backend Developer",
        "url": "https://hamada.emam.tech",
        "description": "Experienced backend engineer building scalable APIs and automation solutions with PHP and Laravel. Specializing in modern web development and software architecture.",
        "sameAs": [
            "https://www.linkedin.com/in/hamada-emam",
            "https://github.com/hamada-emam",
            "https://twitter.com/hamada_emam",
            "https://www.facebook.com/hamada.m.elshomoty"
        ],
        "image": "https://hamada.emam.tech/assets/og-image.png",
        "knowsAbout": [
            "PHP Development",
            "Laravel Framework",
            "API Development",
            "Backend Engineering",
            "Automation Solutions",
            "Scalable Systems",
            "Database Design",
            "Software Architecture"
        ]
    }
    </script>

    <!-- WebSite Schema -->
    <script type="application/ld+json" id="website-structured-data">
    {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "name": "Hamada Emam Portfolio",
        "url": ""
    }
    </script>

    <!-- Dynamic URLs Script -->
    <script>
        (function () {
            const origin = window.location.origin;
            const path = window.location.pathname;

            document.getElementById('og-url')?.setAttribute('content', origin + path);
            document.getElementById('og-image')?.setAttribute('content', origin + '/assets/og-image.png');
            document.getElementById('twitter-image')?.setAttribute('content', origin + '/assets/og-image.png');

            const sd = document.getElementById('structured-data');
            if (sd) {
                try {
                    const data = JSON.parse(sd.textContent);
                    data.url = origin + path;
                    data.image = origin + '/assets/og-image.png';
                    sd.textContent = JSON.stringify(data);
                } catch (e) { console.error('Structured Data JSON error', e); }
            }

            const ws = document.getElementById('website-structured-data');
            if (ws) {
                try {
                    const data = JSON.parse(ws.textContent);
                    data.url = origin;
                    ws.textContent = JSON.stringify(data);
                } catch (e) { console.error('Website Schema JSON error', e); }
            }

            document.querySelectorAll('link[rel="alternate"]').forEach(link => {
                if (link.getAttribute('href')?.startsWith('/')) {
                    link.setAttribute('href', origin + link.getAttribute('href'));
                }
            });
        })();
    </script>
  <script type="module" crossorigin src="./assets/index-BIYmmxnt.js"></script>
  <link rel="stylesheet" crossorigin href="./assets/index-BZIPqVz_.css">
</head>

<body>
    <div id="seo-fallback" class="seo-content" aria-hidden="false">
        <h1>Hamada Emam — Expert Laravel Backend Engineer & Software Developer</h1>
        <p>
            I am <strong>Hamada Emam</strong>, a passionate <strong>Backend Engineer</strong> and
            Laravel Developer specializing in building secure, scalable, and high-performance
            backend systems. With a focus on clean architecture, API design, and
            database optimization, I help businesses automate workflows, improve reliability, and
            scale efficiently in production environments.
        </p>

        <h2>Professional Summary</h2>
        <p>
            As a PHP Backend Engineer with expertise in Laravel,
            MySQL, and RESTful API development, I deliver
            enterprise-grade software solutions across multiple industries, including
            logistics, SaaS, and e-commerce. My goal is to translate business requirements into clean,
            maintainable code that drives measurable performance gains and operational efficiency.
        </p>

        <h2>Core Expertise</h2>
        <p>
            My technical toolkit includes <strong>Laravel</strong>, <strong>PHP 8+</strong>,
            <strong>MySQL</strong>, <strong>PostgreSQL</strong>, <strong>Redis</strong>,
            <strong>Docker</strong>, and <strong>Linux server administration</strong>.
            I design and implement <strong>microservices architectures</strong>, handle
            <strong>asynchronous processing with queues</strong>, and build robust APIs that power
            both web and mobile applications.
        </p>
        <ul>
            <li>Backend development using PHP/Laravel</li>
            <li>API design (REST, GraphQL) and integration</li>
            <li>Database optimization and indexing strategies</li>
            <li>Authentication, authorization, and security best practices</li>
            <li>Cloud deployment, CI/CD, and server monitoring</li>
            <li>Docker containerization and Linux system administration</li>
        </ul>

        <h3>Experience & Achievements</h3>
        <p>
            Over the past4+ years, I’ve worked on20+ projects serving
            more than200 companies and100K+ users worldwide. I have built
            shipping systems,HR management platforms,
            subscription billing systems, andAPI integrations for
            Shopify and theEgyptian Tax Authority (ETA).
            My work has helped organizations reduce latency, increase uptime to 99.8%, and deliver faster, more
            reliable digital experiences.
        </p>
        <h6>My Journey</h6>
        <p>
            With 4+ years of specialized backend development experience, I've dedicated my career
            to architecting and implementing robust, scalable
            solutions using modern PHP frameworks, cloud infrastructure, Linux servers Admin and
            microservices patterns.
        </p>
        <h5>Engineering Philosophy</h5>
        <p>
            My work powers mission-critical systems for 160+ companies worldwide, processing millions of requests daily
            while maintaining 99.8% uptime and optimized performance.
        </p>
        <p className="text-muted-foreground leading-relaxed">
            I bring a <span className="text-primary font-semibold">comprehensive, full-stack perspective</span> to
            backend development, ensuring seamless integration with frontend systems, robust DevOps practices, and
            complete, production-ready solutions that align with business objectives.
        </p>
        <p className="text-muted-foreground leading-relaxed">
            My expertise spans <span className="text-accent font-semibold">enterprise systems design, RESTful/Graphql
                API development, database optimization, and high-performance infrastructure</span>—enabling businesses
            to scale efficiently while maintaining system reliability.
        </p>
        <p>
            Beyond coding, I believe in creating sustainable engineering cultures that value
            testing, automation, and continuous improvement. I mentor junior developers, implement
            agile methodologies, and promote best practices in code review and
            version control. My mission is to deliver software that scales technically and supports business growth
            with confidence and transparency.
        </p>

        <h4>Project Leadership</h4>
        <p>
            As a Technical Lead and Project Manager, I combine strong backend
            expertise with project coordination skills. I have managed distributed teams,
            implemented Agile & Scrum frameworks, and maintained high-quality standards
            throughout the software lifecycle. My leadership ensures projects are delivered on time,
            on budget, and aligned with stakeholder goals.
        </p>

        <h4>How I Can Help</h4>
        <p>
            If your company needs to optimize performance, reduce response times,
            or integrate complex APIs, I can help design a clear backend strategy using
            modern tools and proven architecture patterns. From API-first systems to
            <strong>enterprise integrations</strong>, I deliver stable solutions that evolve with your business.
        </p>

        <h5>Explore My Work</h5>
        <ul>
            <li><a href="/about" title="About">About</a> — learn more about my skills, background, and technical
                expertise.</li>
            <li><a href="/projects" title="Projects">Projects</a> — explore enterprise systems, SaaS tools, and
                e-commerce platforms
                I’ve built.</li>
            <li><a href="/experience" title="Experience">Experience</a> — see my career timeline, roles, and measurable
                results.</li>
            <li><a href="/hire-me" title="Hire">Hire Me</a> — collaborate on backend architecture or software
                consulting.</li>
            <li><a href="/start-project" title="Start">Start a Project</a> — let’s design a scalable backend for your
                next idea.
            </li>
            <li><a href="/contact" title="Contact">Contact</a> — connect for freelance, part-time, or full-time
                opportunities.</li>
            <li><a href="/support" title="Support">Support</a> — open a support ticket or request a consultation.</li>

            <li><a href="/blog/building-scalable-laravel-apis" title="Blog">Blog-building-scalable-laravel-apis-</a> —
                read
                my
                technical posts about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/microservices-architecture-laravel"
                    title="Blog-microservices-architecture-laravel">Blog-microservices-architecture-laravel</a> — read
                my
                technical posts about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/optimizing-mysql-queries"
                    title="Blog-optimizing-mysql-queries">Blog-optimizing-mysql-queries</a> — read my technical posts
                about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/event-driven-architecture-php"
                    title="log-event-driven-architecture-php">Blog-event-driven-architecture-php</a> — read my technical
                posts about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/api-security-best-practices"
                    title="Blog-api-security-best-practices">Blog-api-security-best-practices</a> — read my technical
                posts about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/redis-caching-strategies"
                    title="Blog-redis-caching-strategies">Blog-redis-caching-strategies</a> — read my technical posts
                about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/docker-laravel-production"
                    title="Blog-docker-laravel-production">Blog-docker-laravel-production</a> — read my technical posts
                about Laravel, backend architecture, and DevOps.
            <li><a href="/blog/testing-laravel-applications"
                    title="Blog-testing-laravel-applications">Blog-testing-laravel-applications</a> — read my technical
                posts about Laravel, backend architecture, and DevOps.
            </li>
        </ul>

        <h2>Share This Portfolio</h2>
        <p>Quick share links for social platforms:</p>
        <div class="social-share" aria-hidden="false">
            <a class="share-facebook" href="https://www.facebook.com/hamada.m.elshomoty" title="Share on Facebook"
                aria-label="Share on Facebook">f</a>
            <a class="share-linkedin" href="https://www.linkedin.com/in/hamada-emam-tech/" title="Share on LinkedIn"
                aria-label="Share on LinkedIn">in</a>
            <a class="share-github" href="https://github.com/hamada-emam" title="GitHub">GH</a>
            <a class="share-medium" href="https://medium.com/@hamadaemam" title="Medium">MD</a>
        </div>
        <!-- Social Share Links (SEO Friendly) -->
        <div class="social-share-inline" style="display:flex; gap:8px; margin-top:24px;">
            <!-- Facebook -->
            <a href="https://www.facebook.com/sharer/sharer.php?u=https://hamada.emam.tech" target="_blank"
                rel="noopener noreferrer" aria-label="Share on Facebook"
                style="background:#1877f2; color:#fff; width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-weight:bold; text-decoration:none;">
                F
            </a>

            <!-- Twitter -->
            <a href="https://twitter.com/intent/tweet?text=Check%20out%20Hamada%20Emam%20%E2%80%94%20Backend%20Engineer%20%26%20Laravel%20Developer&url=https://hamada.emam.tech"
                target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"
                style="background:#1da1f2; color:#fff; width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-weight:bold; text-decoration:none;">
                T
            </a>

            <!-- LinkedIn -->
            <a href="https://www.linkedin.com/sharing/share-offsite/?url=https://hamada.emam.tech" target="_blank"
                rel="noopener noreferrer" aria-label="Share on LinkedIn"
                style="background:#0077b5; color:#fff; width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-weight:bold; text-decoration:none;">
                in
            </a>

            <!-- WhatsApp -->
            <a href="https://api.whatsapp.com/send?text=Check%20out%20Hamada%20Emam%20%E2%80%94%20Backend%20Engineer%20%26%20Laravel%20Developer%20https://hamada.emam.tech"
                target="_blank" rel="noopener noreferrer" aria-label="Share on WhatsApp"
                style="background:#25D366; color:#fff; width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-weight:bold; text-decoration:none;">
                WA
            </a>

            <!-- Email -->
            <a href="mailto:?subject=Check%20out%20Hamada%20Emam%20%E2%80%94%20Backend%20Engineer%20%26%20Laravel%20Developer&body=Check%20out%20this%20portfolio:%20https://hamada.emam.tech"
                target="_blank" rel="noopener noreferrer" aria-label="Share via Email"
                style="background:#6b7280; color:#fff; width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-weight:bold; text-decoration:none;">
                @
            </a>
        </div>

    </div>

    <!-- Fallback observer script -->
    <script>
        (function () {
            var WAIT_MS = 700;
            function showFallback() { var seo = document.getElementById('seo-fallback'); if (!seo) return; seo.style.visibility = 'visible'; seo.style.height = 'auto'; seo.setAttribute('aria-hidden', 'false'); }
            function hideFallback() { var seo = document.getElementById('seo-fallback'); if (!seo) return; seo.style.visibility = 'hidden'; seo.style.height = '0'; seo.setAttribute('aria-hidden', 'true'); }
            function onReady(fn) { if (document.readyState === 'complete' || document.readyState === 'interactive') { fn(); } else { document.addEventListener('DOMContentLoaded', fn); } }
            onReady(function () {
                var rootEl = document.getElementById('root');
                var timeoutId = setTimeout(function () { if (!rootEl || rootEl.children.length === 0) { showFallback(); } }, WAIT_MS);
                if (rootEl) {
                    var observer = new MutationObserver(function () { if (rootEl.children.length > 0) { clearTimeout(timeoutId); try { observer.disconnect(); } catch (e) { } hideFallback(); } });
                    observer.observe(rootEl, { childList: true, subtree: false });
                }
                setTimeout(hideFallback, WAIT_MS + 100);
            });
        })();
    </script>

    <div id="root" aria-hidden="false"></div>
</body>

</html>