Skip to content
View vic778's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@Anity-Developers @SHEBAPLASTIC
Block or Report

Block or report vic778

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
vic778/README.md

Hi Devs 👋



I'm Victor, I am a software developer with a passion for problem-solving. My favorite is the Backend side of development but I'm doing the full-stack as well. I'm currently learning DevOps. I am coding to bring or solve the real problems in the society

Twitter || LinkedIn

Pinned

  1. e-coomerce e-coomerce Public

    this application consists in selling and buying articles online. each user before selling his article will be obliged to create a user account. to create a post there are fields that are required l…

    Ruby 2

  2. private-parking private-parking Public

    the Admin Portal is a web-based application that allows administrators to manage and monitor the slots and reservations in a parking lot

    Ruby 1

  3. mern-project-like-instagram mern-project-like-instagram Public

    this project is MERNE in which the user has the possibility to publish his photos, to be followed by other users also they can like the publications. but before benefiting from all this, the user w…

    JavaScript 4

  4. Jumia-API Jumia-API Public

    Jumia is an African e-commerce platform with different data models. I liked the professionalism of their site and wanted to clone the backend to implement my Rails skills. It also allows only an ad…

    Ruby 7 1

  5. Class-manager Class-manager Public

    Class Manager is a Student-Teacher Portal where techers and student can sign up and teachers can add students in their class assign task and add note by student.

    Ruby 2

  6. How to fix: Rails server is already ... How to fix: Rails server is already running. Check /path/path/path/path/tmp/pids/server.pid.
    1
    To stop all running Rails servers type the following is the terminal
    2
    
    
    3
    ```shell
    4
      kill -9 $(lsof -i tcp:3000 -t)
    5
    ```