Other

Udemy - Node js Master Da zero a esperti in API e Javascript ES67 [Ita]

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:Udemy - Node js Master Da zero a esperti in API e Javascript ES67 [Ita]

Infohash: 40F24CB9597AF146245A14728949D2F1BE9DB30A

Total Size: 7.98 GB

Seeds: 1

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2026-01-20 10:58:06 (Update Now)

Torrent added: 2023-09-07 23:00:08






Torrent Files List


22. Fetch API (Size: 7.98 GB) (Files: 308)

 22. Fetch API

  2. Fetch. Processare riposte json.mp4

104.94 MB

  1. Introduzione alle API FETCH.mp4

32.66 MB

  3. Javascript ES6. Promise.all . Chiamate in parallelo.mp4

64.08 MB

 1. Introduzione

  1. Benvenuto al corso.mp4

13.26 MB

  2. Cosa vedremo durante il corso.mp4

82.72 MB

  3. Interfaccia del corso e come postare una domanda.mp4

40.61 MB

  4. Installare nodejs con nvm su windows.mp4

59.54 MB

  5. Installare nodejs con nvm su linux ubuntu.mp4

46.90 MB

  6. Editor per nodejs. Visual code.mp4

52.06 MB

  7. SYNC-ASYNC.Che cos'è l'Event Loop.mp4

69.69 MB

  7.1 video youtube.html

0.10 KB

  7.2 download nvm.html

0.09 KB

  7.3 video youtube.html

0.10 KB

 2. Processi e variabili globali di nodejs

  1. Oggetti globali di node.js. Confronto con javascript nel browser.mp4

45.56 MB

  1.1 global-variables.js

0.16 KB

  2. Process.argv. Accedere agli argomenti passati ad uno script dalla riga di comand.mp4

53.35 MB

  2.1 argv.js

0.37 KB

 3. Moduli. Dividere il codice in moduli, moduli nativi e moduli di terze parti

  1. Introduzione ai moduli.mp4

9.36 MB

  2. Moduli. Require ed exports di elementi nei moduli.mp4

39.52 MB

  3. Moduli. Differenze tra module.exports e exports.mp4

70.86 MB

  3.1 corso-nodejs-master-f8309760548d4680aa0bfdbf1c28b677cc8370c6(1).zip

2.68 KB

  3.2 sorgente su github.html

0.15 KB

  4. Moduli. Moduli nativi di nodejs come vengono trovati e differenze.mp4

43.40 MB

  4.1 sorgente github.html

0.15 KB

  4.2 nodejs doc.html

0.11 KB

  4.3 corso-nodejs-master-74a66d53c71838ea2d9fd1ad830a2965ea140680(2).zip

3.44 KB

 4. Node Package Manager. Gestore di pacchetti NPM

  1. npm . Come installare un package.mp4

50.39 MB

  1.1 npm.html

0.09 KB

  1.2 MODULES.zip

11.87 KB

  2. NPM package.json. Creazione e configurazione.mp4

72.93 MB

  2.1 npm cli.html

0.09 KB

  2.2 package.json.html

0.10 KB

  3. Npm. Installare pacchetti in un progetto e globalmente. TypeScript e Nodemon.mp4

24.86 MB

 5. Filesystem. Lettura e scrittura di file e cartelle

  1. Scrivere file async sync. writeFile e writeFileSync.mp4

70.78 MB

  1.1 sorgente github.html

0.15 KB

  1.2 corso-nodejs-master-2063636aa7a7551e0a7fb32a47b659e138aa5419.zip

760.96 KB

  1.3 doc node.html

0.09 KB

  2. Leggere directory e files readdir, readFile, readFileSync e stat.mp4

71.81 MB

  2.1 corso-nodejs-master-e00e78b9bb151903e3cf009536ff37837b157686.zip

761.53 KB

  2.2 sorgente github.html

0.15 KB

 6. Streams & Events

  1. Introduzione agli eventi.mp4

