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...
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...
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
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...
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
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...
Update: I made a demo of the Personal Weather Station page here. Git: https://github.com/adamcodes716/media-watched-history (same code base as the Media Watched app). As mentioned in other posts I am always interested in trying to integrate my personal geeky projects with my work life. One of my hobbies is weather. To be more specific, the ability...
It's easy enough to get an app working on localhost but many devs don't have experience porting an app to production. I've done just about every piece of this at one time or another but I thought that I would put them altogether in a single guide for future reference. I could have taken the...