Adam Codes in the 716

Learning for work, learning for fun.... eventually the two shall meet. Site created 4/5/2020 with new content being added regularly
June 25,2020 | Training
Mastering the SharePoint Framework Fundamentals Course

The instructor of this course is highly regarded according to a friend with knowledge of this area so I decided to give it a go.  I found that if you drop him an email and say really nice thing that he will send you a discount code ;-). Course URL:  https://www.voitanos.io/products/mastering-the-sharepoint-framework-fundamentals/ My Notes:  https://docs.google.com/document/d/1RF-Ab_fuu_Ubld-a-AMsKNry45GhVq0Iv-40hcaT3zg/edit?usp=sharing

Continue Reading
June 14,2020 | Geeky Stuff, Project
Reading from an an AWS Dynamo Db via API

This is a fun little side project that I've wanted to do for a while.  As discussed in my article on how to ask Alex for the pool temperature (here) I mentioned that I wrote a little python script to upload the temperature to both adafruit.com and initialstate.com.   I could then access the data from...

Continue Reading
June 1,2020 | Training
An Open Later to My Former Colleagues

The date was January of 2001 and the location was Chicago.  I was accompanying my boss Sherry to the corporate headquarters of my employer of a little more than a year.  While in a meeting we heard a commotion in the lobby.  A group of armed guards had walked in to the building lead by...

Continue Reading
May 23,2020 | Training
The Complete React Developer Course (w/Hooks and Redux)

Course URL:  https://www.udemy.com/course/react-2nd-edition/learn Live Application URL: https://react-course-adam-expensify.herokuapp.com/ Status:  Finished!  Here are the features: User authentication via Google. Full CRUD with Firebase.  Users see only their own data. Fully automated testing with Jest. Each component is individually styled. Automated builds in production (a single git push rebuilds the environment) Babel polyfill makes the app available in...

Continue Reading
May 13,2020 | Training
React: Getting Started

My notes on Pluralsight's React:  Getting Started Course URL:  https://app.pluralsight.com/library/courses/react-js-getting-started/table-of-contents My Notes:  https://docs.google.com/document/d/1y9sUQGuF3sQsXRrtHeo6aht8rABFxZL7rdvrAjrLtQM/edit?usp=sharing  

Continue Reading
May 7,2020 | Training
Appcelerator Course

I decided to take on yet another course as I wanted to learn something about Appcelerator :-). My Notes:  https://docs.google.com/document/d/19V_WQVvQyHNixh3zqhPpyBthaSR5Cy_6lc45tHdz17M/edit?usp=sharing Course URL:   https://app.pluralsight.com/library/courses/cross-platform-native-apps-appcelerator-studio-alloy/table-of-contents Duration:  5 hours and 28 minutes (!) Problems I encountered #1:  NPM was a newer version The installer was smart enough to know that npm was newer.  It wasn't smart enough...

Continue Reading
May 1,2020 | Training
Angular NgRx (in progress)

Started on 5/1/2020   Course URL:    https://app.pluralsight.com/library/courses/angular-ngrx-getting-started/table-of-contents My Notes:  https://docs.google.com/document/d/1fCTDs0f7f_rDKEdW_dNhO64lNNEihmrpoK53FXhs6rU/edit?usp=sharing Duration:  Course Modules Introduction The Redux pattern First Look at NgRx

Continue Reading
April 28,2020 | Demo, Geeky Stuff, Project
Project: trakt.tv Angular Front-End (with demo)

Click here to jump to the project description. Git:  https://github.com/adamcodes716/media-watched-history 6/12/2020 The demo is working here!  The data pulled back my movie and tv show watch history from trakt.tv in chronological order.    The difficult part in assembling these pages is that I had to first make an api call to get the original list of...

Continue Reading