UdemyC++ (programming language)

The Complete Introduction to C++ Programming

التصنيف الكامل: Development > Programming Languages > C++ (programming language)

The Complete Introduction to C++ Programming

عن هذا الكورس

Learning the basics of programmation can be very complicated no matter the programming language espescially if you never did any programming before. Being able to program in C++ is not different. This is why this course is here to help you learn everything you need to know about C++ and master this programming language. If you :- Want to create various projects with this programming language - Are in school and need to understand certain notions and concepts in C++- Need to learn the basics of this programming language for work - Are simply curious about this topicThen you will definely love this course and it's content. Not only you will learn and understand all the basics of C++ programming but you will also have a lot of practice throughtout this course. Indeed, by the end of this course you will have a strong and solid understanding of all the basics of C++ programming and will be able to create on your own various C++ programs and applications.The structure of the courseThe way this course have been structured and created is made to really help you learn and understand all the basics of this programming language. From the starting point where you will be installing the right tools and writing you first basic lines of code to the more advanced such as functions, statements, loops and many pratical projects, this course has everything you need to start programming in C++ and begin your programmation journey. Also, this course has been created to help you learn all the basics concepts that are the core of C++ programmation. This way, you will not only program in this language but you will also understand the logic behind this programming language and will be able to create various applications in it on your own. Indeed, if you don't have prior programming experience, the hardest part is understanding the programming logic and this course covers all the topics to help you succed in C++ programming.Also, this course is built ar

تعلم أونلاين 100%

شاهد الدروس في أي وقت ومن أي مكان

محتوى معتمد

مقدم من منصة Udemy

رابط موثوق

ينقلك مباشرة لصفحة التسجيل الرسمية

سعر الكورس
$74.99
الانتقال للكورس / التسجيل الآن
🔒 عند النقر، سيتم فتح صفحة الكورس الرسمية على منصة Udemy في نافذة جديدة.

كورسات مقترحة في نفس المجال

عرض كل الكورسات ←
Emotional Literacy for Kids
Udemy
Emotional Intelligence

Emotional Literacy for Kids

Unlock your child’s potential by giving them the tools to understand and manage their emotions in a positive, healthy way! Whether you’re a parent or an educator, this course offers a comprehensive guide to building emotional literacy in children—a vital skill that lays the foundation for strong relationships, academic success, and lifelong emotional well-being.In this engaging and practical course, you will learn:- How to teach kids to identify and express their emotions using simple yet effective techniques.- Powerful strategies to help children manage overwhelming feelings like anger, frustration, or sadness.- The importance of empathy and how to foster emotional awareness and kindness in kids.- Tools like emotion charts, role-playing activities, and breathing exercises that make learning fun and interactive.By the end of this course, you’ll have actionable strategies to nurture emotionally resilient, confident, and empathetic children who can navigate life's challenges with greater ease. Why choose this course? Emotional literacy is more important than ever in today’s fast-paced world, where children face increasing emotional demands. This course is designed with busy parents and teachers in mind, providing easy-to-implement resources that will seamlessly integrate into your daily life.Enroll now and start empowering the next generation with the emotional skills they need to thrive!

Python For Beginners - The Basics Of Python Development
Udemy
Python

Python For Beginners - The Basics Of Python Development

Hello and welcome to the course.If you’ve found your way here, chances are you fall into one of two categories. Either you’re just starting out in programming and have heard that Python is one of the best languages to begin with, or you’re already experienced with other programming languages and now want to pick up Python as a valuable addition to your skill set.Either way, you're in the right place.Let’s talk about Python for a moment. Python is a high-level, dynamically typed programming language that has become one of the most popular and widely used languages in the tech industry. It is known for its clean and readable syntax, which makes it especially friendly for beginners, while still being powerful enough to build complex systems and applications. Python has a massive ecosystem with libraries and frameworks that cover virtually every domain — from web development, automation, and scripting, to data science, machine learning, artificial intelligence, cybersecurity, and more.Whether you're interested in building a personal website, automating repetitive tasks, analyzing data, writing backend code, or even building the next big AI tool, Python has something to offer. Its versatility and simplicity are what make it such a beloved tool among developers and companies alike.In this course, we won’t bore you with unnecessarily long theory or dry definitions. Instead, we’ll get hands-on with the core concepts that matter. You’ll learn how to write your first Python programs, understand how Python thinks, and gain the confidence to explore further on your own.By the end of this course, you will have a solid foundation in Python programming, and you’ll be ready to start building real-world projects or go deeper into specialized fields that use Python every day.Go ahead and check out the preview lectures, and if it feels like the right fit, enroll now and begin your journey with Python.See you inside the course.

How To Live - A Guide to Happiness & Inner Peace
Udemy
Mindfulness

How To Live - A Guide to Happiness & Inner Peace

