TTTristan Toyeintristantoye.hashnode.dev·Aug 2, 2021 · 7 min readRails Deployment for Open Jobs on HerokuMVP infra requirements it runs it is easy to deploy it is fast to rollback we can automate deployments we can attach a CI pipeline to it easily Github + Heroku will get this done. Heroku is my go to for getting started on most rails project. It sup...00
TTTristan Toyeintristantoye.hashnode.dev·Jul 31, 2021 · 2 min readCreating Open JobsProject Goals I want to slowly pick away at some of the challenges in the HR space I see for a lot of companies and people looking to share job listings and connect with recruiters/employers. Functionality Goals Users can search jobs submit resume...00
TTTristan Toyeintristantoye.hashnode.dev·May 19, 2021 · 3 min readRuby on Rails Web Scraping Kimurai on HerokuStarted an app, now I want some data to work with for it. I could just copy paste it over, but that's not so fun and I don't get to use any new tools. Previously I have used Puppeteer https://pptr.dev/ or Selenium https://www.selenium.dev/ or Cheerio...00
TTTristan Toyeintristantoye.hashnode.dev·May 18, 2021 · 4 min readRuby 3 Rails 6 Bootstrap 5 Project SetupTrying out latest ruby and rails setup for a side project. Tools I end up setting up for this: Ruby with RVM Rails Postgresql database RSpec for testing Github repo Ruby Standard instead of Rubocop Bootstrap for styling Heroku for deployment/hosting...00