Skip to content
View pavlotsyhanok's full-sized avatar
Working
Working
  • Style In Form
  • Vancouver, BC
  • 22:24 (UTC -07:00)

Sponsoring

@medusajs

Block or report pavlotsyhanok

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
pavlotsyhanok/readme.md

Pinned Loading

  1. medusa-pos-react medusa-pos-react Public

    POS Application for MedusaJS built with React

    TypeScript 157 30

  2. medusa-plasmic-storefront medusa-plasmic-storefront Public

    NextJS Pages Router Storefront for MedusaJS

    TypeScript 56 28

  3. personal-blog personal-blog Public

    HTML 2

  4. Leetcode 2665. Counter II (Typescript) Leetcode 2665. Counter II (Typescript)
    1
    # Editorial: Implementing Stateful Service Instances with Closures and the Factory Pattern
    2
    
                  
    3
    ## Introduction
    4
    
                  
    5
    In this editorial, we explore how to implement stateful service instances in JavaScript/TypeScript using closures and the factory pattern. This approach is fundamental for building robust, modular, and maintainable software systems.