RR Projects Website Image

RR Projects Website

Well this should look familiar as you are already here, but let me give you some background information about one of my very first projects!

Several years ago, when I first started to teach myself programming, I knew that I was going to want a portfolio site to showcase my work. At the time, it was mostly for personal satisfaction that I planned on doing this, but when I opted to trying for a career in web-development and joining the CareerFoundry course is seemed quite apropos that I could use my personal portfolio site to help me branch into a new career.

There is more that I want to add to this site eventually, along with hosting my projects and information about myself, I am looking to also make this a site of self-reflection with journals/blog posts.

HTML, CSS, and Bootstrap
As with any site uses HTML and CSS for main content delivery. Plus uses the framework bootstrap for a bit of consistency between page elements and a responsive design.
Python/Flask
This site is built as a web application using Flask, with Python as the backbone to the library. This allows me to easily scale the website as need adding more complex functions via the use of various libraries, such as Jinja2 which allows me to build dynamic HTML pages using a template system.