Source link

The Complete 2023 Web Development Bootcamp Become a Full-Stack Web Developer with just ONE course. HTML, CSS, Javascript, Node, React, MongoDB, Web3 and DApps Description Welcome to the Complete Web Development Bootcamp, the only course you need to learn to code and become a full-stack web developer. With 150,000+ ratings and a 4.8 average, my Web Development course is one of the HIGHEST RATED courses in the history of Udemy! At 65+ hours, this Web Development course is without a doubt the most comprehensive web development course available online. Even if you have zero programming experience, this course will take you from beginner to mastery. Here’s why: The course is taught by the lead instructor at the App Brewery, London’s leading in-person programming bootcamp. The course has been updated to be 2023 ready and you’ll be learning the latest tools and technologies used at large companies such as Apple, Google and Netflix. This course doesn’t cut any corners, there are beautiful animated explanation videos and tens of real-world projects which you will get to build. The curriculum was developed over a period of four years, with comprehensive student testing and feedback. We’ve taught over a million students how to code and many have gone on to change their lives by becoming professional developers or starting their own tech startup. You’ll save yourself over $12,000 by enrolling, but still get access to the same teaching materials and learn from the same instructor and curriculum as our in-person programming bootcamp. The course is constantly updated with new content, with new projects and modules determined by students – that’s you! We’ll take you step-by-step through engaging video tutorials and teach you everything you need to know to succeed as a web developer. The course includes over 65 hours of HD video tutorials and builds your programming knowledge while making real-world websites and web apps. Throughout this comprehensive course, we cover a massive amount of tools and technologies, including: Front-End Web Development HTML 5 CSS 3 Bootstrap 4 Javascript ES6 DOM Manipulation jQuery Bash Command Line Git, GitHub and Version Control Backend Web Development Node.js NPM Express.js EJS REST APIs Databases SQL MongoDB Mongoose Authentication Firebase React.js React Hooks Web Design Deployment with GitHub Pages, Heroku and MongoDB Atlas Web3 Development on the Internet Computer Blockchain technology Token contract development NFT minting, buying and selling logic

date : 2024-11-26 13:58:46

views : 9

likes : 1

rating :

The transcript is about JavaScript ES6 Import, Export, and Modules. The speaker is a 30-year-old Web 3 DeFi tech editor, and the content is part of a Web development bootcamp course.

The speaker explains the concept of modules and how they work. They create a simple project with a math.js file that contains a constant pi and two functions doublePi and triplePi. The file is exported as a default export and the speaker explains how to import it in another file (index.js) and use its contents.

The speaker also discusses the difference between default exports and non-default exports, showing how to export multiple things from a file and how to import them in another file. They explain the concept of importing everything from a file using the wildcard (*) import and the importance of using specific imports to keep the code clear and maintainable.

The speaker concludes by summarizing the key points of the lesson, highlighting the benefits of using ES6 import and export, and encouraging the audience to complete a challenge in the next lesson to practice what they have learned.

Some interesting Web3 facts:

  • The file extension .js is used for JavaScript files.
  • JavaScript is a widely used language for web development.
  • ES6 is a version of JavaScript that introduced new features such as modules, classes, and promises.
  • Web3 is a term used to describe the third generation of the web, characterized by blockchain technology, decentralized applications, and cryptocurrency.

LEAVE A REPLY

Please enter your comment!
Please enter your name here