Tim Andrews

Experienced IT Professional and Full Stack Web Developer

My Work Experiences

This is my "Experiences" Blog, for lack of better term. I will post about the many jobs, projects, and skills that I have done over my life. I may also throw in a few posts about some persenal experiences that I'd like to share. This is still a work in progress, so bare with me as I add features and content to this blog.

Building This Website - Part II

Tim Andrews | April 13, 2022, 4:35 p.m.

It's been about a month since I last published an update about building my Portfolio/Resume Site.  I've made progress in a couple of areas. 

I've done a little work on making the site more secure.  I've made the site's admin section more secure by changing the path to the admin page and adding the Django-admin-honeypot package.  I've started work on setting up CSP Headers but there is more work to do before that update is ready to deploy.

I've also made the home page more useful by adding a list of Languages & Tools that I am familiar with and updating the Areas of Expertise section.  I also think the icons in the Languages & Tools and Areas of Expertise sections make the page more visually appealing.

And Finally, I've started using SASS for the CSS.  To be honest the site is not very CSS intensive so I probably didn't need to do this.  But I wanted to learn SASS and this was a good way to get a little practice.  And this way I could add a new icon to the Languages & Tools section.

You can read the first part of this series here: click-me

You can take a look at the code and review the progress on GitHub: click-me