首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Full Stack Web Development Bootcamp

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-3-21 19:31 2024-6-20 04:03 102 15.32 GB 386
二维码链接
[FreeCourseSite.com] Udemy - Full Stack Web Development Bootcamp的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1. Introduction/1. Introduction.mp467.24MB
  2. 1. Introduction/4. Course Project Files Overview.mp423.56MB
  3. 10. DOCKER/1. Docker Overview.mp431.63MB
  4. 10. DOCKER/10. Docker Client.mp466.7MB
  5. 10. DOCKER/11. Docker Server.mp460.1MB
  6. 10. DOCKER/12. Docker Host.mp491.24MB
  7. 10. DOCKER/13. Docker Image.mp436.3MB
  8. 10. DOCKER/14. Docker Container.mp447.78MB
  9. 10. DOCKER/15. Docker Repository.mp451.89MB
  10. 10. DOCKER/16. Docker Registry.mp474.81MB
  11. 10. DOCKER/17. Docker Components Summary.mp443.64MB
  12. 10. DOCKER/18. Docker Commands vs Management Commands.mp471.74MB
  13. 10. DOCKER/19. Alternative Commands.mp473.11MB
  14. 10. DOCKER/2. Installing Docker Desktop or Docker Engine.mp444.1MB
  15. 10. DOCKER/20. Basic Container and Images commands.mp465.27MB
  16. 10. DOCKER/21. Cleaning up my Docker setup.mp471MB
  17. 10. DOCKER/22. Pulling images from the Docker Hub.mp459.57MB
  18. 10. DOCKER/23. What is Docker Image.mp4113.61MB
  19. 10. DOCKER/24. Creating new Container from the Image.mp455.38MB
  20. 10. DOCKER/25. What is CMD in the Docker Image.mp447.39MB
  21. 10. DOCKER/26. What is Docker Container.mp4184.37MB
  22. 10. DOCKER/27. What is ports mapping.mp4128.64MB
  23. 10. DOCKER/28. Enabling ports mapping for the NGINX container.mp4215.53MB
  24. 10. DOCKER/29. Environment variables for containers.mp4221MB
  25. 10. DOCKER/3. Virtual Machines vs Docker Containers.mp429.93MB
  26. 10. DOCKER/30. Volumes and volumes mapping.mp4178.71MB
  27. 10. DOCKER/31. Enabling volumes mapping for the NGINX container.mp4254.67MB
  28. 10. DOCKER/32. Running applications inside of the containers.mp4245.01MB
  29. 10. DOCKER/33. What is Dockerfile.mp4151.73MB
  30. 10. DOCKER/34. Creating Dockerfile.mp4201.77MB
  31. 10. DOCKER/35. Launching container based on the custom image.mp4170.71MB
  32. 10. DOCKER/36. Trying to connect Python and Mongo containers.mp4131.95MB
  33. 10. DOCKER/37. Attaching containers to the custom bridge network.mp4150.53MB
  34. 10. DOCKER/38. Docker Compose and YAML.mp4101.41MB
  35. 10. DOCKER/39. Launching services using Docker Compose.mp4251.04MB
  36. 10. DOCKER/4. Virtual Machines Architecture.mp471.71MB
  37. 10. DOCKER/40. Writing documents to the database.mp4155.48MB
  38. 10. DOCKER/41. Enabling Ports Mapping in the Docker Compose.mp470.66MB
  39. 10. DOCKER/42. Using Volumes in the Docker Compose.mp4135.67MB
  40. 10. DOCKER/43. Docker Crash Course Summary.mp446.04MB
  41. 10. DOCKER/44. Publishing course project files to the GitHub.mp442.41MB
  42. 10. DOCKER/5. How I use Virtual Machines.mp4202.09MB
  43. 10. DOCKER/6. Docker Containers Architecture.mp4110.15MB
  44. 10. DOCKER/7. How Docker is running on different Operating Systems.mp478.08MB
  45. 10. DOCKER/8. Container processes and resources.mp4116.88MB
  46. 10. DOCKER/9. Docker Components Overview.mp458.21MB
  47. 11. PROJECT START - Initial frontend app Overview/1. Installing Visual Studio Code.mp48.34MB
  48. 11. PROJECT START - Initial frontend app Overview/2. Visual Studio Code Setup.mp449.15MB
  49. 11. PROJECT START - Initial frontend app Overview/3. Overview of the initial Application version.mp49MB
  50. 11. PROJECT START - Initial frontend app Overview/4. How to create new React Application.mp437.42MB
  51. 11. PROJECT START - Initial frontend app Overview/5. Installing Node along with NPM and NPX.mp419.98MB
  52. 12. Creating React application and how React works/1. BEGIN - Creating React Application using create-react-app.mp433.9MB
  53. 12. Creating React application and how React works/2. Starting React Application.mp453.77MB
  54. 12. Creating React application and how React works/3. Structure of the Frontend app.mp484.67MB
  55. 12. Creating React application and how React works/4. Reinstalling npm dependencies.mp434.97MB
  56. 12. Creating React application and how React works/5. Creating and serving optimized build of the Frontend app.mp447.41MB
  57. 12. Creating React application and how React works/6. Basic Frontend Application Implementation Steps.mp425.82MB
  58. 12. Creating React application and how React works/7. Cleaning up default React application.mp432.72MB
  59. 12. Creating React application and how React works/8. How React works and what is JSX.mp466.64MB
  60. 12. Creating React application and how React works/9. React Functional Components.mp421.28MB
  61. 13. Initializing Git and creating remote GitHub repository/1. Installing and Configuring Git.mp467.63MB
  62. 13. Initializing Git and creating remote GitHub repository/2. END - Creating first commit.mp439.99MB
  63. 13. Initializing Git and creating remote GitHub repository/3. BEGIN and END - Adding eslintcache file to the gitignore.mp431.54MB
  64. 13. Initializing Git and creating remote GitHub repository/4. Publishing repository to the GitHub.mp453.74MB
  65. 14. React props and creation of the Header and Search components/1. BEGIN and END - Changing Favicon.mp478.17MB
  66. 14. React props and creation of the Header and Search components/10. Disabling GitLens blame annotations feature.mp422.71MB
  67. 14. React props and creation of the Header and Search components/2. BEGIN - Creating Header component.mp430.38MB
  68. 14. React props and creation of the Header and Search components/3. END - What are React props.mp434.34MB
  69. 14. React props and creation of the Header and Search components/4. BEGIN - Plan for creation of the Search component.mp415.47MB
  70. 14. React props and creation of the Header and Search components/5. Creating Search component with input form.mp459.05MB
  71. 14. React props and creation of the Header and Search components/6. Styling Search component.mp467.61MB
  72. 14. React props and creation of the Header and Search components/7. Submission of the search form.mp442.44MB
  73. 14. React props and creation of the Header and Search components/8. Controlled Search component.mp467.85MB
  74. 14. React props and creation of the Header and Search components/9. END - Search Component Summary.mp426.94MB
  75. 15. Making Unsplash API requests/1. BEGIN - Creating account at Unsplash and registering new App.mp456.47MB
  76. 15. Making Unsplash API requests/2. Adding local file with Environment Variables.mp465.45MB
  77. 15. Making Unsplash API requests/3. How to make Unsplash API request and what is URL.mp441.64MB
  78. 15. Making Unsplash API requests/4. END - Making first API request for random photo.mp476.59MB
  79. 15. Making Unsplash API requests/5. Analyzing API requests and responses.mp464.47MB
  80. 15. Making Unsplash API requests/6. BEGIN - CHALLENGE - Clear search input.mp46.6MB
  81. 15. Making Unsplash API requests/7. END - CHALLENGE SOLUTION - Clear search input.mp425.99MB
  82. 16. Configuring ESLint and Prettier in the frontend app/1. BEGIN - What is code formatter.mp433.06MB
  83. 16. Configuring ESLint and Prettier in the frontend app/10. ESLint with Prettier setup Summary.mp431.86MB
  84. 16. Configuring ESLint and Prettier in the frontend app/2. What is linter.mp454.97MB
  85. 16. Configuring ESLint and Prettier in the frontend app/3. Configure ESLint validation.mp460.64MB
  86. 16. Configuring ESLint and Prettier in the frontend app/4. Installing and enabling Prettier ESLint Plugin.mp461.92MB
  87. 16. Configuring ESLint and Prettier in the frontend app/5. Adjusting Prettier configuration.mp446.14MB
  88. 16. Configuring ESLint and Prettier in the frontend app/6. Enabling ESLint errors fixing on File Save.mp442.64MB
  89. 16. Configuring ESLint and Prettier in the frontend app/7. END - Adding NPM linting scripts.mp444.78MB
  90. 16. Configuring ESLint and Prettier in the frontend app/8. BEGIN and END - Fixing all linting errors.mp454.08MB
  91. 16. Configuring ESLint and Prettier in the frontend app/9. BEGIN and END - Changing editor tabSize in VS Code.mp411.28MB
  92. 17. Saving images in the state and deleting them in the UI/1. BEGIN - Planning next steps in building frontend app.mp414.35MB
  93. 17. Saving images in the state and deleting them in the UI/2. Saving images in the state.mp457.25MB
  94. 17. Saving images in the state and deleting them in the UI/3. END - State in React is updated asynchronously.mp443.14MB
  95. 17. Saving images in the state and deleting them in the UI/4. BEGIN - Adding React Developer Tools Chrome extension.mp430.26MB
  96. 17. Saving images in the state and deleting them in the UI/5. Creating ImageCard component.mp459.06MB
  97. 17. Saving images in the state and deleting them in the UI/6. Adding props to the ImageCard component.mp491.32MB
  98. 17. Saving images in the state and deleting them in the UI/7. Displaying all images in the UI using map method.mp457.31MB
  99. 17. Saving images in the state and deleting them in the UI/8. Adjust layout of the image cards.mp462.25MB
  100. 17. Saving images in the state and deleting them in the UI/9. END - Adding delete images functionality.mp497.29MB
  101. 18. Adding SVG logo and Welcome component/1. BEGIN - Creating SVG logo from text.mp484.6MB
  102. 18. Adding SVG logo and Welcome component/2. END - Editing SVG logo.mp442.85MB
  103. 18. Adding SVG logo and Welcome component/3. BEGIN and END - Adding Welcome component.mp465.23MB
  104. 18. Adding SVG logo and Welcome component/4. Basic frontend app Summary.mp419.94MB
  105. 18. Adding SVG logo and Welcome component/5. Basic frontend app codebase review.mp4103.44MB
  106. 18. Adding SVG logo and Welcome component/6. BEGIN and END - Updating create-react-app application.mp463.47MB
  107. 19. REST API and HTTP Methods/1. Which problems API does solve.mp430.83MB
  108. 19. REST API and HTTP Methods/10. HTTP Response Status Codes.mp414.15MB
  109. 19. REST API and HTTP Methods/11. Most common Success and Redirect HTTP status codes.mp439.23MB
  110. 19. REST API and HTTP Methods/12. Most common Client and Server Error status codes.mp443.96MB
  111. 19. REST API and HTTP Methods/13. REST API and HTTP methods Summary.mp432.64MB
  112. 19. REST API and HTTP Methods/2. Client-server communication.mp420.43MB
  113. 19. REST API and HTTP Methods/3. REST API.mp411.44MB
  114. 19. REST API and HTTP Methods/4. URL is unique resource identifier.mp415.37MB
  115. 19. REST API and HTTP Methods/5. Requests and Responses.mp417.37MB
  116. 19. REST API and HTTP Methods/6. Analyzing requests and responses in our Frontend app.mp484.29MB
  117. 19. REST API and HTTP Methods/7. HTTP Methods Overview.mp439.04MB
  118. 19. REST API and HTTP Methods/8. CRUD Operations.mp412.39MB
  119. 19. REST API and HTTP Methods/9. Idempotent HTTP Methods.mp455.65MB
  120. 2. Introduction to the Web Development/1. Frontend vs Backend.mp4145.28MB
  121. 20. API Service Overview and Python installation/1. Frontend and API services Overview.mp46.77MB
  122. 20. API Service Overview and Python installation/2. Installing Python, Pip and Pipenv on MacOS.mp497.26MB
  123. 20. API Service Overview and Python installation/3. Installing Python, Pip and Pipenv on Windows.mp476.31MB
  124. 20. API Service Overview and Python installation/4. Python Flask API Implementation Steps.mp420.35MB
  125. 21. Creating Python Virtual Environment for api application using pipenv/1. BEGIN - Creating api folder and running basic Python app.mp417.92MB
  126. 21. Creating Python Virtual Environment for api application using pipenv/2. Creating Python virtualenv and installing Flask.mp474.56MB
  127. 21. Creating Python Virtual Environment for api application using pipenv/3. END - Exploring Python virtualenv and changing VS Code Python interpreter.mp418.34MB
  128. 22. Creating and starting simple Flask web server/2. BEGIN - Simple Flask application.mp469.79MB
  129. 22. Creating and starting simple Flask web server/3. Imports in Python and __name__.mp451.18MB
  130. 22. Creating and starting simple Flask web server/4. Import from other Python module and __name__.mp436.33MB
  131. 22. Creating and starting simple Flask web server/5. Decorators in Python.mp444.23MB
  132. 22. Creating and starting simple Flask web server/6. END - Starting Flask app inside of the module.mp435.46MB
  133. 22. Creating and starting simple Flask web server/7. Consistent launch of python modules on Mac and Windows.mp430.99MB
  134. 23. Creating new-image Flask API endpoint and testing it using Postman/1. BEGIN - Creating new-image API endpoint.mp464.43MB
  135. 23. Creating new-image Flask API endpoint and testing it using Postman/2. Testing new-image API endpoint using Postman.mp449.65MB
  136. 23. Creating new-image Flask API endpoint and testing it using Postman/3. Making API request to the Unsplash API.mp4101.08MB
  137. 23. Creating new-image Flask API endpoint and testing it using Postman/4. Finalize and test API request to the Unsplash API.mp492.84MB
  138. 24. Importing env variables from the file in the Python app/1. Extracting UNSPLASH_KEY to the env file.mp492.16MB
  139. 24. Importing env variables from the file in the Python app/2. END - Verifying usage of the env variables from the file.mp449.01MB
  140. 24. Importing env variables from the file in the Python app/3. BEGIN and END - Enabling Debug mode in the Flask app.mp450.85MB
  141. 25. Configuring frontend app to make new image API requests via Flask API/1. BEGIN - Changing API in the frontend React app.mp442.69MB
  142. 25. Configuring frontend app to make new image API requests via Flask API/2. Trying to test Frontend app with Flask API.mp427.56MB
  143. 26. CORS and enabling CORS in the Flask app/1. What is CORS.mp412.55MB
  144. 26. CORS and enabling CORS in the Flask app/2. Comparing responses from the Flask API and Unsplash API.mp456.61MB
  145. 26. CORS and enabling CORS in the Flask app/3. END - Enabling CORS in the Flask app.mp471.11MB
  146. 26. CORS and enabling CORS in the Flask app/4. BEGIN - Installing and enabling Pylint linter and Black formatter.mp445.37MB
  147. 26. CORS and enabling CORS in the Flask app/5. END - Enabling formatting on save and fixing all mistakes in the Python app.mp445.58MB
  148. 26. CORS and enabling CORS in the Flask app/6. Basic API Summary.mp440.54MB
  149. 27. Database integration plan/1. It is time to save images data to the database.mp414.77MB
  150. 27. Database integration plan/2. Application structure with database.mp49.98MB
  151. 27. Database integration plan/3. Implementation steps for saving images data in the database.mp439.92MB
  152. 27. Database integration plan/4. All API endpoints in the current implementation phase.mp48.86MB
  153. 28. Dockerizing Backend Flask API Service/1. Installing Docker and hello-world using Docker.mp432.84MB
  154. 28. Dockerizing Backend Flask API Service/2. BEGIN - Creating Dockerfile for the Python API service.mp4102.01MB
  155. 28. Dockerizing Backend Flask API Service/3. Building Docker image for the API service.mp464.51MB
  156. 28. Dockerizing Backend Flask API Service/4. Running API containers based on the built Docker image.mp452.83MB
  157. 28. Dockerizing Backend Flask API Service/5. Analyzing API Docker container from inside.mp480.63MB
  158. 28. Dockerizing Backend Flask API Service/6. END - Docker image for the API service Summary.mp421.63MB
  159. 29. Dockerizing Frontend React Application/1. BEGIN - Creating Dockerfile for the frontend application.mp445.09MB
  160. 29. Dockerizing Frontend React Application/2. Building Docker image for the frontend app.mp436.2MB
  161. 29. Dockerizing Frontend React Application/3. END - Running Docker container for the frontend service.mp419.57MB
  162. 29. Dockerizing Frontend React Application/4. Exploring frontend container from inside.mp423.82MB
  163. 29. Dockerizing Frontend React Application/5. Why you need to have node_modules folder and python venv folder locally.mp468.02MB
  164. 29. Dockerizing Frontend React Application/6. Running both frontend and api containers in background.mp430.61MB
  165. 3. SHELL and TERMINAL/1. Shell vs Terminal.mp48.98MB
  166. 3. SHELL and TERMINAL/2. Command Line Interface.mp44.81MB
  167. 3. SHELL and TERMINAL/3. User and root directories.mp46.72MB
  168. 3. SHELL and TERMINAL/4. Current and parent directories.mp43.5MB
  169. 3. SHELL and TERMINAL/5. Navigation between directories.mp410.68MB
  170. 3. SHELL and TERMINAL/6. Listing files.mp410.18MB
  171. 3. SHELL and TERMINAL/7. Creating and removing files and directories.mp48.37MB
  172. 3. SHELL and TERMINAL/8. Executable files.mp47MB
  173. 3. SHELL and TERMINAL/9. Multiple tabs.mp45.79MB
  174. 30. Docker Compose for the API and Frontend services/1. BEGIN - Creating basic docker-compose file.mp424.19MB
  175. 30. Docker Compose for the API and Frontend services/2. Bringing up both containers using docker-compose.mp468.92MB
  176. 30. Docker Compose for the API and Frontend services/3. END - How to operate containers using docker-compose.mp49.16MB
  177. 30. Docker Compose for the API and Frontend services/4. BEGIN - Creating volumes mapping for the frontend service.mp458.94MB
  178. 30. Docker Compose for the API and Frontend services/5. Fix volumes sync in the React container.mp423.92MB
  179. 30. Docker Compose for the API and Frontend services/6. Enabling volumes mapping for the api service.mp456.31MB
  180. 30. Docker Compose for the API and Frontend services/7. END - Enabling auto-restart and docker-compose Summary.mp428.65MB
  181. 31. Adding MongoDB to the Docker Compose/1. Why do we need mongo and mongo-express services.mp414.59MB
  182. 31. Adding MongoDB to the Docker Compose/2. Mongo and mongo-express official Docker images Overview.mp446.06MB
  183. 31. Adding MongoDB to the Docker Compose/3. BEGIN - Adding mongo and mongo-express services to the docker-compose file.mp435.7MB
  184. 31. Adding MongoDB to the Docker Compose/4. Starting all services including mongo and mongo-express using docker-compose.mp439.14MB
  185. 31. Adding MongoDB to the Docker Compose/5. Docker Desktop Overview.mp448.36MB
  186. 31. Adding MongoDB to the Docker Compose/6. Using MongoDB shell and mongo-express GUI.mp440.79MB
  187. 32. Persistent volume for MongoDB and Docker networking/1. MongoDB data is now deleted after docker-compose restart.mp429.14MB
  188. 32. Persistent volume for MongoDB and Docker networking/2. Configuring persistent data volume for the mongo container.mp444.42MB
  189. 32. Persistent volume for MongoDB and Docker networking/3. Verifying persistent MongoDB storage using volume.mp429.04MB
  190. 32. Persistent volume for MongoDB and Docker networking/4. END - Mongo and mongo-express setup Summary.mp433.25MB
  191. 32. Persistent volume for MongoDB and Docker networking/5. How docker-compose containers communicate with each other.mp421.74MB
  192. 32. Persistent volume for MongoDB and Docker networking/6. Exploring networking between Docker containers.mp441.89MB
  193. 33. API endpoint for reading and creating images in the database/1. Plan for the integration of the MongoDB and Flask API Service.mp49.84MB
  194. 33. API endpoint for reading and creating images in the database/10. Testing GET and POST methods in the images API.mp435.43MB
  195. 33. API endpoint for reading and creating images in the database/11. Fixing errors in the images API.mp499.94MB
  196. 33. API endpoint for reading and creating images in the database/12. END - Finalize with testing of the images API after errors fixing.mp431.8MB
  197. 33. API endpoint for reading and creating images in the database/13. Images API endpoint Summary.mp436.6MB
  198. 33. API endpoint for reading and creating images in the database/2. BEGIN - Installing pymongo.mp435.3MB
  199. 33. API endpoint for reading and creating images in the database/3. Creating instance of the MongoClient.mp464.27MB
  200. 33. API endpoint for reading and creating images in the database/4. Adding insertion of the document to the MongoDB by Python API service.mp441.71MB
  201. 33. API endpoint for reading and creating images in the database/5. Rebuilding api service Docker image.mp446.46MB
  202. 33. API endpoint for reading and creating images in the database/6. END - Pymongo and mongo connectivity testing Summary.mp441.54MB
  203. 33. API endpoint for reading and creating images in the database/7. BEGIN - New API endpoint for reading and creating images in the database.mp47.04MB
  204. 33. API endpoint for reading and creating images in the database/8. Adding images endpoint and handling GET requests.mp4117.17MB
  205. 33. API endpoint for reading and creating images in the database/9. Handling POST requests to the images endpoint.mp438.35MB
  206. 34. Saving and reading images from the database in the frontend app/1. Save and get images in the frontend implementation Overview.mp419.1MB
  207. 34. Saving and reading images from the database in the frontend app/10. END - Hiding Save button for already saved images.mp494.14MB
  208. 34. Saving and reading images from the database in the frontend app/11. Saving images in the database Summary.mp499.72MB
  209. 34. Saving and reading images from the database in the frontend app/2. BEGIN - Installing Axios in the frontend app and rebuilding frontend image.mp470.77MB
  210. 34. Saving and reading images from the database in the frontend app/3. Start of the replacement of the fetch with Axios.mp461.85MB
  211. 34. Saving and reading images from the database in the frontend app/4. END - Continue replacement of the fetch with Axios.mp498.5MB
  212. 34. Saving and reading images from the database in the frontend app/5. BEGIN - Adding some images to the Mongo database using Postman.mp435.04MB
  213. 34. Saving and reading images from the database in the frontend app/6. Retrieving saved images when React app loads.mp490.6MB
  214. 34. Saving and reading images from the database in the frontend app/7. END - Examining how useEffect works.mp437.42MB
  215. 34. Saving and reading images from the database in the frontend app/8. BEGIN and END - Explaining ESLint error and extending ESLint config.mp497.07MB
  216. 34. Saving and reading images from the database in the frontend app/9. BEGIN - Saving images in the database from the frontend app.mp4124.46MB
  217. 35. Deleting images and frontend improvements/1. Plan for the improvements section.mp424.42MB
  218. 35. Deleting images and frontend improvements/10. END - Finalize with Spinner SOLUTION.mp462.23MB
  219. 35. Deleting images and frontend improvements/11. BEGIN - Image Author Information CHALLENGE.mp440.33MB
  220. 35. Deleting images and frontend improvements/12. END - Image Author Information SOLUTION.mp4111.13MB
  221. 35. Deleting images and frontend improvements/13. BEGIN - Toast notifications CHALLENGE.mp453.01MB
  222. 35. Deleting images and frontend improvements/14. Toast notifications SOLUTION.mp4112.76MB
  223. 35. Deleting images and frontend improvements/15. END - Finalize with toast notifications SOLUTION.mp476.82MB
  224. 35. Deleting images and frontend improvements/16. Improvements Challenges section Summary.mp487.49MB
  225. 35. Deleting images and frontend improvements/2. How to handle deletion of the images.mp414.79MB
  226. 35. Deleting images and frontend improvements/3. BEGIN - Delete image API endpoint CHALLENGE.mp427.79MB
  227. 35. Deleting images and frontend improvements/4. Delete image API endpoint SOLUTION.mp481.08MB
  228. 35. Deleting images and frontend improvements/5. END - Error handling for the delete image API endpoint.mp432.46MB
  229. 35. Deleting images and frontend improvements/6. BEGIN - Delete image request in the frontend CHALLENGE.mp47.64MB
  230. 35. Deleting images and frontend improvements/7. END - Delete image request in the frontend SOLUTION.mp457.37MB
  231. 35. Deleting images and frontend improvements/8. BEGIN - Spinner CHALLENGE.mp448.27MB
  232. 35. Deleting images and frontend improvements/9. Spinner SOLUTION.mp496.27MB
  233. 4. VISUAL STUDIO CODE/1. Installing VS Code.mp46.96MB
  234. 4. VISUAL STUDIO CODE/10. Integrated Terminal.mp48.9MB
  235. 4. VISUAL STUDIO CODE/11. Extensions.mp45.18MB
  236. 4. VISUAL STUDIO CODE/12. Modifying User Settings.mp47.31MB
  237. 4. VISUAL STUDIO CODE/13. Modifying Workspace Settings.mp47.32MB
  238. 4. VISUAL STUDIO CODE/14. Interactive Playground.mp49.65MB
  239. 4. VISUAL STUDIO CODE/15. Code Snippets.mp46.34MB
  240. 4. VISUAL STUDIO CODE/16. Emmet.mp414.29MB
  241. 4. VISUAL STUDIO CODE/17. Shortcuts in the VS Code.mp416.1MB
  242. 4. VISUAL STUDIO CODE/18. VS Code Summary.mp43.44MB
  243. 4. VISUAL STUDIO CODE/2. Getting familiar with VS Code User Interface.mp47.07MB
  244. 4. VISUAL STUDIO CODE/3. Opening existing project in the VS Code.mp46.82MB
  245. 4. VISUAL STUDIO CODE/4. Editing files and navigating between files.mp428.45MB
  246. 4. VISUAL STUDIO CODE/5. Creating and deleting new files and folders.mp48.24MB
  247. 4. VISUAL STUDIO CODE/6. Quick Setup and Themes.mp416.58MB
  248. 4. VISUAL STUDIO CODE/7. Changing Icon Theme.mp410.11MB
  249. 4. VISUAL STUDIO CODE/8. Programming Languages Support.mp45.81MB
  250. 4. VISUAL STUDIO CODE/9. Executing commands in VS Code.mp411.48MB
  251. 5. GIT and GITHUB/1. Git and GitHub Overview.mp49.04MB
  252. 5. GIT and GITHUB/10. Basic Git Commands.mp412.43MB
  253. 5. GIT and GITHUB/11. Checking out commits and branches.mp421.57MB
  254. 5. GIT and GITHUB/12. File tracking statuses in Git.mp418.31MB
  255. 5. GIT and GITHUB/13. Staging and Committing changes using one command.mp415.02MB
  256. 5. GIT and GITHUB/14. Branches and merging of the branches.mp424.25MB
  257. 5. GIT and GITHUB/15. Branches merging in action.mp444.42MB
  258. 5. GIT and GITHUB/16. Exploring commits tree using graph option.mp413.72MB
  259. 5. GIT and GITHUB/17. GitHub and repository hosting services Overview.mp413.02MB
  260. 5. GIT and GITHUB/18. Creating remote repository at GitHub.mp417.77MB
  261. 5. GIT and GITHUB/19. Pushing from the local repository to remote.mp425.19MB
  262. 5. GIT and GITHUB/2. Installing Git.mp48.25MB
  263. 5. GIT and GITHUB/20. Committing at GitHub and pulling to the local repository.mp419.34MB
  264. 5. GIT and GITHUB/21. Exploring and reading Git Objects.mp424.48MB
  265. 5. GIT and GITHUB/22. Reading contents of the HEAD file.mp46.46MB
  266. 5. GIT and GITHUB/23. Git Crash Course Summary.mp46.91MB
  267. 5. GIT and GITHUB/3. Initializing new Git Repository.mp429.3MB
  268. 5. GIT and GITHUB/4. Git Object Types.mp45.67MB
  269. 5. GIT and GITHUB/5. Hashes of the Git Objects.mp47.66MB
  270. 5. GIT and GITHUB/6. Adding changes to the Staging Area.mp430.81MB
  271. 5. GIT and GITHUB/7. Configuring Git author name and email.mp419.95MB
  272. 5. GIT and GITHUB/8. Committing changes.mp414.93MB
  273. 5. GIT and GITHUB/9. Exploring commits history.mp426.83MB
  274. 6. JAVASCRIPT/1. JavaScript Crash Course Overview.mp46.4MB
  275. 6. JAVASCRIPT/10. Comparison Operators.mp411.14MB
  276. 6. JAVASCRIPT/11. Logical Operators.mp45.77MB
  277. 6. JAVASCRIPT/12. Falsy values.mp45.46MB
  278. 6. JAVASCRIPT/13. Continue with logical operators.mp414.85MB
  279. 6. JAVASCRIPT/14. Short-circuit evaluation in AND and OR operators.mp415.97MB
  280. 6. JAVASCRIPT/15. Ternary Operator.mp411.92MB
  281. 6. JAVASCRIPT/16. Objects creation and modification.mp419.73MB
  282. 6. JAVASCRIPT/17. Object is Reference type in JavaScript.mp412.16MB
  283. 6. JAVASCRIPT/18. Square brackets notation, keys and values of the object.mp412.81MB
  284. 6. JAVASCRIPT/19. Arrays and proving that arrays are objects.mp418.73MB
  285. 6. JAVASCRIPT/2. Creating course project and starting Live Server.mp421.22MB
  286. 6. JAVASCRIPT/20. Adding elements to the arrays.mp417.04MB
  287. 6. JAVASCRIPT/21. Prototype methods and removing elements from the array.mp420.71MB
  288. 6. JAVASCRIPT/22. Functions.mp422.86MB
  289. 6. JAVASCRIPT/23. Function scope and variables.mp45.47MB
  290. 6. JAVASCRIPT/24. Function parameters.mp412.32MB
  291. 6. JAVASCRIPT/25. Default values for the parameters and operations inside of the function.mp410.19MB
  292. 6. JAVASCRIPT/26. Arrow function expressions.mp410.53MB
  293. 6. JAVASCRIPT/27. Syntax options in the arrow functions.mp420MB
  294. 6. JAVASCRIPT/28. Callback functions.mp49.79MB
  295. 6. JAVASCRIPT/29. Order of operations in JavaScript.mp46.8MB
  296. 6. JAVASCRIPT/3. Variables declaration using let and const.mp413.38MB
  297. 6. JAVASCRIPT/30. Methods in the objects.mp412.8MB
  298. 6. JAVASCRIPT/31. Methods syntax variations.mp46.53MB
  299. 6. JAVASCRIPT/32. Properties vs Methods in the objects.mp48.85MB
  300. 6. JAVASCRIPT/33. Arrays Destructuring.mp411.8MB
  301. 6. JAVASCRIPT/34. Objects Destructuring.mp414.94MB
  302. 6. JAVASCRIPT/35. Object destructuring of the function parameters.mp429.79MB
  303. 6. JAVASCRIPT/36. Function parameters destructuring and default values.mp45.12MB
  304. 6. JAVASCRIPT/37. Template String Literals.mp414.84MB
  305. 6. JAVASCRIPT/38. If and if else statements.mp420.81MB
  306. 6. JAVASCRIPT/4. Naming conventions in JavaScript.mp46.44MB
  307. 6. JAVASCRIPT/5. Adding Comments.mp43.56MB
  308. 6. JAVASCRIPT/6. Primitive Types and typeof operator.mp48.88MB
  309. 6. JAVASCRIPT/7. Plus operator and types coersion.mp48.5MB
  310. 6. JAVASCRIPT/8. What are Operators in JavaScript.mp415.84MB
  311. 6. JAVASCRIPT/9. JavaScript Expressions.mp49.07MB
  312. 7. NPM/1. NPM Crash Course Overview and NPM Installation.mp410.46MB
  313. 7. NPM/10. Semver - Major, Minor and Patch versions.mp415.49MB
  314. 7. NPM/11. Creating and running basic Node.js application.mp417.18MB
  315. 7. NPM/12. Creating custom NPM scripts.mp422.82MB
  316. 7. NPM/13. Node.js project Summary.mp417.51MB
  317. 7. NPM/14. Limit updates of the packages by using tilda and caret signs.mp424.63MB
  318. 7. NPM/15. How semver impacts NPM packages installation process.mp434.51MB
  319. 7. NPM/16. Bootstraping React application using create-react-app.mp413.48MB
  320. 7. NPM/17. React app Overview.mp421.31MB
  321. 7. NPM/18. Running different NPM scripts in the React application.mp416.66MB
  322. 7. NPM/19. Creating VUE.js project at the codesandbox.mp414.27MB
  323. 7. NPM/2. Initializing NPM in the new project.mp413.03MB
  324. 7. NPM/20. Development Dependencies.mp429.31MB
  325. 7. NPM/21. NPM key features Summary.mp417.46MB
  326. 7. NPM/22. NPM Crash Course Summary.mp48.89MB
  327. 7. NPM/3. Updating NPM.mp46.43MB
  328. 7. NPM/4. Overview of the package file.mp46.86MB
  329. 7. NPM/5. Running NPM Scripts.mp410.68MB
  330. 7. NPM/6. Installing first NPM dependency.mp412.68MB
  331. 7. NPM/7. Overview of the node_modules folder.mp47.13MB
  332. 7. NPM/8. NPM installs also other dependencies.mp413.9MB
  333. 7. NPM/9. NPM packages versioning.mp416.52MB
  334. 8. REACT/1. React Crash Course Overview.mp416.12MB
  335. 8. REACT/10. Destructuring Component props.mp418.26MB
  336. 8. REACT/11. Using Component props in the JSX.mp47.85MB
  337. 8. REACT/12. Reusing same React Component.mp412.75MB
  338. 8. REACT/13. Using Template String Literal as value of the Component prop.mp415.31MB
  339. 8. REACT/14. Trying to use regular variable for the state changes.mp435.22MB
  340. 8. REACT/15. React state must be used instead of the regular variables.mp412.16MB
  341. 8. REACT/16. Introducing useState React hook for the state management.mp419.97MB
  342. 8. REACT/17. Changing Component State via hook.mp421.28MB
  343. 8. REACT/18. Parent and child components are re-rendered upon each state change.mp49.56MB
  344. 8. REACT/19. React state and props Summary.mp419.86MB
  345. 8. REACT/2. Getting familiar with React application and JSX.mp436.85MB
  346. 8. REACT/20. React Crash Course Summary and Challenge.mp48.23MB
  347. 8. REACT/3. Inserting HTML elements into the JSX.mp45.91MB
  348. 8. REACT/4. Styling JSX elements.mp415.05MB
  349. 8. REACT/5. Functional Components in React.mp428.2MB
  350. 8. REACT/6. Inserting JavaScript code into the JSX.mp413.29MB
  351. 8. REACT/7. Creating new React Component.mp420.13MB
  352. 8. REACT/8. Using React Components in the other Components.mp421.23MB
  353. 8. REACT/9. Component props in the React.mp419.97MB
  354. 9. PYTHON/1. Python Crash Course Overview.mp48.3MB
  355. 9. PYTHON/10. Lists.mp410.05MB
  356. 9. PYTHON/11. Tuples.mp45.95MB
  357. 9. PYTHON/12. Dictionaries.mp418.98MB
  358. 9. PYTHON/13. Copy by Reference.mp49.7MB
  359. 9. PYTHON/14. Sets.mp47.47MB
  360. 9. PYTHON/15. Container Types Summary.mp48.16MB
  361. 9. PYTHON/16. Installing and configuring Code Runner in the VS Code.mp439.86MB
  362. 9. PYTHON/17. Functions.mp429.66MB
  363. 9. PYTHON/18. Positional arguments.mp412.15MB
  364. 9. PYTHON/19. Keyword (Named) arguments.mp47.81MB
  365. 9. PYTHON/2. Hello from Python.mp44.77MB
  366. 9. PYTHON/20. Gathering all arguments to the tuple.mp413.55MB
  367. 9. PYTHON/21. Iteration over container type values using for in loop.mp414.15MB
  368. 9. PYTHON/22. Function kwargs.mp427.58MB
  369. 9. PYTHON/23. Function Description.mp47.89MB
  370. 9. PYTHON/24. Comparison Operators.mp410.37MB
  371. 9. PYTHON/25. Logical operator AND.mp414.51MB
  372. 9. PYTHON/26. Short-circuit evaluation.mp416.75MB
  373. 9. PYTHON/27. Logical operator OR.mp415.53MB
  374. 9. PYTHON/28. Logical operator NOT.mp47.33MB
  375. 9. PYTHON/29. Chaining operators and precedence.mp47.65MB
  376. 9. PYTHON/3. Base Types.mp43.66MB
  377. 9. PYTHON/30. If conditional statements.mp430.42MB
  378. 9. PYTHON/31. Strings formatting.mp412.48MB
  379. 9. PYTHON/32. Exceptions handling using try except.mp416.46MB
  380. 9. PYTHON/33. Python Modules.mp420.67MB
  381. 9. PYTHON/4. Conversion between types.mp43.24MB
  382. 9. PYTHON/5. Falsy values.mp42.71MB
  383. 9. PYTHON/6. Naming conventions for variables and constants.mp42.75MB
  384. 9. PYTHON/7. Variables and Dynamic Typing.mp44.11MB
  385. 9. PYTHON/8. Base types are copied by value.mp44.71MB
  386. 9. PYTHON/9. Incrementing and Decrementing variables.mp43.56MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统