Categories
Adventure Books Development Projects Uncategorized

Recent Hobbies

I’ve found a few new hobbies/projects to learn during the recent pandemic. Some tech, some around the house, and others just random.

Vue.js

I’ve really gotten into the vue.js JavaScript framework. Recently I’ve been aiming to get stronger with JavaScript, and eventually found my way to Vue.

Thus far I’m using the framework to develop a degree/program finder at work, and another single page app for another project. I’ll have to write up a post on both projects when I launch them. Very excited.

Firebase

A bit tied together with my Vue interest, I’ve really been having fun with Firebase. Firestore and Authentication are what I’m mostly toying with at the moment. I am really excited to deploy into some final projects. The documentation is great.

Baseboard Trim

I finally put my miter saw to use and fixed the baseboard trim in my bathroom. Getting the trim to match at a corner was the biggest challenge.

Since some of the previous trim had gotten wet and moldy, I was able to salvage a piece of the clean original to match my corner, with a completely new piece of baseboard for the side with no corners. Very difficult to see the trim isn’t a perfect match on that piece.

Sprinkler Heads

Not too difficult, but I also dig up and replaced a few sprinkler heads. Installing and adjusting to get them just right wasn’t too hard. Just some trial and error, and digging.

RingFit Adventure

I have been playing RingFit Adventure for 90+ straight days now. While not a replacement for the gym, it’s been a pretty solid source of activity. It has me doing more core and balance work now, which is nice. Great idea making an exercise rpg, I think I’m up to level 106 now.

Kindle PaperWhite

One of the first (and few purchases) of the pandemic for me was a Kindle. It’s been awesome! Screen and battery are amazing, I’ve been borrowing books online through my local library. Probably have read 8 or so on it.

Categories
Design Development

Front-End Web UI Frameworks and Tools

I just completed and enjoyed the Front-End Web UI Frameworks and Tools on Coursera. It’s part of a Full Stack Framework 6 course specialization.

I’ve taken a couple of courses through Coursera, with some being great and others not so much. This course specialization has been pretty great so far. The courses are very well organized and the instructors do a pretty solid job. They even are very active in the discussions (you’d think it’d be a given, but it’s not).

I’ve been very impressed and am looking forward to the next courses in the specialization. Particularly the angular.js and PhoneGap courses coming up. Good stuff.

Categories
Development

Cow Licks Updates

Just wrapping up some site additions for Cow Licks Kids Salon.  

Slideshow

The client wanted a slideshow of images that they would be able to update and add images to.  So I created a pretty cool looking slideshow using Flash ActionScript 3.0.  It’s pretty cool.  It calls in the the images to be loaded through an xml file which the client can manipulate to alter the slideshow.  To reduce load time, each image is loaded a few seconds before it’s to appear on the stage.  

Parties Page

The client wanted to expand their offerings on their fast growing parties that they are offering.  Geoff came up with a slick design for the client which I was able to turn into a tabbed interface.  The tabs was built on YUI TabView.  YUI is a great library, and probably my favorite Javascript library out there now.  The site makes heavy use of YUI throughout.

Contact Form

Added a contact form to the site for users to contact the client.  It’s a pretty basic contact form written in PHP with some basic form validation thrown in there too.

WordPress CMS

Converted the existing static site over to WordPress to serve their CMS needs.  The client can now login to an admin app and make basic content changes on their own, without the need to FTP or pay someone else for basic site changes.

MooNews

Added a MooNews area on the homepage for the client to easily add latest news to their site via the newly installed CMS.