13.07 MB

  1.1 doc nodejs.html

0.09 KB

  2. Class EventEmitter. Eventi on, once ed emit.mp4

43.21 MB

  2.1 corso-nodejs-master-71bf63a752bbad5e426b7e428c631d7e07152755.zip

762.83 KB

  2.2 doc nodejs.html

0.15 KB

  3. Introduzione agli stream.mp4

13.61 MB

  4. Streams. readFileStream e writeFileStream.mp4

41.22 MB

  5. Stream piping. Redirezionare una stream con il metodo pipe.mp4

28.38 MB

  5.1 sorgente su github.html

0.15 KB

  5.2 corso-nodejs-master-98a3aebb23464e27d7c8e0e488bd970b0e88c3b7.zip

782.29 KB

  6. Streams. zlib createGzip stream.mp4

21.89 MB

 7. Networking. Creare client e server con il modulo http

  1. Intro ai moduli di networking.mp4

32.23 MB

  1.1 doc su nodejs.html

0.09 KB

  2. HTTP.GET. Chiamare openweatherapi e mostrare i dati sulla console.mp4

59.58 MB

  2.1 corso-nodejs-master-86cd644015e55abaaa285a7cd132f4e22ce0b238.zip

784.03 KB

  2.2 sorgent github.html

0.15 KB

  3. Weather api. Gestire la stream di response e trasformare json in oggetto.mp4

43.49 MB

  4. Weather api. Gestire gli errori http.mp4

31.36 MB

  5. Weather api. Passare città dalla riga di comando.Organizzare il codice in moduli.mp4

45.65 MB

  5.1 sorgente git.html

0.15 KB

  5.2 corso-nodejs-master-86cd644015e55abaaa285a7cd132f4e22ce0b238.zip

784.03 KB

  6. Modulo request. Usiamo request al posto di https.mp4

63.93 MB

  6.1 doc su github.html

0.09 KB

  7. HTTP createServer. Intro web app weather api.mp4

2.71 MB

  7.1 doc su node.js.html

0.09 KB

  8. http.createserver . Creare un server http e testarlo con un client.mp4

62.65 MB

  8.1 corso-nodejs-master-4145193a8f8659414cf6a1cf039d58d3e0f0152f.zip

789.45 KB

  8.2 Sorgente su github.html

0.15 KB

  9. Http createserver. Servire file statici.mp4

47.61 MB

  10. http server. Installare axios e usarlo per chiamare la weather api.mp4

68.81 MB

  10.1 corso-nodejs-master-76c050b2c505b413e647e21b26bae82cb9db478c.zip

790.83 KB

  10.2 Sorgente github.html

0.15 KB

  11. Weather api frontend. Creare form e chiamare il server con axios.mp4

54.54 MB

  11.1 Sorgente github.html

0.15 KB

  11.2 corso-nodejs-master-29e457e4d4d30b3a292709dcc956c9b907d8f96d.zip

791.57 KB

  12. Weather api frontend. Mostrare i dati in una tabella e gestire gli errori.mp4

87.65 MB

 8. Express.js.Framework web veloce, non categorico e minimalista per Node.js

  1. Introduzione a expressjs.mp4

25.06 MB

  1.1 Sorgente github.html

0.15 KB

  1.2 corso-nodejs-master-a64e4726ad6034a529b4c60effac9a3dd1a4d2b4.zip

803.91 KB

  2. Creare un'applicazione expressjs. Weatherapi.mp4

27.65 MB

  2.1 corso-nodejs-master-a64e4726ad6034a529b4c60effac9a3dd1a4d2b4.zip

803.91 KB

  2.2 Sorgente github.html

0.15 KB

  3. Weatherapi expressjs. Gestire parametri via url e via router.mp4

32.00 MB

  4. Expressjs weatherapi. Gestire file statici.mp4

45.26 MB

  5. Expressjs weather api. async-await con axios. Chiamata alla weatherapi.mp4

82.57 MB

  6. Expressjs weatherapi. Aggiungere elenco dei paesi.mp4

