2023-06-09 Meeting 10

Code review

 

  1. 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! image-20230609120521705

 

  1. fullstack 10 - image-20230609121431734

  2. CSV nepieciešams ielādēt tikai vienreiz un saglabāt state! image-20230609121704911

 

  1. 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! image-20230609122240854

     

  2. image-20230609121903094

 

  1. image-20230609121946368

 

  1. image-20230609122735339

 

  1. image-20230609122832353

 

 

  1. Fullstack - 11 - atkārtots kods - const, vispār iznest ControllerCars kā static async functions image-20230609124111195

  2. image-20230609124239278

  3. image-20230609124323230

 

  1. 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 image-20230609125906939

 

  1. Apvienot ExportPDF un GeneratePDF, kāpēc ir 2x funkcijas? tas nav nepieciešams

 

  1. image-20230609130051294

 

  1. image-20230609130131622

 

 


Next task

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

 

1. 1. Javascript Programming for beginners

Video: https://youtu.be/Lk4rpU1szPs

Jamboard: https://jamboard.google.com/d/1rq0zDC0TA9XsnvOCPGyvvmgqlozbExeFJF9GH5DjYL0/edit?usp=sharing

Perquisites:

  1. Install Google Chrome

  2. Install WebStorm IDE (will be easier to work with than other solutions)

 

1.1. Homework

  1. Implement 2x5 aliens programmatically using for loop and adding them to #scene using jQuery

  2. Implement player space ship add it to #scene make it controllable using key buttons

  3. Limit ability to move player out of the bounds of screen

+ If you can implement something more than required towards playable game

 

2.2. Javascript Programming for beginners

Video:

https://youtu.be/3g7wLk3glAY

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

2.1. Homework

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

Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/2_basics_space_invaders_homework_template.html.zip

Javascript Programming for beginners - Tutorial #3

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

https://youtu.be/UfuXMRsUo-g

Jamboard

https://jamboard.google.com/d/1l7g08ds9VubSKgU7ImNntHBJTVYLqKMt5BZyfenjmHk/edit?usp=sharing

 

Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/3_basics_space_invaders_template.html.zip

 

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.