This Portfolio Site
Made in a DayThis site was originally written in Ruby on Rails but I was disapointed with the speed at which the free service on Heroku ran so I made a quick copy in HTML/CSS. I have intentions to update it and make it better but for now, this is it.
The original Rails site was written using Ruby on Rails 6. The portfolio items are stored in a postgres database and I used devise for authentication and petergate for authorization.
New portfolio items were added to the database using a form with the redcarpet gem providing markdown and carrierwave with mini-magick to allow images to be uploaded to an AWS S3 bucket.
Technologies Used
On this version:
HTML, CSS, Bootstrap, Git
On the Heroku hosted version:
Ruby, Rails, AWS, Heroku