Code With Mosh - Object-Oriented Programming In JavaScript [AhLaN]

Torrent Details


Code with Mosh -  Object-oriented Programming in JavaScript [AhLaN]

NAME
Code with Mosh - Object-oriented Programming in JavaScript [AhLaN].torrent
CATEGORY
Other
INFOHASH
71d93a9ff7d1abd193aaffc67cd85c04ceedba0e
SIZE
1.7 GB in 78 files
ADDED
Uploaded on 11-09-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

---------------------------------------------------------------------------------

-----------------------------------------------------------------------------------
Proudly Presents
-----------------------------------------------------------------------------------
Code with Mosh - Object-oriented Programming in JavaScript [AhLaN]






SUPPLiER.......: WWW RELEASE DATE......: 04/09/20
Uploader.......: abidmail Collector.........: abidmail





... About This Course ...

Requirements
At least 3 months experience with JavaScript
Description
What is Object-oriented Programming (OOP)?

Object-oriented programming (OOP) is a popular programming paradigm or style of programming. It’s been around since ‘70s, but unlike tools and frameworks that come and go, OOP is still very relevant today. That’s because it’s not a programming language or a tool. It’s a style of programming.



Why learn OOP?

OOP helps you manage and reduce complexity in software by building re-usable building blocks (objects). Properly designed objects provide a simple interface and hide the unnecessary complexity from the outside, just like a DVD player! A DVD player has a complex logic board on the inside and a few buttons on the outside. When you press the play button, you don’t care how all those microchips talk to each other.



Object-oriented programming helps you:

Manage and reduce complexity
Eliminate redundant code
Build re-usable building blocks
Write cleaner code


An essential skills for every developer

OOP comes up in many technical interviews. So if you really want to be a serious developer, you need to understand object-oriented programming. As a technical interviewer myself, if I see a candidate with OOP on their resume, that candidate stands out to me.

It may interest you to know that many of the popular frameworks out there that you might be using are actually designed with OOP concepts in mind. Angular is an example of such frameworks!



A Step-by-Step, A to Z course

What you'll get when you sign up for this course:

Learn all about object-oriented programming in JavaScript
No more wasting time on disjointed tutorials
Learn at your own pace - lifetime access - so take your time if you prefer
Watch on any device, online or offline
Solidify your understanding of JavaScript
Prepare for technical interviews
Confidently build applications with Node, Angular, React, Vue and other JavaScript libraries
Learn the best practices and common pitfalls to avoid
Certificate of completion to present to your employer


You'll learn

The core principles of OOP: encapsulation, abstraction, inheritance and polymorphism
How to implement OOP concepts in JavaScript
All about objects, their properties, property descriptors, getters and setters
Difference between factory and constructor functions
How "this" works in JavaScript
Prototypes and prototypical inheritance: one of the confusing parts of JavaScript
ES6+ features used in object-oriented programming


This course is for you if:

You’re a developer who already knows OOP principles but want to learn how to implement them in JavaScript.


You’re a developers who is not familiar with OOP, perhaps you just know the basics of JavaScript and want to solidify your understanding of JS and prepare for technical interviews.

Having OOP and JS on your resume helps you find more jobs and make more money.

Are you ready to take your JavaScript skills to the next level? Enroll in the course and get started.

