Skip to content
View ivallogenes's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ivallogenes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. m2-checkout-agreements m2-checkout-agreements Public

    Magento Open-Source and Adobe Commerce PHP monolith -compatible module to add custom checkout agreements flow functionality.

    JavaScript 1

  2. m2-snowdog-mega-menu m2-snowdog-mega-menu Public

    Fully customizable mega menu for desktop and mobile for Magento 2 and Adobe Commerce. The module adds JS and styles for Luma and blank -based themes.

    Less 1 1

  3. How To Deal with CORS Errors for Loc... How To Deal with CORS Errors for Local Development - The Definitive Solution
    1
    ## Introduction to CORS (In brief)
    2
    
                  
    3
    CORS is a browser security feature that specifies rules for how web applications can make requests to servers on different domains. It uses HTTP headers (e.g., “Access-Control-Allow-Origin”) to indicate which domains may access a resource. If the server permits the request, the browser proceeds. Otherwise, it blocks it.
    4
    
                  
    5
    Cross-Origin Resource Sharing (CORS) was introduced to replace less secure legacy mechanisms (like JSONP) for accessing resources across different domains. Historically, browsers blocked cross-site requests by default to protect against malicious scripts, but there was a growing need to allow certain cross-boundary data exchanges in a secure and standardized way.
  4. eds-commerce-demo eds-commerce-demo Public

    Edge Delivery Services headless storefront for Adobe Commerce PaaS and SaaS - Demo app

    JavaScript

  5. ivallogenes.github.io ivallogenes.github.io Public

    Github Pages repo

    HTML

  6. payload-demo1 payload-demo1 Public

    Full-stack app demo with React/Typescript front-end and Next.js with Payload back-end - auto CI/CD powered by Vercel

    TypeScript