You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D1: 07-03 Making webpages with React. Things work differently compared to HTMl/JS e.g. forms = controlled components. Testing psql (postgres) and creating databases.
D2: 07-04 Working on React again: - Movie list (DM) rewrite. Opened a pull request on react-gh-pages to amend the readme file (for the npx command).
D3: 07-05 Downloaded Keyboard Maestro; went through Express.js today (DM). Using Postgres with Node and Express.js.
D4: 07-06 Worked on more backend today using Express to set up API endpoints. Injected a git shortcut into my bash profile on Mac.
D6: 07-08 Learned about cryptography and security. Using bcryptjs.
D7: 07-09 Worked on a backend assessment today. Utilized Node.js fs module to write into a .json file locally.
D8: 07-10 Did a little styling on the portfolio website and the movie app. Used the following helpful CSS properties: transition: transform, and transform: scale().
D9: 07-11 Added create + delete functionality to my-movie-app using Axios and Express. Fixed a git commit message after push with some help
D10: 07-12 Learning about QA today. Learned about Jira software for project management / issue tracking. Worked on movie app functionality.
D11: 07-13 learned more about QA today including the Jest library to test functions. We use describe to group tests together. Took a little break today from coding. Felt like I needed a quick breather.
D12: 07-14 learned and used Automation today with Selenium including xpath to find and automate tests. Opened a pull request for a minor edit in the readme on a DevMtn repo.
D13: 07-15 trying Angular out. learning deployment today at DM. Pushed local postgres DB into heroku using the heroku pg:push ... command.
D14: 07-16 assessment at DM today covering the week's topics: i.e. testing, QA, and deployment. Outcomes lecture - importsnce of a good resume. Debugged the movie app back end. Apparently using a hard coded port = 4001 instead of process.env.PORT was causing the app to hang. Fixed!
D15: 07-17 Added some more functionality to my movie app. Used setState on a k:v pair in an object in an array when I'm fetching movie posters from TMDB. I also re-routed my Exercise Tracker app from Heroku to GH-pages using Hashrouter, to free up more space on my free Heroku. Well I made this fun Swedish House Mafia website lmao.
D16: 07-18 Self-care day today. Going on a hike later. Implemented tailwind in the movie app. I really like tailwind.
D17: 07-19 Learned about DevOps+CI/CD today and wrote a YAML configuration file for a node app to be used in circleci. Worked on weather app today - writing with React and Tailwind.
D18: 07-20 implemented toggle button by using react-switch in weather app.
D20: 07-22 challenging assessment today at DM covering Com-Sci, namely Big-O space complexity. Worked on an angular app after class. Playing around with juungle api.
D21: 07-23 Worked on movie app/react. Trying RubyππΈ on Rails out. I really like it.
D22: 07-24 worked on data viz/Ruby tool - creation.
D23: 07-25 worked on data viz/Ruby tool - deployment
D25: 07-27 made a video/screencast for expensetracker app. little updates on various apps e.g. navbar on expensetracker and data-vis-app. also updated styling on my-movie-app. grateful for ability to do/learn coding.
D26: 07-28 add img to portfolio page. fixed order by date on ET app. fixed react-weather-app temp update when state changes.
D27: 07-29 worked on portfolio page - made side-navbar, and 3 sections.
D28: 07-30 worked on movie-app front end in react.
D29: 07-31 more react
D30: 08-01 more react- fixed the image poster not rendering by using componentDidUpdate in a stateful class component. Trying to find out if possible to do the same thing with a stateless functional component.
D31: 08-02 Worked on javascript revision with pluralsight. Redid portfolio page using html5up.
D32: 08-03 worked on more advanced javascript including objects/functions/prototypes. also worked a little on the movie app (react)
D33: 08-04 lifting state/axios calls to parent?
D34: 08-05 trying auth0 with react. also firebase, and then jwt.