Companies Home Search Profile

Master Meteor - Meteor JS From the Ground up

Focused View

SkillBakery Studio

4:24:52

6 View
  • 1 - What is Meteor.mp4
    00:54
  • 2 - What this course will cover.mp4
    00:50
  • 3 - Who this course is for.mp4
    00:31
  • 4 - Why use Meteor.mp4
    02:46
  • 5 - Key Technologies in Meteor.mp4
    02:12
  • 6 - Introduction.mp4
    02:15
  • 7 - Javascript Variables & Data Types.mp4
    04:53
  • 8 - Operators in JavaScript.mp4
    06:26
  • 9 - Conditional Statements in JavaScript.mp4
    04:31
  • 10 - Loops in JavaScript.mp4
    08:24
  • 11 - Functions & Scope of Variables in JavaScript.mp4
    05:33
  • 12 - Closures in JavaScript.mp4
    06:31
  • 13 - Understanding Objects in JavaScript.mp4
    03:54
  • 14 - ObjectPrototype.mp4
    03:24
  • 15 - Code Download.html
  • 15 - JavaScriptFundamentals.zip
  • 16 - How Meteor Works.mp4
    01:43
  • 17 - Understanding PubSub Model.mp4
    00:57
  • 18 - Standard Meteor App Structure.mp4
    01:58
  • 19 - Page updates in Meteor.mp4
    01:41
  • 20 - Installing Meteor.mp4
    01:07
  • 21 - Creating your first Meteor Application.mp4
    03:54
  • 22 - Meteor Package.mp4
    01:49
  • 23 - Using Meteor Packages.mp4
    03:11
  • 24 - Installing Meteor Examples.mp4
    01:36
  • 25 - Code Demo Todos Application.mp4
    02:58
  • 26 - Introduction to Distributed Data Protocol.mp4
    02:29
  • 27 - Template Inclusion Helpers.mp4
    00:41
  • 28 - if Helper.mp4
    01:01
  • 29 - with Helper.mp4
    00:53
  • 30 - each Helper.mp4
    00:39
  • 31 - Introduction.mp4
    00:23
  • 32 - Fitness Tracker.mp4
    00:39
  • 33 - Creating the Fitness Tracker Application.mp4
    01:17
  • 34 - Introducing Templates.mp4
    04:43
  • 35 - Making our Templates Functional.mp4
    05:48
  • 36 - Introducing Collections.mp4
    00:32
  • 37 - Creating Collections.mp4
    06:02
  • 38 - Introducing Event Handlers.mp4
    04:24
  • 39 - Sorting and Limiting a Collection.mp4
    01:43
  • 40 - Managing Auto Publishing of Collections.mp4
    05:45
  • 41 - Code Download.html
  • 41 - FitnessTrackerInitial.zip
  • 42 - Introduction.mp4
    01:04
  • 43 - Implementing Authentication using Meteor Packages.mp4
    01:48
  • 44 - Implementing Google Signin.mp4
    05:16
  • 45 - Exploring loginButtons and currentUser.mp4
    01:00
  • 46 - Associating Users and Data.mp4
    04:34
  • 47 - Multi User Support.mp4
    00:51
  • 48 - Understanding Sessions.mp4
    05:50
  • 49 - Computations.mp4
    04:21
  • 50 - Server Methods.mp4
    08:47
  • 51 - Performing CRUD Operations.mp4
    03:50
  • 52 - Code Download.html
  • 52 - FitnessTrackerAuthenticationCRUD.zip
  • 53 - Bootstrap Favicon and Exploring Shadow DOM.mp4
    05:20
  • 54 - Code Download.html
  • 54 - FitnessTrackerBootstrapFaviconShadowDOM.zip
  • 55 - Refactoring our Fitness Tracker.mp4
    02:38
  • 56 - Code Download.html
  • 56 - FitnessTrackerRefactoring.zip
  • 57 - Introduction.mp4
    07:53
  • 58 - Creating Routes.mp4
    06:33
  • 59 - Code Download.html
  • 59 - FitnessTrackerRouter.zip
  • 60 - Introduction.mp4
    00:43
  • 61 - Deploying on Meteor.mp4
    02:38
  • 62 - Deploying on AWS.mp4
    12:14
  • 63 - Features of Meteor 13 and 14.mp4
    05:17
  • 64 - Installing Build Tool Chain.mp4
    02:45
  • 65 - Installing GIT.mp4
    01:27
  • 66 - Creating Sample Application.mp4
    01:10
  • 67 - Creating New Meteor Application.mp4
    01:12
  • 68 - Traversing the application structure.mp4
    01:24
  • 69 - Defining views with templates.mp4
    07:21
  • 70 - Working with Collections.mp4
    06:31
  • 71 - Working with Forms and Events.mp4
    07:14
  • 72 - Making Updates and Doing Deletions.mp4
    08:10
  • 73 - Filtering Tasks.mp4
    07:18
  • 74 - Authorizing Users.mp4
    09:35
  • 75 - Securing our application.mp4
    06:39
  • 76 - Publish and Subscribe.mp4
    09:17
  • 77 - Code Download.html
  • 77 - simpletodos.zip
  • 78 - Working with iOS and Android.mp4
    02:53
  • 79 - Meteor Reset.mp4
    00:22
  • 80 - Conclusion.html
  • 80 - ExploringMeteor.pdf
  • Description


    Meteor JS from scratch

    What You'll Learn?


    • Know about JavaScript Basics, Meteor Basics
    • Learn How to install Meteor on Windows, Mac OSX and Linux
    • Build cool new web applications like Dynamic Websites
    • How to implement Authentication using Meteor Packages
    • Learn about Routing in Meteor
    • Learn how to Deploy meteor web applications on Meteor and Amazon EC2 Instance
    • Learn how to reset database in Development environment

    Who is this for?


  • Those who want to learn Meteor
  • Those who are into web development
  • Those who would love to learn web development by learning just one language
  • Those who have a bit of experience of JavaScript
  • Aspiring Web Developers
  • What You Need to Know?


  • You should be aware of basic programming concepts
  • You should know basics of HTML and CSS
  • A bit of JavaScript experience will do no harm in understanding the course
  • More details


    Description

    Now covering the latest Meteor version 1.4

    This course provides you with a practical approach to Meteor.

    The main focus of this course is to get you familiar with Meteor and ensure that you are ready to build cool new web applications using Meteor in no time.

    In this course we will be covering fundamentals of JavaScript first so that it becomes easier to understand the different concepts and syntax that one uses in Meteor

    In this course we will be covering following topics

    1. Basics of JavaScript
    2. Spacebar Basics [if,with,each,template helpers]
    3. Meteor Basics
    4. Templates, Collections, Publishing
    5. Event Handling
    6. Publisher Subscriber Functionality
    7. Refarctoring our code
    8. Using BootStrap and Exploring Shadow DOM
    9. Authentication
    10. Session
    11. Server Methods
    12. Routing
    13. Deployment on Meteor and AWS
    14. How to Reset Meteor Database

    So what are you waiting for let's get started with Meteor

    Who this course is for:

    • Those who want to learn Meteor
    • Those who are into web development
    • Those who would love to learn web development by learning just one language
    • Those who have a bit of experience of JavaScript
    • Aspiring Web Developers

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    SkillBakery Studio
    SkillBakery Studio
    Instructor's Courses
    Welcome to SkillBakery, your premier destination for online education.At SkillBakery, we are on a mission to make high-quality education accessible and affordable for everyone. We understand that learning is a personal journey, and we are dedicated to empowering individuals to pursue their passions and goals. That's why we offer a diverse range of self-paced courses, presented in stunning HD quality, enabling you to learn at your own pace and on your own terms.Currently, our course offerings span the dynamic field of web development, and we're excited to share that we have plans to expand into additional categories in the near future. We are committed to continuously updating and diversifying our course catalog, with a goal of launching a new course each month, ensuring that you always have access to cutting-edge knowledge.SkillBakery is more than just an online education platform; it's a community of learners who are passionate about personal growth and skill development. We invite you to explore our courses, engage with like-minded individuals, and embark on your learning journey with us. We believe that here at SkillBakery, you will discover the perfect course to unlock your potential and achieve your goals.Join us today, and let's learn, grow, and succeed together. Your path to knowledge and self-improvement begins here.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 72
    • duration 4:24:52
    • English subtitles has
    • Release Date 2024/05/03

    Courses related to JavaScript