54.45 MB

  7. Expressjs-weatherapi. Passare la lingua del browser.mp4

75.89 MB

  7.1 Sorgente github.html

0.15 KB

  7.2 corso-nodejs-master-ece16733b7e9ead396dc71c7d6667182d92e6cae.zip

805.26 KB

 9. EXPRESSJS. ROTTE . TODO LIST APP

  1. Intro alle rotte in expressjs e todo list app.mp4

21.81 MB

  1.1 corso-nodejs-master-90b968daaefcf9f2188d8a886a42713d45fa03e0.zip

810.77 KB

  2. Rotte todo list. Express.all, express.get, Gestire le rotte dei todos.mp4

49.20 MB

  2.1 Sorgente su github.html

0.15 KB

  2.2 corso-nodejs-master-2413eafdb511956b56331457fe22b7b63265c743.zip

811.70 KB

  3. Creare e gestire un middleware.mp4

41.56 MB

  4. Expressjs. Todo controller.Mostrare, creare ed eliminare todo.mp4

72.31 MB

  4.1 Sorgente github.html

0.15 KB

  4.2 corso-nodejs-master-c9b090742d5a926e09716062f37fce95c75bbf79.zip

813.74 KB

  5. Expressjs todo list. Testare le API con POSTMAN.mp4

29.33 MB

  6. Expressjs todo list. Gestire dati POST. Express.json() e express.urlencoded.mp4

64.85 MB

  6.1 corso-nodejs-master-c9b090742d5a926e09716062f37fce95c75bbf79.zip

813.74 KB

  6.2 Sorgente github.html

0.15 KB

  7. Expressjs todo list. Express.patch. Gestire modifica todo.mp4

70.43 MB

  7.1 Sorgente github.html

0.15 KB

  7.2 todolist.zip

657.65 KB

  8. Expressjs. Todo list. Gestire le liste. Rotte e Controller.mp4

63.02 MB

  8.1 Sorgente github.html

0.15 KB

  8.2 corso-nodejs-master-92561af12fec4945ae4bc6909054a623a771712d.zip

815.00 KB

  9. Expressjs todo list. Express.patch. Sistemare modifica per indice.mp4

22.34 MB

  9.1 todolist.zip

657.65 KB

  10. Fix modifica lista per indice.mp4

13.66 MB

  10.1 todolist.zip

658.64 KB

 10. Mysql. Salvare i dati dei todos, lists e users con mysql

  1. Installare Laragon.mp4

67.70 MB

  2. Installare xampp su ubuntu linux.mp4

76.19 MB

  3. Installare xampp su mac.mp4

46.40 MB

  4. Installare mysql bench.mp4

34.72 MB

  5. Creare database expresstodolist e le tabelle users, lists e todos.mp4

59.52 MB

  6. Expressjs. Installare package mysql2. Selezionare liste.mp4

56.11 MB

  6.1 corso-nodejs-master-1e519052163fc492ffe28df724ca48f0279f7990.zip

819.66 KB

  6.2 sorgente su github.html

0.15 KB

  7. Expressjs todo list. Crud mysql delle liste.mp4

78.16 MB

  8. Expressjs todo list. Finire il crud delle liste.mp4

76.84 MB

  8.1 Sorgeten git.html

0.15 KB

  8.2 corso-nodejs-master-1e519052163fc492ffe28df724ca48f0279f7990.zip

819.66 KB

  9. Expressjs todo list. CRUD mysql dei todos.mp4

29.32 MB

  9.1 sorgente github.html

0.15 KB

  9.2 corso-nodejs-master-0eff3882e4c49b5e43d4163864196427fc0e1412.zip

820.10 KB

  9.3 express-todolist-todos-crud.mp4

29.32 MB

  10. Expressjs todo list. Elencare i todos per lista.mp4

20.26 MB

  10.1 corso-nodejs-master-3f5aa6620a77256bef65f93f1ed6f2d336efb228.zip

