Skip to content
View ickarakurt's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report ickarakurt

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. react-connection-notification react-connection-notification Public

    Notification component to display internet connection status

    TypeScript 2

  2. vscode-react-productivity-pack vscode-react-productivity-pack Public

    VsCode extension pack for ReactJS productivity

    6

  3. rails-student-mentor-appointment-api rails-student-mentor-appointment-api Public

    Student - Mentor appointment API with ruby on rails

    Ruby 3

  4. Secure Nginx with Let’s Encrypt on U... Secure Nginx with Let’s Encrypt on Ubuntu
    1
    Install certbot for Ubuntu 18.04
    2
    ```
    3
    sudo add-apt-repository ppa:certbot/certbot
    4
    sudo apt install python-certbot-nginx
    5
    ```