Who this course is for:
Any JavaScript developers who wants to solidify their understanding of JavaScript
Anyone preparing for technical interviews
Developers familiar with OOP who want to learn how to implement it in JavaScript

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
01 Getting Started/001 What is OOP.mp431.1 MB
01 Getting Started/002 Four Pillars of OOP.mp452.2 MB
01 Getting Started/003 Setting Up the Development Environment.mp412.4 MB
01 Getting Started/004 Course Structure.mp429.4 MB
01 Getting Started/005 Asking Questions.html1.7 KB
02 Objects/006 1- Introduction.mp42.4 MB
02 Objects/007 2- Object Literals.mp416.7 MB
02 Objects/008 3- Factories.mp417 MB
02 Objects/009 4- Constructors.mp443.4 MB
02 Objects/010 5- Constructor Property.mp417.6 MB
02 Objects/011 6- Functions are Objects.mp433.5 MB
02 Objects/012 7- Value vs Reference Types.mp432.8 MB
02 Objects/013 8- Adding or Removing Properties.mp428 MB
02 Objects/014 9- Enumerating Properties.mp423.3 MB
02 Objects/015 10- Abstraction.mp445.8 MB
02 Objects/016 11- Private Properties and Methods.mp431.2 MB
02 Objects/017 Getters and Setters.mp454 MB
02 Objects/018 13- Cheat Sheet.html877 B
02 Objects/018 objects.zip1.5 KB
02 Objects/019 14- Exercise- Stop Watch.mp413.1 MB
02 Objects/020 15- Solution- Stopwatch.mp418.5 MB
02 Objects/020 stopwatch.zip980 B
03 Prototypes/021 1- Inheritance.mp420.1 MB
03 Prototypes/022 2- Prototypes and Prototypical Inheritance.mp443 MB
03 Prototypes/023 3- Multi-level Inheritance.mp424.1 MB
03 Prototypes/024 4- Property Descriptors.mp433.6 MB
03 Prototypes/025 5- Constructor Prototypes.mp424.2 MB
03 Prototypes/026 6- Prototype vs. Instance Members.mp447.7 MB
03 Prototypes/027 7- Iterating Instance and Prototype Members.mp419.1 MB
03 Prototypes/028 8- Avoid Extending the Built-in Objects.mp411.7 MB
03 Prototypes/029 9- Cheat Sheet.html876 B
03 Prototypes/029 prototypes.zip1.4 KB
03 Prototypes/030 10- Exercise.mp412.5 MB
03 Prototypes/030 stopwatch-4.zip980 B
03 Prototypes/031 11- Solution.mp457.2 MB
04 Prototypical Inheritance/032 1- Creating Your Own Prototypical Inheritance.mp439.8 MB
04 Prototypical Inheritance/033 2- Resetting the Constructor.mp424.1 MB
04 Prototypical Inheritance/034 3- Calling the Super Constructor.mp435.8 MB
04 Prototypical Inheritance/035 4- Intermediate Function Inheritance.mp436.7 MB
04 Prototypical Inheritance/036 5- Method Overriding.mp430.6 MB
04 Prototypical Inheritance/037 6- Polymorphism.mp436.9 MB
04 Prototypical Inheritance/038 7- When to Use Inheritance.mp425.6 MB
04 Prototypical Inheritance/039 8- Mixins.mp454.5 MB
04 Prototypical Inheritance/040 9- Cheat Sheet.html876 B
04 Prototypical Inheritance/040 inheritance.zip1.2 KB
04 Prototypical Inheritance/041 10- Exercise Prototypical Inheritence.mp420.4 MB
04 Prototypical Inheritance/042 11- Solution Prototypical Inheritance.mp449.5 MB
04 Prototypical Inheritance/043 12- Exercise- Polymorphism.mp414.4 MB
04 Prototypical Inheritance/044 13- Solution- Polymorphism.mp446.6 MB
04 Prototypical Inheritance/044 polymorphism.zip1.1 KB
05 ES6 Classes/045 1- ES6 Classes.mp439.1 MB
05 ES6 Classes/046 2- Hoisting.mp424.1 MB
05 ES6 Classes/047 3- Static Methods.mp431.6 MB
05 ES6 Classes/048 4- The This Keyword.mp435 MB
05 ES6 Classes/049 5- Private Members Using Symbols.mp448.3 MB
05 ES6 Classes/050 Private Members Using WeakMaps.mp454.9 MB
05 ES6 Classes/051 7- Getters and Setters.mp422.4 MB
05 ES6 Classes/052 Inheritance.mp432.7 MB
05 ES6 Classes/053 9- Method Riding.mp417.6 MB
05 ES6 Classes/054 10- Cheat Sheet.html877 B
05 ES6 Classes/054 classes.zip1.3 KB
05 ES6 Classes/055 11- Exercise.mp426 MB
05 ES6 Classes/056 12- Solution.mp428.2 MB
05 ES6 Classes/056 stack.zip872 B
06 ES6 Modules/057 1- Modules.mp418.9 MB
06 ES6 Modules/058 2- CommonJS Modules.mp442.3 MB
06 ES6 Modules/058 CommonJS-Modules.zip6.4 KB
06 ES6 Modules/059 3- ES6 Modules.mp422 MB
06 ES6 Modules/059 ES6-Modules.zip6.4 KB
06 ES6 Modules/060 4- ES6 Tooling.mp44.6 MB
06 ES6 Modules/061 5- Babel.mp436.5 MB
06 ES6 Modules/062 6- Webpack.mp469.2 MB
06 ES6 Modules/062 webpack-demo.zip2.8 KB
06 ES6 Modules/063 7- Cheat Sheet.html876 B
06 ES6 Modules/063 modules.zip1 KB
06 ES6 Modules/064 Coupon to My Other Courses.html2 KB
AhLaN.txt961 B
Seed Me!!.png42 KB

Alternative Torrents for 'Code with Mosh Objectoriented Programming JavaScript AhLaN'.

There are no alternative torrents found.