Skip to content
View helenhash's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Hue, Viet nam

Block or report helenhash

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. Maven.md Maven.md
    1
    ## Note some way to use Maven in project 
    2
    
                  
    3
    ### Maven wrapper
    4
    
                  
    5
    Instead of installing many versions of it in the operating system, we can just use the project-specific wrapper script.
  2. Docker.md Docker.md
    1
    ## Docker Learning Note
    2
    
                  
    3
    ### Install
    4
    
                  
    5
    Docker Desktop
  3. JenskinInstallForTest.md JenskinInstallForTest.md
    1
    ## Jenkin Install (With Gitlab Install using Docker)
    2
    
                  
    3
    https://www.jenkins.io/doc/book/installing/docker/
    4
    
                  
    5
    ### Intro 
  4. JenkinsSetup.md JenkinsSetup.md
    1
    ## Jenkins Setup (Jenkins with GitLab, Java Maven Project)
    2
    
                  
    3
    **Prerequisite**: For testing purpose, we can setup Jenkins, GitLab server with Docker. Ref: [Jenkin Install With Gitlab using Docker](https://gist.github.com/helenhash/f0a338a07f340f335e483776755d92f3)
    4
    
                  
    5
    ### Install Plugins/ Tools
  5. redis.md redis.md
    1
    ## Redis Setup & Testing 
    2
    
                  
    3
    ### What
    4
    Redis is an open-source, in-memory data structure store often used as a database, cache, and message broker. 
    5
    
                  
  6. spring-unittest-sonar spring-unittest-sonar Public

    Java