{"id":2283,"date":"2026-06-14T18:11:59","date_gmt":"2026-06-14T18:11:59","guid":{"rendered":"https:\/\/supercoderpk.com\/?page_id=2283"},"modified":"2026-06-14T18:16:16","modified_gmt":"2026-06-14T18:16:16","slug":"about","status":"publish","type":"page","link":"https:\/\/supercoderpk.com\/?page_id=2283","title":{"rendered":""},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2283\" class=\"elementor elementor-2283\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ccf844 e-flex e-con-boxed e-con e-parent\" data-id=\"4ccf844\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc6473c e-transform elementor-widget elementor-widget-text-editor\" data-id=\"fc6473c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:104,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>About Us \u2013 Java Web Development Hub<\/title>\n\n  <!-- Google Font -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root {\n      --bg-color: #020617; \/* Very dark slate *\/\n      --card-bg: rgba(15, 23, 42, 0.6);\n      --card-border: rgba(255, 255, 255, 0.08);\n      --accent-primary: #f97316; \/* Java Orange *\/\n      --accent-secondary: #2563eb; \/* Deep Blue *\/\n      --text-main: #f8fafc;\n      --text-muted: #94a3b8;\n      --glass-blur: 16px;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Inter', sans-serif;\n    }\n\n    body {\n      background-color: var(--bg-color);\n      background-image: \n        radial-gradient(circle at 10% 20%, rgba(249, 115, 22, 0.12), transparent 35%),\n        radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.12), transparent 35%);\n      background-attachment: fixed;\n      color: var(--text-main);\n      min-height: 100vh;\n      line-height: 1.6;\n      overflow-x: hidden;\n    }\n\n    \/* Glassmorphism Header *\/\n    header {\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      background: rgba(2, 6, 23, 0.7);\n      backdrop-filter: blur(var(--glass-blur));\n      -webkit-backdrop-filter: blur(var(--glass-blur));\n      border-bottom: 1px solid var(--card-border);\n      transition: all 0.3s ease;\n    }\n\n    .nav {\n      max-width: 1200px;\n      margin: auto;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1.2rem 2rem;\n    }\n\n    .logo {\n      font-size: 1.5rem;\n      font-weight: 800;\n      background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      letter-spacing: -0.5px;\n    }\n\n    nav {\n      display: flex;\n      gap: 2rem;\n    }\n\n    nav a {\n      text-decoration: none;\n      color: var(--text-main);\n      font-weight: 500;\n      font-size: 0.95rem;\n      transition: color 0.3s;\n      position: relative;\n    }\n\n    nav a::after {\n      content: '';\n      position: absolute;\n      width: 0;\n      height: 2px;\n      bottom: -4px;\n      left: 0;\n      background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));\n      transition: width 0.3s ease;\n      border-radius: 2px;\n    }\n\n    nav a:hover {\n      color: #ffffff;\n    }\n\n    nav a:hover::after {\n      width: 100%;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n      max-width: 1000px;\n      margin: auto;\n      padding: 8rem 2rem 6rem;\n      text-align: center;\n      animation: fadeIn 1s ease-out;\n    }\n\n    .hero h1 {\n      font-size: clamp(3rem, 5vw, 4.8rem);\n      font-weight: 800;\n      line-height: 1.1;\n      margin-bottom: 1.5rem;\n      letter-spacing: -1px;\n    }\n\n    .text-gradient {\n      background: linear-gradient(135deg, #fb923c, #60a5fa);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .hero p {\n      color: var(--text-muted);\n      font-size: 1.2rem;\n      max-width: 700px;\n      margin: 0 auto 2.5rem;\n      font-weight: 400;\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 1rem 2.5rem;\n      background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));\n      color: white;\n      border-radius: 9999px;\n      text-decoration: none;\n      font-weight: 600;\n      font-size: 1rem;\n      transition: all 0.3s ease;\n      border: none;\n      cursor: pointer;\n      box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);\n    }\n\n    \/* Sections & Grid *\/\n    section {\n      max-width: 1200px;\n      margin: auto;\n      padding: 5rem 2rem;\n    }\n\n    section h2 {\n      font-size: 2.5rem;\n      margin-bottom: 3rem;\n      font-weight: 700;\n      text-align: center;\n      letter-spacing: -0.5px;\n    }\n\n    .grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 2rem;\n    }\n\n    \/* Modern Glass Cards *\/\n    .card {\n      background: var(--card-bg);\n      backdrop-filter: blur(var(--glass-blur));\n      -webkit-backdrop-filter: blur(var(--glass-blur));\n      padding: 2.5rem;\n      border-radius: 1.5rem;\n      border: 1px solid var(--card-border);\n      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n      position: relative;\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n    }\n\n    .card::before {\n      content: \"\";\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(255,255,255,0.06), transparent 40%);\n      z-index: 0;\n      opacity: 0;\n      transition: opacity 0.3s;\n    }\n    \n    .card:hover::before {\n      opacity: 1;\n    }\n\n    .card:hover {\n      transform: translateY(-8px);\n      border-color: rgba(255, 255, 255, 0.2);\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n    }\n\n    .card > * {\n      position: relative;\n      z-index: 1;\n    }\n\n    .card-icon {\n      font-size: 2.5rem;\n      margin-bottom: 1.5rem;\n      display: inline-block;\n      background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .card h3 {\n      font-size: 1.5rem;\n      margin-bottom: 1rem;\n      color: #f8fafc;\n    }\n\n    .card p {\n      color: var(--text-muted);\n      font-size: 1rem;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Styling *\/\n    .about-image {\n      width: 100%;\n      border-radius: 1rem;\n      margin-top: 1rem;\n      border: 1px solid var(--card-border);\n      filter: grayscale(20%) contrast(120%);\n      transition: filter 0.3s ease;\n    }\n\n    .card:hover .about-image {\n      filter: grayscale(0%) contrast(100%);\n    }\n\n    \/* Architecture Diagram Area - Used for Story *\/\n    .architecture-banner {\n      background: var(--card-bg);\n      border: 1px solid var(--card-border);\n      border-radius: 1.5rem;\n      padding: 4rem;\n      margin-top: 2rem;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .architecture-banner::before {\n      content: \"\";\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      background: linear-gradient(45deg, transparent, rgba(37, 99, 235, 0.05), transparent);\n      z-index: 0;\n    }\n\n    .architecture-banner > * {\n      position: relative;\n      z-index: 1;\n    }\n\n    .architecture-banner h3 {\n      font-size: 2.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .architecture-banner p {\n      color: var(--text-muted);\n      max-width: 800px;\n      margin: 0 auto 2rem;\n      font-size: 1.1rem;\n    }\n\n    \/* Footer *\/\n    footer {\n      text-align: center;\n      padding: 3rem 2rem;\n      margin-top: 4rem;\n      border-top: 1px solid var(--card-border);\n      background: rgba(2, 6, 23, 0.8);\n      color: var(--text-muted);\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    \/* Animations *\/\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .nav { flex-direction: column; gap: 1rem; }\n      nav { flex-wrap: wrap; justify-content: center; }\n      .hero { padding: 6rem 1.5rem 4rem; }\n      .architecture-banner { padding: 2rem 1.5rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Header -->\n  <header>\n    <div class=\"nav\">\n      <div class=\"logo\">Java Web Hub<\/div>\n      <nav>\n        <a href=\"java-web-dev-home.html\">Home<\/a>\n        <a href=\"Frontend.html\">Frontend<\/a>\n        <a href=\"Backend.html\">Backend<\/a>\n        <a href=\"Technology Stack.html\">Tech Stack<\/a>\n        <a href=\"#mission\">About Us<\/a>\n      <\/nav>\n    <\/div>\n  <\/header>\n\n  <!-- Hero Section -->\n  <div class=\"hero\" id=\"intro\">\n    <h1>Empowering <span class=\"text-gradient\">Java Developers<\/span><\/h1>\n    <p>\n      We are dedicated to building a comprehensive, modern, and accessible learning \n      environment for Java Web Development. From core principles to enterprise architecture, \n      we map the journey for developers worldwide.\n    <\/p>\n    <a href=\"#mission\" class=\"btn\">Discover Our Mission<\/a>\n  <\/div>\n\n  <!-- Mission & Vision Grid -->\n  <section id=\"mission\">\n    <h2>Our Core Values<\/h2>\n    <div class=\"grid\">\n      <div class=\"card\">\n        <div class=\"card-icon\">\ud83c\udfaf<\/div>\n        <h3>Our Mission<\/h3>\n        <p>\n          To demystify the complexities of Java Enterprise development by providing clear, \n          structured roadmaps, practical code examples, and up-to-date insights into \n          the ever-evolving Spring Boot and Jakarta EE ecosystems.\n        <\/p>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-icon\">\ud83d\udc41\ufe0f<\/div>\n        <h3>Our Vision<\/h3>\n        <p>\n          We envision a global community where developers seamlessly transition from \n          learning basic Java syntax to architecting highly scalable, secure, and \n          resilient cloud-native applications.\n        <\/p>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-icon\">\ud83e\udd1d<\/div>\n        <h3>The Community<\/h3>\n        <p>\n          Learning is collaborative. We aim to foster a hub where beginners and \n          veteran engineers alike can share knowledge, debate architecture patterns, \n          and stay current with the latest JVM innovations.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- The Story Banner -->\n  <section id=\"story\">\n    <div class=\"architecture-banner\">\n      <h3>The Story Behind the Hub<\/h3>\n      <p>\n        The Java Web Development Hub was born out of a simple realization: the Java ecosystem is vast, powerful, but incredibly daunting. \n        Between legacy Servlets, the massive Spring ecosystem, and modern cloud deployment strategies, developers often struggle to find a clear path forward.\n      <\/p>\n      <p>\n        We designed this platform to bridge that gap. By breaking down the ecosystem into digestible areas\u2014Frontend integrations, Backend core logic, and comprehensive Tech Stacks\u2014we provide a guided, unified experience tailored for the modern Java developer.\n      <\/p>\n      <br>\n      <a href=\"java-web-dev-home.html\" class=\"btn\" style=\"background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);\">Return to Home<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- Connect Section -->\n  <section id=\"connect\">\n    <h2>Join the Journey<\/h2>\n    <div class=\"grid\">\n      <div class=\"card\">\n        <div class=\"card-icon\">\ud83d\udcda<\/div>\n        <h3>Contribute Content<\/h3>\n        <p>Have an expert insight on Spring Security or Microservices? We welcome community contributions to keep our roadmaps cutting-edge.<\/p>\n      <\/div>\n      <div class=\"card\">\n        <div class=\"card-icon\">\u2709\ufe0f<\/div>\n        <h3>Get in Touch<\/h3>\n        <p>Whether you have feedback on the site design or want to suggest a new learning topic, our inbox is always open to developers.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Footer -->\n  <footer>\n    <p>\u00a9 2026 Java Web Development Hub | Built with passion for the JVM Community<\/p>\n  <\/footer>\n\n  <script>\n    \/\/ Add a simple script to handle the glow effect tracking on cards\n    document.querySelectorAll('.card').forEach(card => {\n      card.addEventListener('mousemove', e => {\n        const rect = card.getBoundingClientRect(),\n          x = e.clientX - rect.left,\n          y = e.clientY - rect.top;\n\n        card.style.setProperty('--mouse-x', `${x}px`);\n        card.style.setProperty('--mouse-y', `${y}px`);\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About Us \u2013 Java Web Development Hub Java Web Hub Home Frontend Backend Tech Stack About Us Empowering Java Developers We are dedicated to building a comprehensive, modern, and accessible learning environment for Java Web Development. From core principles to enterprise architecture, we map the journey for developers worldwide. Discover Our Mission Our Core Values [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2283","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/supercoderpk.com\/index.php?rest_route=\/wp\/v2\/pages\/2283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/supercoderpk.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/supercoderpk.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/supercoderpk.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/supercoderpk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2283"}],"version-history":[{"count":5,"href":"https:\/\/supercoderpk.com\/index.php?rest_route=\/wp\/v2\/pages\/2283\/revisions"}],"predecessor-version":[{"id":2291,"href":"https:\/\/supercoderpk.com\/index.php?rest_route=\/wp\/v2\/pages\/2283\/revisions\/2291"}],"wp:attachment":[{"href":"https:\/\/supercoderpk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}