820.15 KB

  10.2 sorgente github.html

0.15 KB

 11. SEQUELIZE. OBJECT RELATIONAL MAPPER

  1. Installazione di sequelize e sequelize-cli.mp4

73.03 MB

  1.1 Sorgente su github.html

0.15 KB

  1.2 corso-nodejs-master-ea96d17f35be300ee470020ca56a2fcd723dc3dd.zip

823.71 KB

  2. Sequelize. Model e migration di tabella users.mp4

48.86 MB

  2.1 Sorgente github.html

0.15 KB

  2.2 corso-nodejs-master-7bcc9eec31512c82334f4ddb0343541856f89c5a.zip

827.36 KB

  3. Sequelize. Impostare attributi di model e migration users.mp4

44.60 MB

  4. Sequelize. Model di todos, list e impostazioni delle foreign keys.mp4

68.14 MB

  5. Sequelize.Creare seeder per tabella users.mp4

39.13 MB

  5.1 sorgente github.html

0.15 KB

  6. Sequelize. Generare dati dei seeder con libreria faker..mp4

76.58 MB

  6.1 corso-nodejs-master-c6a994bd848625996e8862e86e9a4c3ca7e62b4b.zip

887.60 KB

  6.2 Sorgente github.html

0.15 KB

  7. Sequelize. Eseguire i seeder.mp4

47.25 MB

 12. CRUD con SEQUELIZE

  1. SEQUELIZE. FindAll. Trovare e filtrare records.mp4

53.10 MB

  2. SEQUELIZE. FindbyPk and Destroy. Trovare un record per id ed eliminare un record.mp4

49.39 MB

  2.1 corso-nodejs-master-687944a85877d06f7e78b83d75be83fce1f706fa.zip

887.79 KB

  2.2 Sorgente su github.html

0.15 KB

  3. Sequelize. Finire CRUD dei todos e list.mp4

60.48 MB

  3.1 Sorgente github.html

0.15 KB

  3.2 corso-nodejs-master-c9f59c062fa72b84380eeae2b483a490b1f7855e.zip

887.48 KB

 13. TODO LIST LATO FRONTEND. TEMPLATE SYSTEM CON EXPRESS HANDLEBARS

  1. Introduzione ai template engines di expressjs.mp4

13.57 MB

  2. Express handlebars. Installazione e configurazione.mp4

46.38 MB

  2.1 Sorgente su github.html

0.15 KB

  2.2 corso-nodejs-master-290208ed255873243a8705fe879171c4a243b858.zip

886.33 KB

  3. Express handlebars. Installazione di bootstrap e configurazione del layout.mp4

32.43 MB

  3.1 corso-nodejs-master-1b09ea41d81101884a16343c47b49c44d31c457e.zip

887.31 KB

  3.2 Sorgente su github.html

0.15 KB

  4. Nota su nuove versione di express-handlebars.html

1.42 KB

  5. hbs. Mostrare elenco delle liste.mp4

62.64 MB

  6. hbs. Mostrare i todos di una liste.mp4

66.19 MB

  6.1 corso-nodejs-master-69f98f457f85e374e919b8a7f0c338e6de4f23c3.zip

890.04 KB

  6.2 Sorgente github.html

0.15 KB

  7. hbs. Mostrare totale todos per lista.Sequelize count e group by.mp4

87.45 MB

  7.1 corso-nodejs-master-d99a3104a41604e10413f9ed7a0ff75512af92ef.zip

890.12 KB

  7.2 Sorgente su github.html

0.15 KB

  8. hbs. Mostrare totale todos per lista, buttone update e delete.mp4

75.82 MB

  8.1 corso-nodejs-master-1cc06ea77ae0c1c4cbef7d20217f3e3821bdacdb.zip

890.79 KB

  8.2 Sorgente su github.html

0.15 KB

  9. hbs. Creare form per aggiornare lista e aggiungere fontawesome.mp4

70.60 MB

  10. hbs. Aggiornare una lista. Backend e redirect a home page.mp4

