Pinned Loading
-
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*/
-
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*/
-
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*/
-
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*/
-
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. 1ARG ALPINE_VERSION=3.19.1
2ARG APP_DIR=/app
3ARG GROUP=nginx
4ARG IMAGE_AUTHORS="President Dwayne Elizondo Mountain Dew Camacho"
5ARG IMAGE_DESCRIPTION="Provides a static NGINX ${NGINX_VERSION} with added electrolytes via Alpine ${ALPINE_VERSION}."
-
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*/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.