Deep Dive into Git & GitHub - by Yalco
yalco
In the AI era, you may not need to know coding, but you must know Git. The easiest and most detailed way to learn Git & GitHub
Beginner
Git, GitHub, github-actions
A friendly course that even those who know nothing about coding can follow! The ultimate course that turns working developers into JavaScript experts!
Reviews from Early Learners
5.0
sangpark
I really enjoyed learning JavaScript by studying and analyzing it using the browser console. I only knew a little bit about JS and used React and Node, but while taking this lecture, I realized a lot of things like, "Oh, this is how it works." Thanks to Yalko's easy explanations, I was able to learn advanced concepts easily. I think this will be a really fun lecture for those who want to study JS properly, as the title suggests. I especially recommend it to those who use JS in the field.
5.0
우주사막
I've never written a lecture review before, but this is really...ㅋㅋㅋㅋㅋㅋㅋㅋㅋ It's amazing.. ㅎ.. I'm a non-major, but I'm really glad I started learning JavaScript through this lecture. I think it will be very helpful when I study other languages later. I was impressed by the way you handled memory addresses. . When I briefly studied C++ in the past, I was so confused about heap and stack in the memory section, but now I'm finally getting it sorted out. . It's so fun ㅋㅋㅋㅋㅋㅋㅋ Actually, I was a little worried because of the nickname, "Thin Coding Dictionary," but I paid the course thinking that I could finish it quickly because the content was light, but it was a huge surprise. ㅋㅋㅋㅋ It's a choice I don't regret. I think this is a lecture that only someone who has a deep understanding of the field can take. I realized that the basic grammar I've studied so far was very light. What lecture are you preparing next? I'm really looking forward to it..
5.0
jungsik park
I'll leave a review after listening to up to the 9th lecture. This lecture is not a programming language lecture for beginners in programming, but rather a lecture for those who have completed at least the introductory level of other languages. Rather than slowly showing the taste of programming, it feels like delving into the JavaScript language itself. Those who find the lecture difficult should not try to memorize it too much, but rather fill up your 'coding skills' by solving simple problems or developing projects, and then come back. (Of course, those who understood the free lecture part should not be afraid and pay.) I had some experience with Java, so it wasn't difficult for me to understand, and I was able to learn by comparing the differences between Java and JavaScript, but if I had no development experience at all, most of the content would have been difficult to understand. And when the instructor looks at the code, he uses a lot of demonstrative pronouns like 'this', 'that', 'this function produces this result'. Unless the student is following the flow of the lecture perfectly and is concentrating on the instructor's mouse cursor movements, it is difficult to understand what 'this' means, so I think it would be better to intentionally avoid using demonstrative pronouns for better understanding of the lecture. ex) When I ran the toString function like this, this is the result. - X ex) When I ran the toString function with 2 as the argument, the string 0b11 came out. - O This review may sound like a harsh review, but I am listening with great satisfaction. Thanks to the lecture flow that quickly checks the example code and the result value and analyzes the result, It contains a lot of information in a short amount without being too long, And there may be explanations that are difficult for beginners to understand, but that does not mean that the explanations are unfriendly. If someone with some programming experience wants to know what kind of language JavaScript is, I think it is a very good decision to purchase this well-compressed and well-prepared lecture for the regular price of 50,000 won. *There was a pronunciation story, but I have never felt that the pronunciation was strange. I watch both Yalko's YouTube and Infleun lectures well. I love you.
From the basics of JavaScript to detailed syntax and advanced usage.
Modern Syntax and Contemporary JavaScript Usage Patterns
In-depth theory and practical knowledge of JavaScript
Object-Oriented and Functional Programming with JavaScript
Advanced concepts such as lexical scope, closures, and dynamic binding
Asynchronous programming through Promises and async/await
Useful practical applications such as modules, bundling, compilation, and documentation
Utilizing Web Development through the DOM
Let's dive deep into JS
so that once you take this course, you won't need any others 🛠️
I wanted to create a course that eliminates the need to take any other courses once you've finished it. Many beginners feel like something is missing when they jump into practical work after taking basic courses, right? To save you the trouble of searching for advanced courses and content to quench that thirst, I planned and completed this course after long preparation to properly dive into everything 🍼 from the very basics for beginners to 🍺 advanced concepts and applications for professionals all in one go.
This course focuses intensively and deeply on the JavaScript language, with web development applications covered only in the core parts of the final section. Please check the curriculum before enrolling.
Detailed grammar and features
from basic to advanced
Object-oriented, functional programming,
and even know-how for writing good code
Even difficult advanced concepts like lexical scope and closures are made easy
🍼
Those who have just entered development and
started learning to code
🎨
Those who have learned HTML & CSS
and want to learn JavaScript
🪴
Developers who use React or Vue
but feel their JS basics are lacking
⛏️
Professional developers who want to
properly dive deep into JavaScript
🟨
Developers in fields using JS, such as
Node.js and React Native
The fast-paced and concise progression will save your precious time. (Please understand that the pace may feel fast depending on the learner. Be sure to check out the free preview videos before enrolling!)
Easy and clear explanations by YouTuber Yalco
Beyond just the syntax and basic usage of JavaScript, we delve deep into how JavaScript operates and the underlying structures of the data used by utilizing the browser console. Numerous example codes are prepared for in-depth learning.
Deep-dive learning through meticulously crafted examples and detailed explanations
For each lesson, the key points of the video and copy-pasteable practice commands and code are organized on the webpage, allowing you to follow along and apply them for smooth practice. Without the need for a separate editor, practice is conducted conveniently and more effectively using the browser's console feature.
Convenient and efficient practice using the lecture page and browser console
To ensure that even students can study without any financial burden, half of the content is available for free through the preview.
🏁 Section 0. Intro
🌱 Section 1. Basic Usage of JavaScript
🎲 Section 2. Data Types and Operators
🚥 Section 3. Control Statements
🦾 Section 4. Functions
waffle Section 5. Objects and Classes
⚙️ Section 6. Key Built-in Objects
🍡 Section 7. Arrays
🩻 Section 8. In-depth Objects
🧮 Section 9. Additional Data Types
🚃 Section 10. Iterables and Generators
⛑️ Section 11. Preparing for Problems
📦 Section 12. Scope and Binding
🧬 Section 13. Prototype
🛣️ Section 14. Asynchronous Programming
💻 Section 15. Handling Code Files
🌐 Section 16. Utilizing on Web Pages
Q. What can I do after learning JavaScript?
A. Today, the versatility of JavaScript is limitless. Not only can you build websites as a front-end developer, but you can also build servers based on Node.js. You can create mobile apps or desktop programs, and even utilize it for machine learning.
Q. I'm new to programming; will I be able to take this class?
A. This course was planned and produced so that even those new to coding can follow along. We use simple terms so that non-majors can understand without difficulty, and explain the principles of how code works in detail for those with no programming experience. Since we use the browser console, you can take the course without any complex installation processes, and you can follow the practice sessions calmly by using the lecture page as a supplementary material. However, depending on the learner, the pace may feel very fast, so if this is your first time taking a Yalco course, be sure to check out the free parts in advance.
Q. I am already using JavaScript in my professional work; how much will this course help me?
A. While you can develop with only a 'moderate' understanding of JavaScript, if you haven't studied it 'properly' and deeply, there are limits to bringing out the language's unique characteristics and strengths in practice. After taking this course, which dives deep into JavaScript with intent, you will learn how to use JavaScript 'like JavaScript' and learn how to analyze and more effectively utilize the features you have been using. Furthermore, you will move away from the vagueness of what you do and don't know about JavaScript and gain the confidence that you can do anything with this language.
Q. Will I be able to do web development after taking this course?
A. This course was created to delve deeply into the syntax, theoretical knowledge, and advanced applications of the JavaScript language itself. While the final section of the 16 modules covers DOM and includes hands-on practice using JavaScript in conjunction with HTML and CSS, these parts focus primarily on core elements and in-depth analysis from a JavaScript perspective. I will look for an opportunity to create a separate web development course dedicated to full-scale frontend development practice in the future.
Q. Is knowledge of HTML and CSS necessary or helpful?
A. (Connected to the question above) Since the part involving JavaScript on web pages only appears in the final section, you can take the course without any issues even if you don't know HTML and CSS for the preceding 15 sections. If you have basic knowledge, you will be able to follow Section 16 without much difficulty.
Q. The pace of the lecture is fast; won't it be difficult to follow?
A. Although the videos move at a fast pace, each lesson includes a link to a dedicated lecture page so you can easily review and practice the content. By utilizing the examples throughout the pages and the browser console, you'll be able to learn with maximum time efficiency!
YouTube channel Yalpark's Coding Dictionary broadcaster and IT book author. Drawing on my experience as a full-stack developer, I create content that explains difficult programming concepts through metaphors, simple examples, and sometimes animations to make them easy for beginners to understand.
🎬 YouTube Yalco's Coding Dictionary Channel (Click!)
📕 View Yalco's Books (Click!)
Who is this course right for?
A person starting to learn coding
People who want to start web development
Developers who work with React or Vue but feel their depth of JavaScript knowledge is lacking.
An active developer who wants to dig 'properly' into JavaScript
Those who want to make better use of JavaScript
34,166
Learners
1,961
Reviews
96
Answers
4.9
Rating
17
Courses
I am the YouTuber behind the channel Yal-co's Coding Dictionary, as well as an author of IT books. Drawing on my experience as a full-stack developer, I create content that explains difficult programming concepts through metaphors, simple examples, and sometimes animations to make them easy for beginners to understand.
🎬 YouTube Yal-co's Coding Dictionary Channel (Click!)
📕 View Yal-co's Books (Click!)
All
81 lectures ∙ (13hr 3min)
All
129 reviews
4.9
129 reviews
Reviews 2
∙
Average Rating 5.0
5
I'll leave a review after listening to up to the 9th lecture. This lecture is not a programming language lecture for beginners in programming, but rather a lecture for those who have completed at least the introductory level of other languages. Rather than slowly showing the taste of programming, it feels like delving into the JavaScript language itself. Those who find the lecture difficult should not try to memorize it too much, but rather fill up your 'coding skills' by solving simple problems or developing projects, and then come back. (Of course, those who understood the free lecture part should not be afraid and pay.) I had some experience with Java, so it wasn't difficult for me to understand, and I was able to learn by comparing the differences between Java and JavaScript, but if I had no development experience at all, most of the content would have been difficult to understand. And when the instructor looks at the code, he uses a lot of demonstrative pronouns like 'this', 'that', 'this function produces this result'. Unless the student is following the flow of the lecture perfectly and is concentrating on the instructor's mouse cursor movements, it is difficult to understand what 'this' means, so I think it would be better to intentionally avoid using demonstrative pronouns for better understanding of the lecture. ex) When I ran the toString function like this, this is the result. - X ex) When I ran the toString function with 2 as the argument, the string 0b11 came out. - O This review may sound like a harsh review, but I am listening with great satisfaction. Thanks to the lecture flow that quickly checks the example code and the result value and analyzes the result, It contains a lot of information in a short amount without being too long, And there may be explanations that are difficult for beginners to understand, but that does not mean that the explanations are unfriendly. If someone with some programming experience wants to know what kind of language JavaScript is, I think it is a very good decision to purchase this well-compressed and well-prepared lecture for the regular price of 50,000 won. *There was a pronunciation story, but I have never felt that the pronunciation was strange. I watch both Yalko's YouTube and Infleun lectures well. I love you.
[Additional response on 11/1/2023] In response to your comments, I have re-edited the entire lecture. I have slowed down the perceived speed by giving some leeway to parts such as screen transitions that were too fast, and added markers to make it easier to find the parts that are being talked about in the video. Please understand that it took a very long time. If you watch the videos again now, you will be able to take the class much better than before. Thank you for giving me your valuable feedback and helping me improve the lecture. Thank you for your good feedback, I have improved the lecture overall. Thank you again!! - - - - - Thank you so much for the detailed and thoughtful lecture review!! Thanks to you, I was able to confirm things I hadn't thought of, and I was able to think more about which parts I should improve more specifically and how I can be more considerate of beginners. I will try to reflect the parts you mentioned as much as possible in the next lecture to create better content. I am so glad and happy that the lecture was helpful to Park Jeong-sik. Thank you again for taking the class!
Reviews 3
∙
Average Rating 5.0
5
I've never written a lecture review before, but this is really...ㅋㅋㅋㅋㅋㅋㅋㅋㅋ It's amazing.. ㅎ.. I'm a non-major, but I'm really glad I started learning JavaScript through this lecture. I think it will be very helpful when I study other languages later. I was impressed by the way you handled memory addresses. . When I briefly studied C++ in the past, I was so confused about heap and stack in the memory section, but now I'm finally getting it sorted out. . It's so fun ㅋㅋㅋㅋㅋㅋㅋ Actually, I was a little worried because of the nickname, "Thin Coding Dictionary," but I paid the course thinking that I could finish it quickly because the content was light, but it was a huge surprise. ㅋㅋㅋㅋ It's a choice I don't regret. I think this is a lecture that only someone who has a deep understanding of the field can take. I realized that the basic grammar I've studied so far was very light. What lecture are you preparing next? I'm really looking forward to it..
I'm really happy to help you ㅠㅠ I feel like my hard work paid off!! The next lecture is about Java, which is widely used in Korea. I will complete it with even better content and present it to you. Thank you!!
Reviews 1
∙
Average Rating 5.0
5
When the class first started, I saw it for a few days and couldn't see it because of work, but I'm watching it again these days! Before, I had vaguely seen the contents in the book, so I didn't understand them well, but this lecture explains everything from the basics to advanced concepts really well and easily. I think that no matter what framework you use, you should have a solid foundation in the basics of JS, so this is a great lecture for solidifying the basics! I think I'll have to look it up and take it repeatedly if I get confused even after completing the class. Thank you~!
I'm glad it helped you learn!! Thank you for taking the class~~
Reviews 2
∙
Average Rating 5.0
5
I really enjoyed learning JavaScript by studying and analyzing it using the browser console. I only knew a little bit about JS and used React and Node, but while taking this lecture, I realized a lot of things like, "Oh, this is how it works." Thanks to Yalko's easy explanations, I was able to learn advanced concepts easily. I think this will be a really fun lecture for those who want to study JS properly, as the title suggests. I especially recommend it to those who use JS in the field.
ㅠㅠ Thank you for the comments that made my hard work worthwhile!! I will prepare the next lecture even more informatively!!
Reviews 22
∙
Average Rating 4.8
5
As I was aiming for the 'backend', I reflected on the past days when the 'front' was simply focused on implementing functions. After going through the basics to advanced content, I realized that it was such a fun language. I think I need to go back and study it repeatedly (because I want to learn it properly and enjoyably) and I think I need to create prettier codes! It was a great lecture. Thank you.
I'm so glad that the lecture was helpful! Thank you!!
Check out other courses by the instructor!
Explore other courses in the same field!
$42.90