Skip to content
View jn-s3s's full-sized avatar
  • Philippines
  • 03:50 (UTC +08:00)

Block or report jn-s3s

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. docker-reverse-proxy docker-reverse-proxy Public

    A Reverse Proxy Solution with Automatic Nginx Config Generation and Let’s Encrypt SSL Certificate Management

  2. docker-laravel-starter docker-laravel-starter Public

    A pre-configured Laravel environment using Docker. Includes production and development configurations, automated setup scripts, and Makefile commands for efficient container management and deployment.

    Dockerfile

  3. docker-network docker-network Public

    Shell

  4. docker-datastore docker-datastore Public

    Shell

  5. This guide will help you set up mult... This guide will help you set up multiple versions of PHP on your Windows machine. Follow these steps to configure PHP correctly.
    1
    # Guide for Installing Multiple PHP Versions on Windows
    2
    
                  
    3
    ### 1. Create a PHP Directory
    4
    - Create a folder named `PHP` in the root directory of any drive.
    5
      - **Example:** `D:\PHP`
  6. 3 Main Types of Open Source Licenses 3 Main Types of Open Source Licenses
    1
    # 3 Main Types of Open Source Licenses
    2
    
                  
    3
    ## 1. MIT License
    4
    The MIT License is one of the most permissive and straightforward open-source licenses.
    5
    It allows anyone to do anything with the software, as long as the original copyright notice and permission notice are included.