Skip to content
View izzygld's full-sized avatar
❤️
it's nice to be important but it's important to be nice. 🤓
❤️
it's nice to be important but it's important to be nice. 🤓

Block or report izzygld

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
izzygld/README.md

Hi there 👋

I’m a Senior Frontend Developer with a strong focus on building scalable, user-friendly, and maintainable web applications. I care deeply about clean UI, readable code, and creating experiences that work smoothly for real users at scale.

I’ve spent years working on production systems used by large audiences, where performance, reliability, and clarity actually matter. I enjoy turning complex requirements into simple, elegant interfaces—and making sure things work just as well behind the scenes.

I’m currently a Senior Frontend Developer at OU, working across modern frontend stacks and WordPress-based platforms.

Specialties: VueJs, GraphQL, PHP, Wordpress (wp-graghql ❤️), JavaScript, HTML, CSS.

Moto: Always gets the job done!

Click to view some of my work

WordPress.org ProfilePlugin Author

"Buy Me A Coffee"

Pinned Loading

  1. Gravity-Forms-Advanced-ImplementationsGravity-Forms-Advanced-ImplementationsPublic

    A set of implementations demonstrating different workflow patterns using Gravity Forms and its add-on ecosystem, including integrations, automation, and advanced form behavior.

    PHP

  2. list-column-required-for-gravity-formslist-column-required-for-gravity-formsPublic

    Per-column required validation for Gravity Forms List fields — mark individual columns as required right in the form editor.

    PHP

  3. wp-graphql-google-schemawp-graphql-google-schemaPublic

    Integrating Google Schema within wp-graphql (jsonld)

    Vue 9 1

  4. Adding a “show html” button in Quil...Adding a “show html” button in Quill (Wysiwyg).
    1
    <template>
    2
     <div>
    3
     <vue-editorv-model="content"ref="editor":editor-options="toolbarOptions"@text-change="updateValue"useCustomImageHandler@imageAdded="uploadImage"></vue-editor>
    4
     </div>
    5
    </template>
  5. Wp Graphql Vue PaginationWp Graphql Vue Pagination
    1
    1. Regular post query with pagination fields
    2
    2. include the Pagination Component
    3
    3. The actual pagination.
    4
    5
    ----------------
  6. Add: SEO Meta Fields WP-Graphql shemaAdd: SEO Meta Fields WP-Graphql shema
    1
    add_action( 'wp_loaded', 'wpse290170_wp_loaded' );
    2
    3
    function wpse290170_wp_loaded() {
    4
     $types = get_post_types( [
    5
     'public' => true