Skip to content

Latest commit

Β 

History

History
201 lines (101 loc) Β· 4.27 KB

q1-2022.md

File metadata and controls

201 lines (101 loc) Β· 4.27 KB

D1: 01-01 LC-2089 - first LC of '22 :D - 80ms js

D2: 01-02 LC-2119, LC-88 (merge sorted array), did this LC-1925 (pythagorean triples) - quite fun :D

D3: 01-03 171-excel sheet; notes on JS: Event Loop. Why Rust. JS is single-threaded which means it only has 1 call stack that's used to execute code. Event loop - monitors call stack and callback queue. If the call stack is empty, the EL takes the 1st event from the Q amd pushes it onto the call stack.*

D4: 01-04 unity

D5: 01-05 break

D6: 01-06 unity

D7: 01-07 gatsby

D8: 01-08 Worked on Gatsby tutorial: was quite fun building the blog-site out and learning GraphQL :) working on inventory tracker

D9: 01-09 configuring ESLint on artexplorer

D10: 01-10 add eslint to inventory tracker. I like eslint :D

D11: 01-11 working on inventory tracker

D12: 01-12 inventory tracker | modal

D13: 01-13 inventory-tracker | refactor add-item to modal | getting started on special feature

D14: 01-14 inventory-tracker | add export to .csv feature

D15: 01-15 saturday - break :) !

D16: 01-16 brushing up on some JS concepts @ javascript.info. Using git-lfs to store large files using text pointers. Trying to read SICP. Generators are functions that can be paused and resumed at arbitrary points

D17: 01-17 applying for jobs

D18: 01-18 revising closure. add tests to inventory-tracker.

D19: 01-19 working on react take-home. learned about getters and setters (JS) (allow for constraints and encapsulation).

D20: 01-20 revising JS; Promises

D21: 01-21 revise VDOM->React DOM->'real' DOM; update old repos. React SEO. SSR, CSR

D22: 01-22 prep for interview using CodeSandBox

D23: 01-23 behavioral interview prep with Deb

D24: 01-24 more prep work

D25: 01-25 on-site

D26: 01-26 working on front-end assessment

D27: 01-27 working on back-end assessment. Implement tests with Jest and Supertest

D28: 01-28 revising Javascript

D29: 01-29 an assessment; working on Movie App - minor styling changes

D30: 01-30

D31: 01-31 illustrator

D32: 02-01

D33: 02-02 cleaning A-E app

D34: 02-03 take-home. cleaning A-E app

D35: 02-04 break

D36: 02-05 break

D37: 02-06 break

D38: 02-07 break

D39: 02-08 break

D40: 02-09 fixing A-E app

D41: 02-10

D42: 02-11

D43: 02-12

D44: 02-13 unsure how to update state in redux after sending a message in Hatchways - Messenger app; moving on to next PR

D45: 02-14

D46: 02-15

D47: 02-16 working on multiple simultaneous API calls with staggered setTimeout in A-E app; Socket.io is a library for building web-sockets in node.js

D48: 02-17

D49: 02-18

D50: 02-19

D51: 02-20

D52: 02-21

D53: 02-22

D54: 02-23

D55: 02-24 worked on hatchways messenger app; used Promise.all to resolve multiple Promises before sending a message to the backend

D56: 02-25

D57: 02-26

D58: 02-27

D59: 02-28

D60: 03-01

D61: 03-02

D62: 03-03

D63: 03-04

D64: 03-05

D65: 03-06 working on heroku deployment of node app

D66: 03-07

D67: 03-08

D68: 03-09

D69: 03-10

D70: 03-11

D71: 03-12

D72: 03-13

D73: 03-14

D74: 03-15

D75: 03-16

D76: 03-17

D77: 03-18

D78: 03-19

D79: 03-20

D80: 03-21

D81: 03-22

D82: 03-23

D83: 03-24

D84: 03-25

D85: 03-26

D86: 03-27

D87: 03-28

D88: 03-29

D89: 03-30

D90: 03-31

D91: 04-01

D92: 04-02

D93: 04-03

D94: 04-04

D95: 04-05

D96: 04-06

D97: 04-07

D98: 04-08

D99: 04-09

D100: 04-10

:)