A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.
Writing about tech can be just as important as making it. Developers spend plenty of time creating new applications and debugging existing codebases, but most developers also spend at least some of their time reading and writing about technical concepts, recent advancements, and new technologies. A simple Google search for any concept covered in this course returns thousands of think pieces and tutorials from developers of all skill levels!
I had to write this code from scratch and deploy it to Heroku.
I refractored some code I had written previously for my project 2 that was a similar concept to this assignment. This helped provide me a skeleton to then add all the rest of the code I needed.