Design patterns 8 - Implementēt, ka tajā paša redux store, pie kura pieslēgts UI var ievadīt messages arī no konsoles, gan no konsoles, gan no UI, bet undo strādā tikai actions, kas nāk no UI!
fullstack 10 -
CSV nepieciešams ielādēt tikai vienreiz un saglabāt state!
Pārtaisīt kodu bez šādas funkcijas - tai nav nekāda jēga! Izsauc App.tsx PapaParse pa taisno, izproti kā tas strādā un kāpēc tur vajag Promise!
Fullstack - 11 - atkārtots kods - const, vispār iznest ControllerCars kā static async functions
Liela problēma loģikā, ja man ir 2x lietotāji, kuri reizē lieto lietotni nevar būt tā, ka fails servera pusē ir kopīgs abiem, nepieciešams nodrošināt, ka katram request tiek ģenerēts savs fails, ja tas tiek pieprastīts
Apvienot ExportPDF un GeneratePDF, kāpēc ir 2x funkcijas? tas nav nepieciešams
Man būs tomēr nepieciešams, ka tu pirmajā commercial projektā esi uz react-native, tāpēc šeit ir vēl daži uzdevumi tieši par javascript - 3 uzdevumi uz basic ECMA6, liec katru savā folder iekš git, dod ziņu, kad gatavi
Video: https://youtu.be/Lk4rpU1szPs
Jamboard: https://jamboard.google.com/d/1rq0zDC0TA9XsnvOCPGyvvmgqlozbExeFJF9GH5DjYL0/edit?usp=sharing
Perquisites:
Install Google Chrome
Install WebStorm IDE (will be easier to work with than other solutions)
Implement 2x5 aliens programmatically using for loop and adding them to #scene using jQuery
Implement player space ship add it to #scene make it controllable using key buttons
Limit ability to move player out of the bounds of screen
+ If you can implement something more than required towards playable game
Video:
Jamboard:
https://jamboard.google.com/d/1rCgiB36IR418RFI-FDPsme3Y7UJKnu2_c6fU4HNH08c/edit?usp=sharing
Template
http://share.yellowrobot.xyz/1629812987-programming-tutorials/2_basics_space_invaders_live.html.zip
Implement UML schema of Space Invaders game using JavaScript ES6 and template below (game can be not-functional)
UML Schema: http://share.yellowrobot.xyz/1629812987-programming-tutorials/uml_js.png
Examine homeworks
Basic functions linked via OOP - sagatavot jau labu template no kura sākt strādāt Implementēt pašam bāzi
Video
Jamboard
https://jamboard.google.com/d/1l7g08ds9VubSKgU7ImNntHBJTVYLqKMt5BZyfenjmHk/edit?usp=sharing
Homework:
Using Tutorial #3 template implement Alien, Player class, make player instance movable and make sure visual looks like this:
http://share.yellowrobot.xyz/1629812987-programming-tutorials/3_homework.png
Create aliens and walls using for loops (like for(let i = 0; i < 4; i++) { .. } ). Submit code here.