Skip to content
View channainfo's full-sized avatar
🎯
Focusing
🎯
Focusing
  • InSTEDD, SureSwift Capital, BookMeBus, VTENH, Onthegosystems
  • Phnom Penh
  • X @channaly
  • LinkedIn in/channaly
Block or Report

Block or report channainfo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. env_configuration env_configuration Public

    Forked from bookmebus/env_configuration

    A gem to config env variable in development in dotenv, yaml, aws ssm parameter store, heroku in ruby and rails project

    Ruby 2 1

  2. Shopify Report Shopify Report
    1
    WITH 
    2
    paid_shops AS (
    3
        SELECT DISTINCT ON(shopify_domain) shopify_domain,shop_plan, plans.name as plan_name, currency 
    4
        FROM shops 
    5
        INNER JOIN charges on shops.id = charges.shop_id
  3. Export item pandas data for recommen... Export item pandas data for recommendations system
    1
    WITH
    2
    -- product with taxons
    3
    -- product_id, taxon_ids
    4
    -- 12611, 19|20
    5
    product_with_taxon_ids AS (
  4. terraform-starter-kits terraform-starter-kits Public

    Basic building block script for AWS written in Terraform

    HCL 1 1

  5. DaiTol DaiTol Public

    DaiTol encapsulates a sequence of interactions to handle complex business logics in your application.

    TypeScript

  6. loyalty-chain loyalty-chain Public

    Open source web3 Loyalty program on SUI chain using the Move programming language

    Move 4