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
Highlights
Pinned Loading
-
Anity-Developers/Anity-Jobs
Anity-Developers/Anity-Jobs PublicAnity 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
-
e-commerce-api
e-commerce-api PublicA 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
-
weather-app
weather-app PublicA weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
-
css-linter
css-linter PublicA CSS linter capable of identifying errors in CSS code built with Ruby.
Ruby 4
-
recipes-catalogue
recipes-catalogue PublicA recipes catalog That puls data from themealDB API allowing to search for any category of recipes built with react-redux
JavaScript 5
-
How to fix: Rails server is already ...
How to fix: Rails server is already running. Check /path/path/path/path/tmp/pids/server.pid. 1To stop all running Rails servers type the following is the terminal
23```shell
4kill -9 $(lsof -i tcp:3000 -t)
5```
If the problem persists, check the GitHub status page or contact support.