Skip to content
View amrelshafei's full-sized avatar
🚀
🚀

Organizations

@CleanCodeLimited

Block or report amrelshafei

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. goodlifefitnessautobooking goodlifefitnessautobooking Public

    An auto-booking program for Goodlife Fitness members.

    JavaScript

  2. mybookshelves mybookshelves Public

    This web app was created to serve as a demonstration of my front-end development skills with React and Redux.

    JavaScript

  3. node-express-boilerplate node-express-boilerplate Public

    A boilerplate project for serving as the base for a RESTful API Node Express server.

    JavaScript

  4. A modified Redis configuration file ... A modified Redis configuration file for a daemonized Redis server (bind 127.0.0.1 | port 6379 | daemonize yes | pidfile /var/run/redis_6379.pid | logfile /var/log/redis_6379.log | dir /var/redis/6379).
    1
    # Redis configuration file example.
    2
    #
    3
    # Note that in order to read the configuration file, Redis must be
    4
    # started with the file path as first argument:
    5
    #
  5. A script for setting up a React App ... A script for setting up a React App (with routing) and Nginx on Ubuntu
    1
    # Project setup un Ubuntu
    2
    
                  
    3
    # 1. Install the latest Node and npm (skip this step if you have installed 
    4
    #    Node.js previously and are only updating the project to the latest build)
    5
    #    Reference: https://github.com/nodesource/distributions#installation-instructions