The most comprehensive mindfulness course on Udemy'How to Live: A Guide to Happiness and Inner Peace' is an easy to follow, practical, mindfulness course for beginners and those with knowledge in the space. I bring a straight-forward and humorous approach to what can be seen as a difficult subject to master. Unlock the secret to lasting happiness with this transformative online course, inspired by the profound teachings and insights contained in the book 'How to Live: A Guide to Happiness and Inner Peace'. Dive into the art of present-moment awareness and learn to break free from the ego’s grip, chronic stress, and harmful unconscious thought patterns. This no-frills, plain-speaking course offers practical tools—meditation, nature immersion, mindful activities, and thought-awareness practices—to cultivate inner stillness, resilience, and joy.Explore key concepts and non-concepts like presence, spaciousness, and the pain body, and discover how to navigate modern distractions, egoic relationships, and life’s challenges with clarity and compassion. Through engaging lessons, real-world applications, and reflective exercises, you’ll awaken to your true self, fostering deeper connections and a more fulfilling life.Furthermore, the course will provide you with a comprehensive understanding of the ego, how the mind operates under its influence, and the "Six Drivers of Presence," which will serve as powerful reminders and pointers to help you obtain and maintain presence even in the face of challenging circumstances.Perfect for anyone seeking meaning, peace, or spiritual growth, this course draws on timeless wisdom and contemporary insights to guide you toward conscious living. Sign up to transform your perspective, embrace the now, and embark on a path to authentic happiness and freedom.

Create a Spring Boot Restful web app with Java 11 and Maven
Udemy
Spring Boot

Create a Spring Boot Restful web app with Java 11 and Maven

In this course, we will put together a Spring Boot RESTful web app and test it. We explore inversion of control through inline and constructor dependency injection and controllers, services, and how to implement persistence and execute queries using Spring Data JPA. We will test the app using the insomnia API client. Also, we emphasize and go through the correct use of the debugger. The IDE we are going to use is Intellij IDEA. Also, we provide the appropriate guidance for utilizing the maven build management tool. Finally, we use version control to commit and push the project to a GitHub repository. First, we will look at how to install Java, maven, and the Intellij IDE in our system. Then we will generate a Spring Boot app with the help of the Spring initializr web app and open it inside Intellij.After explaining the role of maven and the pom.xml file for the application and how to add dependencies, we will start putting together a project that follows the model view controller architectural paradigm. After we create our first controller class and endpoint controller method and test it, we will create a service class within which we will move any application logic and then implement persistence with Spring Data JPA. Also, we are going to talk about the Lombok and Javax libraries.

ISTQB Foundation Level 2018 [Arabic]
Udemy
Software Development

ISTQB Foundation Level 2018 [Arabic]

اهلا بيكم فى كورس شهادة مختبرى البرامجفى الكورس دا حتتعلم اساسيات اختبار البرامج بشكل نظرى و عملى جدا و دا الجديد فى الشرح انى بشرح بطريقة عملية منظمة عشان تقدر تفهم بشكل اسرع من خلال الكورس دا حتتعلم التالى Chapter 1 : Fundamentals of Testing أساسيات اختبار البرامجChapter 2 : Testing Throughout the Software Development Life cycle مراحل الاختبارChapter 3 : Static Testing الاختبار الثابتChapter 4 : Test Techniques تقنيات الاختبارChapter 5 : Test Management إدارة الاختبارChapter 6 : Tool Support for Testing أدوات الاختبارفى نهاية الكورس حتكون قادر انك تفهم مواضيع كتير بشكل عملى و نظرى فى مجال اختبار البرامج و تكون قادر على دخول الامتحان و الأفضل انك تبقى فاهم المجال

Apps Script Web App include Access Control via Sheet Data
Udemy
Google Apps Script

Apps Script Web App include Access Control via Sheet Data

WebApp Access Control from Spreadsheet - Explore how to include CSS into client side pages of you webappDiscover how to connect Spreadsheet data to output into a webapp with Google Apps ScriptFind out more about using Session Class and other common Google Apps to connect G Suite Apps together to do some amazing things with code.Create a Google Apps Script web app - control access to the web app url using Google Sheets as a list of allowed users to view the app. JavaScript and prior coding experience is REQUIRED DO NOT TAKE THIS COURSE WITHOUT JavaScript ExperienceSource code is included - Best way to learn is to try the code and create your own version of this projectTaught by an instructor with over 20 years of web development experience ready to help you learnGoogle Developer Expert - Laurence Svekis walks you through how to do some amazing functionality to save time and get the most out of Google Apps Script G Suite contentFast friendly support is always available in the Q A sectionWhat are you waiting for - this could change everything - at least change the way you use Google Apps and G Suite Google Sheets and send emails.Course covers how to include files in web app - creating include function to include css and js files on the client side.Use session user to detect the active user and either allow or deny - show custom output to the user depending on the dynamic list within a spreadsheetUse Google apps script and connect G Suite Apps to power up your Google G Suite Apps and do some amazing things.Google Apps Script is like JavaScript written in the cloud.Connect G Suite Apps together.