MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.44 GB | Duration: 1h 57m
In all Parts of this course, you will learn to create a complete Point of Sell from beginning till the end,
Duration: 1h 29m | Video: .MP4 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | Size: 0.98 GB
Genre: eLearning | Language: English
WHAT YOU WILL LEARN?
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.37 GB | Duration: 2h 45m
In this course you will learn C++ programming starting from Fundamentals and going to advanced topics like Object Oriented Programming and Pointers.
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.30 GB | Duration: 1h 51m
Character Animator
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.05 GB | Duration: 4h 49m
Hello and welcome to this class where you'll be learning how to build Web Applications using three main tools: Node JS, Experss, and Mongo. Throughout this class we will walk through each of these three tools, introduce it, get familiar with it, and learn how to integrate it with other tools in order to build our Web Application. You'll learn how to deal with one of mostly used database, MongoDB, and one of the most famous backenn servers, Node JS, with the help of a package called Express that'll make the experience smoother. I recommend thst you watch first my previous class regarding jаvascript as NODE JS is written in jаvascript. We will be building multiple Web Applications, and through the project, you'll be able to test you're knowledge and build your own Application which reflects how much you well understood the class. Hope you enjoy this class!
Duration: 1h 47m | Video: .MP4 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | Size: 669 MB
Genre: eLearning | Language: English
Does the thought of having to use After Effects to create animated graphics for your video seem a little intimidating?
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 244 MB | Duration: 46m
Create Your First Project in Adobe XD!
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 838 MB | Duration: 6h 25m
Hello and welcome to "3 Minute German - Course 6" The aim of this course is to make German accessible to anybody regardless of age, educational background or "aptitude" for learning. This course leads on from "3 Minute German - Courses 1, 2, 3, 4 and 5" and new language structures are introduced to enable you to communicate in more situations when on holiday abroad.
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 11 Lessons (41m) | Size: 100.3 MB
If you want to write code that is more complex, then your program will need data that can change as program execution proceeds.
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 5 Lessons (20m) | Size: 45.67 MB
If you have experience with other programming languages, like C or Java, then you've probably heard of the concept of null. Many languages use this to represent a pointer that doesn't point to anything, to denote when a variable is empty, or to mark default parameters that you haven't yet supplied. null is often defined to be 0 in those languages, but null in Python is different.