Skip to content
View rcherara's full-sized avatar
💭
Never stop coding
💭
Never stop coding

Block or report rcherara

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rcherara/README.md

Hi 👋, I'm Cherara Reddah

🦉 REDDAH CHERARA's github stats

Pinned Loading

  1. Using Minikube Locally for Developme... Using Minikube Locally for Development.MD
    1
    
                  
    2
    # Install Minikube with virtual-box VM driver
    3
        
    4
    ```bash
    5
    $ brew update && brew install kubectl && brew cask install docker minikube virtualbox
  2. How to Set Up Minification How to Set Up Minification
    1
    In production, it is recommended to minify any JavaScript code that is included with your application. **Minification can help your website load several times faster,** especially as the size of your JavaScript source code grows.
    2
    
                  
    3
    Here's one way to set it up:
    4
    
                  
    5
    1. [Install Node.js](https://nodejs.org/)
  3. ansible-iac-aws ansible-iac-aws Public template

    Ansible code to create infrastructure

    Python 1

  4. cloud-init-ansible-dev-vm cloud-init-ansible-dev-vm Public

    Automated provisioning of virtual machines for development

  5. Copy file to s3 with AWS command lin... Copy file to s3 with AWS command line interface
    1
    ## AWS cli Configuration 
    2
      $ aws configure
    3
      AWS Access Key ID [None]: YOURKEY
    4
      
    5
      AWS Secret Access Key [None]: YOURSECRETKEY
  6. eventuate-tram-examples-java-spring-todo-list eventuate-tram-examples-java-spring-todo-list Public

    Forked from eventuate-tram/eventuate-tram-examples-java-spring-todo-list

    A todo list application implemented using Spring Boot-based microservices and the Eventuate Tram framework

    Java