08 - Built-in Objects & Functions.zip
107.1 MB
08 - Built-in Objects & Functions
09 - Working with the Window and Document Object Model (DOM).zip
262.1 MB
09 - Working with the Window and Document Object Model (DOM)
11 - JavaScript and Http Requests (AJAX).zip
63.3 MB
11 - JavaScript and Http Requests (AJAX)
12 - Libraries, Frameworks and Modules.zip
44.7 MB
12 - Libraries, Frameworks and Modules
Forwarded from Artificial intelligence and Machine Learning
๐
Hands-On PyTorch Machine Learning
๐ Author: Helen Sun
๐ฐ Level: Intermediate
โฐ Duration: 56m
๐ Topics: PyTorch, Machine Learning
๐ค Join Artificial intelligence for more courses
๐ Author: Helen Sun
๐ฐ Level: Intermediate
โฐ Duration: 56m
๐ Discover the fundamentals of creating machine learning models with PyTorch, the open-source machine learning framework.
๐ Topics: PyTorch, Machine Learning
๐ค Join Artificial intelligence for more courses
โค2
๐
Postman: The Complete Guide - REST API Testing
โญ๏ธ Bestseller
๐ 4.7 - 20932 votes ๐ฐ Original Price: $74.99
๐ Taught By: Valentin Despa, Valentin Despa - Support
๐ค Download Full Course
โญ๏ธ Bestseller
๐ 4.7 - 20932 votes ๐ฐ Original Price: $74.99
๐ Postman API testing for manual and automated tests. Automate with Newman, GitLab, Jenkins or any other CI tool.
๐ Taught By: Valentin Despa, Valentin Despa - Support
๐ค Download Full Course
01 - Introduction and first steps in Postman.zip
267.8 MB
01 - Introduction and first steps in Postman
โค1
02 - Creating REST API requests with Postman - Part 01.zip
381.6 MB
02 - Creating REST API requests with Postman - Part 01
02 - Creating REST API requests with Postman - Part 02.zip
366.7 MB
02 - Creating REST API requests with Postman - Part 02
02 - Creating REST API requests with Postman - Part 03.zip
223.5 MB
02 - Creating REST API requests with Postman - Part 03
โค1
03 - Practice section Building REST API requests - Part 01.zip
387.1 MB
03 - Practice section Building REST API requests - Part 01
03 - Practice section Building REST API requests - Part 02.zip
213.9 MB
03 - Practice section Building REST API requests - Part 02
04 - Introduction to API testing JavaScript - Part 01.zip
365.6 MB
04 - Introduction to API testing JavaScript - Part 01
04 - Introduction to API testing JavaScript - Part 02.zip
137.6 MB
04 - Introduction to API testing JavaScript - Part 02
๐ฐ What Is MERN?
MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack comprises of 4 technologies namely: MongoDB, Express, React and Node.js. It is designed to make the development process smoother and easier.
๐ฐ MongoDB:
MongoDb is a NoSQL DBMS where data is stored in the form of documents having key-value pairs similar to JSON objects. MongoDB enables users to create databases, schemas and tables.
๐ฐ ExpressJS
ExpressJS is a NodeJS framework that simplifies writing the backend code. It saves you from creating multiple Node modules.
๐ฐ ReactJS
ReactJS is a JS library that allows the development of user interfaces for mobile apps and SPAs. It allows you to code Javascript and develop UI components.
๐ฐ NodeJS
NodeJS is an open-source Javascript runtime environment that allows users to run code on the server.
MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack comprises of 4 technologies namely: MongoDB, Express, React and Node.js. It is designed to make the development process smoother and easier.
๐ฐ MongoDB:
MongoDb is a NoSQL DBMS where data is stored in the form of documents having key-value pairs similar to JSON objects. MongoDB enables users to create databases, schemas and tables.
๐ฐ ExpressJS
ExpressJS is a NodeJS framework that simplifies writing the backend code. It saves you from creating multiple Node modules.
๐ฐ ReactJS
ReactJS is a JS library that allows the development of user interfaces for mobile apps and SPAs. It allows you to code Javascript and develop UI components.
๐ฐ NodeJS
NodeJS is an open-source Javascript runtime environment that allows users to run code on the server.
โค5
Media is too big
VIEW IN TELEGRAM
๐ฐ JavaScript Loops - Code This, Not That