Skip to content
View Tresor11's full-sized avatar
🔆
Focusing
🔆
Focusing

Organizations

@thoughtbot @congoclub @microverseinc @thoughtbot-upcase-exercises @Anity-Developers
Block or Report

Block or report Tresor11

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

Hi Devs 👋



I'm Tresor, a Software developer at thoughtbot, I love creating useful products and trying new technologies. In my free time, I enjoy working on open-source projects and sharing what I learn. Feel free to connect with me.

Twitter || LinkedIn || Website

Pinned

  1. Anity-Developers/Anity-Jobs Anity-Developers/Anity-Jobs Public

    Anity is a job posting platform for Africa that helps job seekers find employment and employers find qualified candidates. Its extensive database and user-friendly interface make it easy to find th…

    Ruby 14

  2. e-commerce-api e-commerce-api Public

    A Ruby on Rails API for a resale app - with full support for create, read, update, and delete actions. This API utilizes JSON web token authentication to ensure that only authorized users have acce…

    Ruby 6

  3. weather-app weather-app Public

    A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.

    JavaScript 7 1

  4. css-linter css-linter Public

    A CSS linter capable of identifying errors in CSS code built with Ruby.

    Ruby 4

  5. recipes-catalogue recipes-catalogue Public

    A recipes catalog That puls data from themealDB API allowing to search for any category of recipes built with react-redux

    JavaScript 5

  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
    ```