Skip to content
View elisavetTriant's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report elisavetTriant

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
elisavetTriant/README.md

Hello! ๐Ÿ‘‹

Who I am

I am Elissavet (Elizabeth) Triantafyllopoulou, an Information Technology Solutions Specialist with over twenty years of experience in architecting digital systems. Since 2003, I have been dedicated to bridging the gap between legacy foundations and the modern web, leading projects from initial concept through to deployment and maintenance.

๐ŸŒ Find Me Around the Web

  • โœ๏ธ Blog & Insights: elissavet.dev (deep dives into engineering systems for the web)
  • ๐ŸŽจ Interactive UI Labs: CodePen (@elisavetTriant)
  • ๐Ÿ’ผ Professional Network: LinkedIn (elitriant)

Pinned Loading

  1. wordpress-scf-leaflet wordpress-scf-leaflet Public

    Incorporate free maps on your WordPress Theme using the Leaflet JavaScript Library with this sample code.

    PHP

  2. Modern WordPress + Leaflet: Decouple... Modern WordPress + Leaflet: Decoupled JS Implementation
    1
    document.addEventListener("DOMContentLoaded", function () {
    2
        // 1. Ensure the map container exists and backend data is localized
    3
        if (!document.getElementById("scf-leaflet-map") || typeof scfMapData === "undefined") {
    4
            return;
    5
        }
  3. Migrating Legacy EAV Relational Data... Migrating Legacy EAV Relational Data to a Denormalized NoSQL Document Model (Google Cloud Firestore)
    1
    import json
    2
    from google.cloud import firestore
    3
    
                  
    4
    def transform_and_migrate(raw_wp_data_path: str):
    5
        """
  4. Vanilla JS Global Tooltip for Overfl... Vanilla JS Global Tooltip for Overflow Containers
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
                  
    4
    <head>
    5
        <meta charset="UTF-8">