Skip to content
View ykashou's full-sized avatar
💭
Dwelling in the arcane...
💭
Dwelling in the arcane...
  • MageTech SRL
  • The Spirit World

Highlights

  • Pro

Block or report ykashou

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

Pinned Loading

  1. Justfile to setup and manage a Distr... Justfile to setup and manage a Distrobox container for cloud tooling
    1
    # Justfile: Setup and manage a Distrobox container for cloud tooling.
    2
    #
    3
    # Provides recipes to create, enter, and provision a Distrobox container
    4
    # named 'cloud-distrobox' with tools like Google Cloud SDK and k9s.
    5
    #
  2. Ops Directory Structure Implementati... Ops Directory Structure Implementation Guide
    1
    # Ops Directory Structure Implementation Guide
    2
    
                  
    3
    ## Overview
    4
    
                  
    5
    This guide defines a standardized `ops` directory structure to be implemented across all repositories. The structure integrates with GitHub Actions workflows and respects language-specific conventions.
  3. Source Code Directory Standardization Source Code Directory Standardization
    1
    # Source Code Directory Standardization
    2
    
                  
    3
    ## Requirement
    4
    
                  
    5
    **Every project must have a `src/` directory containing all source code files.**