93.20 MB

  10.1 Sorgente su github.html

0.15 KB

  10.2 corso-nodejs-master-973ea00c406ba5178610ddadfb83b9b55dc75495.zip

891.93 KB

  11. HBS. Aggiungere una nuova lista.mp4

80.93 MB

  11.1 Sorgente github.html

0.15 KB

  11.2 corso-nodejs-master-c843000996680dfe6c350c7d320c216d0b31a0ac.zip

893.03 KB

  12. HBS. Filtrare liste . Form di ricerca.mp4

46.68 MB

  13. HBS. Filtrare liste . Sequelize WHERE e operatore Op.LIKE.mp4

61.19 MB

  13.1 Sorgente github.html

0.15 KB

  13.2 corso-nodejs-master-b5928baa3bb0f6329f3ad1ae73d97858c45dcde3.zip

893.26 KB

  14. Sequelize validate. Validare inserimento dati liste.mp4

41.64 MB

  14.1 Sorgente github.html

0.15 KB

  14.2 corso-nodejs-master-5a1d48762a3abe4024b96bb3592476ea9f3af928.zip

893.35 KB

 14. Gestire dati di sessione con express-session, passare dati tra pagine

  1. Express-session e connect-flash. Intro.mp4

85.29 MB

  1.1 corso-nodejs-master-b5928baa3bb0f6329f3ad1ae73d97858c45dcde3.zip

893.26 KB

  1.2 sorgente github.html

0.15 KB

  2. Passare dati da una pagina all'altra con connect-flash.mp4

34.62 MB

  2.1 corso-nodejs-master-4c2e18c38dfc274b4e130822df845ccc685dcb4e.zip

894.24 KB

  2.2 Sorgente github.html

0.15 KB

  3. Mostrare messaggi di errori.mp4

57.63 MB

  4. Far scomparire i messaggi di errori.mp4

50.01 MB

  4.1 corso-nodejs-master-27788fb9bef88c0ca6b45c8429f1612f04a93665(1).zip

896.54 KB

  4.2 sorgente github.html

0.15 KB

  5. Libreria sweetalert. Installazione e test.mp4

57.58 MB

  6. Libreria sweetalert. Mostrare finestra di conferma prima di eliminare una lista.mp4

55.35 MB

  6.1 Sorgente github.html

0.15 KB

  6.2 corso-nodejs-master-27788fb9bef88c0ca6b45c8429f1612f04a93665.zip

896.54 KB

 15. Gestione registrazione e login degli utenti

  1. form di registrazione.mp4

39.22 MB

  1.1 Sorgente github.html

0.15 KB

  1.2 corso-nodejs-master-f10c10707034d07d35c7c56cd52bd97e9c636c5a.zip

904.65 KB

  2. Validazione dati nel model User.mp4

51.26 MB

  3. Creare rotta e controller e salvare utente.mp4

96.70 MB

  3.1 Sorgente su github.html

0.15 KB

  3.2 corso-nodejs-master-99a968513fee603d26ff39f1add7eebb726632db.zip

906.23 KB

  4. Gestione degli errori di registrazione e redirezionamento alla home page.mp4

49.28 MB

  4.1 corso-nodejs-master-2d596cec2c59bc096072f3a90fbaa1b9a29c3324.zip

906.31 KB

  4.2 Sorgente github.html

0.15 KB

  5. Aggiungere utente alla sessione e creare middleware per proteggere le rotte.mp4

59.68 MB

  5.1 corso-nodejs-master-c4afaa7eaa94157f006a873287f8dc94b5a99f66(1).zip

907.26 KB

  5.2 Sorgente github.html

0.15 KB

  6. Proteggere le rotte e mostrare form di login.mp4

43.49 MB

  7. Aggiungere menu login, signup & logout. Implementare logout dalla sessione.mp4

43.59 MB

  7.1 Sorgente github.html

