Skip to content
View arbon's full-sized avatar

Block or report arbon

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 Loading

  1. TypeScript / AWS CDK / Implements va... TypeScript / AWS CDK / Implements various related stacks. Experiments with classical inheritance...
    1
    /**
    2
     * @license
    3
     * Copyright (c) 2024 Zach Arbon. All rights reserved.
    4
     * SPDX-License-Identifier: MIT
    5
     */
  2. TypeScript / Web Workers / Supports ... TypeScript / Web Workers / Supports creation and termination of Blob-based Web Workers.
    1
    /**
    2
     * @license
    3
     * Copyright (c) 2024 Zach Arbon. All rights reserved.
    4
     * SPDX-License-Identifier: MIT
    5
     */
  3. TypeScript / Custom Elements / Provi... TypeScript / Custom Elements / Provides an abstract base class via HTMLElement with a shadow DOM. Implements a cache for templates and style sheets. Observes `debug` attribute changes with property reflection.
    1
    /**
    2
     * @license
    3
     * Copyright (c) 2024 Zach Arbon. All rights reserved.
    4
     * SPDX-License-Identifier: MIT
    5
     */
  4. TypeScript / AWS CDK / Use CloudAsse... TypeScript / AWS CDK / Use CloudAssembly to identify deployable app resources. List resources by type/service. Alternatively, colorize (by service) and count resources per stack.
    1
    /**
    2
     * @license
    3
     * Copyright (c) 2024 Zach Arbon. All rights reserved.
    4
     * SPDX-License-Identifier: MIT
    5
     */
  5. Docker, NGINX / Builds a static NGIN... Docker, NGINX / Builds a static NGINX with updated Server header on Alpine Linux with a handful of modules; Runs NGINX from a scratch image with limited threat surface; Provides basic NGINX configuration with consolidated error pages via SSI.
    1
    ARG ALPINE_VERSION=3.19.1
    2
    ARG APP_DIR=/app
    3
    ARG GROUP=nginx
    4
    ARG IMAGE_AUTHORS="President Dwayne Elizondo Mountain Dew Camacho"
    5
    ARG IMAGE_DESCRIPTION="Provides a static NGINX ${NGINX_VERSION} with added electrolytes via Alpine ${ALPINE_VERSION}."
  6. TypeScript / AWS CDK / Defines Const... TypeScript / AWS CDK / Defines Construct and Stack classes to support creation and consolidation of Fargate services in the context of shared VPC resources that include an API Gateway.
    1
    /**
    2
     * @license
    3
     * Copyright (c) 2024 Zach Arbon. All rights reserved.
    4
     * SPDX-License-Identifier: MIT
    5
     */