0.15 KB

  7.2 corso-nodejs-master-dc167aaf63aacdbd5eebfc40f81024642c32e407.zip

907.41 KB

  8. Form di login e gestione della login con protezione delle rotte.mp4

71.67 MB

  9. Escludere logout dalla rotta di protezione e validazione lato client.mp4

44.20 MB

  9.1 corso-nodejs-master-242a055bb64cb47b92f992e2f91c2e4af9f08e1b.zip

907.68 KB

  9.2 Sorgente su githun.html

0.15 KB

 16. Gestione dei todos

  1. Mostrare elenco todos di una lista con le checkbox.mp4

55.01 MB

  1.1 Sorgente github.html

0.15 KB

  1.2 corso-nodejs-master-aa3c01d872c3666b414b7c8231dbece9144a073e.zip

907.92 KB

  2. Aggiungere evento click alla checkbox.mp4

56.54 MB

  3. Gestire il toggle di completed lato server. Verificare esistenza del todo.mp4

65.71 MB

  3.1 corso-nodejs-master-2522e9d4df166f047bee31fd2da6a89bdbe02f46.zip

908.42 KB

  3.2 Sorgente su github.html

0.15 KB

  4. Mostrare le liste dell'utente collegato. Controllare che l'utente sia il padrone.mp4

75.54 MB

  4.1 Sorgente su github.html

0.15 KB

  4.2 corso-nodejs-master-60a4af20ecc2d934a1f1c5d355307667ecd595fc.zip

908.57 KB

  5. Creare una store di tipo filesystem per la sessione.mp4

23.69 MB

  5.1 corso-nodejs-master-21cbbc2d8b3522891bcb2b2a8923c028dee56335.zip

909.55 KB

  5.2 Sorgente su github.html

0.15 KB

  6. Mostrare elenco dei todos da completare.mp4

59.51 MB

  7. Mostrare solo i todos dell'utente collegato.mp4

16.50 MB

  7.1 corso-nodejs-master-5767297abbe3dfeaf963fcaaf2e1270849ffaead.zip

910.28 KB

  7.2 Sorgente github.html

0.15 KB

  8. Inserire nuovo todo.mp4

85.69 MB

  8.1 Sorgente su github.html

0.15 KB

  8.2 corso-nodejs-master-1089018103ac6392f46118b447b3ce46fc693200.zip

911.30 KB

  9. Cambiare definizione colonna completed a enum(0,1).mp4

32.23 MB

  9.1 Sorgente github.html

0.15 KB

  9.2 corso-nodejs-master-fbee0149d2891a8cbc14942d4ed0224de9b2d880.zip

911.30 KB

  10. Aggiungere combo con liste nell'inserimento todo.mp4

99.77 MB

  10.1 Sorgent su github.html

0.15 KB

  10.2 corso-nodejs-master-db486d744158b411b9feee1fbbf2fee482152002.zip

914.72 KB

  11. Filtrare todos. Aggiungere pulsanti nel footer per filtrare todos..mp4

63.18 MB

  11.1 Sorgente github.html

0.15 KB

  11.2 corso-nodejs-master-66ec25075c1ac927f6d49e5f6a93f14c9b04ecc6.zip

915.13 KB

  12. Mantenere il filtro applicato in sessione.mp4

65.65 MB

  12.1 corso-nodejs-master-e1f10aab2da2ff8cb24c042a64fb8b83600db41c.zip

915.23 KB

  12.2 Sorgente su github.html

0.15 KB

  13. Proteggere le liste con un middleware.mp4

94.15 MB

  13.1 Sorgente su github.html

0.15 KB

  13.2 corso-nodejs-master-d9ce54eac27ffa756cd4f0411b77e83d0c6f2a14.zip

916.83 KB

 17. Deploy della nostra applicazione su heroku

  1. Introduzione alla sezione.mp4

11.82 MB

  2. Heroku. Intro e installazione di heroku-cli.mp4

36.67 MB

  3. Creare un'app su heroku e dalla riga di comando in locale.mp4

41.95 MB

  4. Heroku. Deploy dell'app con git push heroku master.mp4

29.02 MB

  4.1 Sorgente app per heroku.html

0.15 KB

  4.2 myexpressjs-todolist.zip

98.65 KB

  5. Heroku. Collegarsi al server heroku dalla riga di comando.mp4

24.38 MB

  6. Heroku. Aggiungere mysql come plugin e migrare il database.mp4

102.01 MB

  7. Heroku. Configurare sequelize database con variabile di ambiente. Passare db url.mp4

67.53 MB

  8. Heroku. Aggiungere plugin paper trail per tracciare gli errori.mp4

38.93 MB

  9. Configurare nome delle tabelle in sequelize models e gestire variabili di sessio.mp4

55.11 MB

  10. Heroku. Testare la nostra app e conclusione.mp4

24.69 MB

 18. Mongodb. Installazione e configurazione

  1. Installare mongodb su windows.mp4

67.45 MB

  2. Creare un server mongo db sul cloud utilizzando mongo atlas.mp4

87.56 MB

  2.1 mongoatlas.zip

1.30 MB

  3. Installare mongodb in ubuntu.mp4

43.45 MB

  4. Estensione mongodb per Visual code.mp4

29.62 MB

 19. MONGODB CRUDS

  1. Mostrare, selezionare ed utilizzare database e collections.mp4

51.65 MB

  2. Formato di dati JSON & BSON.mp4

67.82 MB

  3. Filtrare records con find e findOne.mp4

90.65 MB

  4. Operatori di selezione $and, $or, $nor, $not and $exists. Filtrare campi.mp4

72.31 MB

  5. Aggiornare e cancellare record.mp4

54.23 MB

  6. Limit, skip. Ordinare e paginare i resultset.mp4

61.70 MB

  6.1 movies.json

12.37 MB

  7. createIndex e dropIndex.mp4

33.68 MB

 20. Ripasso di javascript es6

  1. Dichiarare variabili con let.mp4

19.31 MB

  1.1 sorgente su jsbin.com.html

0.10 KB

  2. Dichiarare variabile con const.mp4

35.56 MB

  2.1 sorgente su jsbin.com.html

0.10 KB

  3. Template literal.mp4

79.78 MB

  4. Arrow functions. Intro.mp4

17.56 MB

  4.1 sorgente su jsbin.html

0.11 KB

  5. Arrow functions e this.mp4

25.56 MB

  5.1 sorgente su jsbin.com.html

0.11 KB

  6. Parametri di tipo rest.mp4

34.00 MB

  6.1 sorgente su jsbin.com.html

0.10 KB

  7. Destrutturare array e oggetti.mp4

40.90 MB

  8. Le classi in ES6.mp4

24.13 MB

  8.1 sorgente su jsbin.com.html

0.10 KB

  9. CLassi ed ereditarietà.mp4

34.75 MB

  9.1 sorgente su github.html

0.10 KB

  10. Classi e metodi statici.mp4

16.73 MB

  10.1 sorgent su jsbin.com.html

0.10 KB

 21. Promises

  1. Intro alle promise.mp4

21.68 MB

  2. Promise resolve, reject, then e catch.mp4

78.22 MB

  3. Trasformare chiamate asincrone in Promise Ajax.mp4

64.54 MB

  4. Ajax con promise.mp4

55.39 MB

  4.1 PROMISES.zip

1.86 KB

 Read Me.txt

0.11 KB

 23. API Async-Await

  1. Javascript ES6. Funzioni async.mp4

76.51 MB

  2. Javascript ES6. Funzioni async e await.mp4

49.74 MB

  3. Javascript ES6. Funzioni async con Promise.all.mp4

53.85 MB

  4. Javascript ES6. Funzioni async con Promise all e array map.mp4

71.43 MB

  4.1 ASYNC-AWAIT.zip

2.68 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch Udemy - Node js Master Da zero a esperti in API e Javascript ES67 [Ita] Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu