The Global Scholarly Directory.
Discover world-class academic programs curated for the modern intellectual. Search through 19877+ degrees and professional certificates.
Pontificia Universidad Católica del Perú
Behavioral Design
Al completar este curso de Behavioral Design, los estudiantes adquirirán las habilidades para comprender y aplicar teorías económicas y psicológicas que influyen en la toma de decisiones humanas. Aprenderán a identificar sesgos y heurísticas que afectan el comportamiento, y a diseñar intervenciones efectivas, como los nudges, para promover comportamientos deseados en productos, servicios y entornos. Además, dominarán el modelo COM-BE para facilitar cambios de comportamiento mediante estudios de caso y proyectos prácticos. Este curso es ideal para profesionales de marketing, diseño de productos, psicología, economía o cualquier persona interesada en comprender y aplicar el poder del diseño conductual. Lo que hace único a este curso es su enfoque en la ética del diseño. No solo aprenderás a diseñar intervenciones efectivas, sino también a equilibrar la eficiencia con la responsabilidad social, asegurando que tus acciones promuevan el bienestar del usuario.
Packt
Testing and Advanced REST with Spring Boot
Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Dive into the world of modern Java application development with this comprehensive course on testing and building REST APIs using Spring Boot. Learn to master JUnit and Mockito to create robust, reliable, and maintainable unit tests. Gain practical insights into setting up and optimizing build tools like Maven and Gradle, and discover how these tools enhance project management and dependency handling. Starting with foundational concepts, you'll explore JUnit and Mockito in-depth, learning how to write efficient tests and leverage annotations to simplify your workflow. Transition seamlessly into using Maven and Gradle for dependency management, while understanding the lifecycle and structure of these tools in Spring Boot projects. The course culminates in an extensive deep dive into REST API development with Spring Boot. From creating simple resources to implementing complex operations and best practices, you'll build a fully functional REST API. You’ll also explore integration and unit testing, security configuration, and advanced topics like Mock MVC and Spring Security. This course is perfect for Java developers looking to enhance their skills in testing and REST API development. Prior knowledge of Java and basic Spring Boot concepts is recommended. Whether you're an intermediate learner or an advanced developer, you'll find valuable takeaways to improve your projects.
Coursera
إدارة مخاطر الاستثمار
تتعرف عزيزي المتعلّم/الطالب في هذه الدورة التدريبية على أهمية الاستثمار في السوق المالية، بالاضافة الى التحدث عن عمليات التداول القائمة في هذا المجال. كما سوف تتعرف على الأخطاء البارزة التي يمكن أن يرتكبها المتداول والمخاطر التي يمكن أن يواجهها، بالاضافة إلى التعرف على كيفية مواجهة هذه المخاطر، وتتعلم كيفية تطبيق الاستراتيجيات لإدارة مخاطر الاستثمار. بعد الانتهاء من الدورة ستتمكن من تطبيق الاستراتيجيات المتبعة في سوق العمل لإدارة مخاطر الاستثمار.
Coursera
How to use Custom and Conditional Formatting in Excel
By the end of this project, you will learn how to use conditional and custom formatting in an Excel Spreadsheet by using a free version of Microsoft Office Excel. Excel is a spreadsheet that is similar in layout as accounting spreadsheets. It consists of individual cells that can be used to build functions, formulas, tables, and graphs that easily organize and analyze large amounts of information and data. Conditional formatting is a convenient tool for data analysis and visual representation of results. Knowing how to use this tool will save you a lot of time and effort. A fleet glance at the document will be enough to obtain the necessary information.
LearnKartS
Master AI for Digital Marketing & Content Creation
Master the world’s most powerful AI assistant with ChatGPT Fundamentals & Prompt Engineering — a future-ready course that takes you from beginner to expert with clarity, confidence, and creativity. Start by understanding how ChatGPT thinks: its interface, Plus features, tokens, and responsible use. Then move into advanced prompt engineering — from priming and modifiers to structured frameworks like Chain-of-Thought, Few-Shot, and Role-Based prompting that elevate every output. This course isn’t just theory — it’s a practical roadmap packed with 150+ prompts, real business use cases, and hands-on projects across marketing, SEO, content creation, social media, podcasting, and even visual design using DALL·E 3. You’ll also explore ChatGPT-4o’s newest capabilities, including data analysis, image generation, and collaborative tools like Canvas and Shared Chats. No matter if you are a marketer, creator, educator, or entrepreneur, this course will help you automate smarter, create faster, and communicate better. Master how to craft prompts that reason like professionals — and become an early leader in the AI revolution. Enroll today, and reinvent how you work, write, and innovate.
Pearson
Java SE 17 Developer (1Z0-829): Unit 8
Unlock the full potential of Java's data management capabilities with our comprehensive online course focused on JDBC and Java I/O APIs. This course is meticulously designed to equip you with the skills needed to seamlessly connect Java applications to SQL databases using JDBC. You'll learn to create connections, execute basic, prepared, and callable statements, and process query results efficiently. Our lessons emphasize transaction control and the importance of prepared statements in preventing SQL injection attacks. Additionally, the course delves into the Java I/O API, where you'll master reading and writing data to the console and files using various streams, readers, and writers. You'll explore the serialization and deserialization of Java objects, gaining insights into customizing these processes. The course also covers the Java NIO package, providing you with the tools to create, traverse, and manipulate path objects and their properties. By the end of this course, you'll be proficient in managing data flow between Java applications and external systems, enhancing your ability to build robust and efficient applications.
Introduction to Terraform
Code and apply your first Terraform configuration without installing anything! This course is designed for learners with limited knowledge of cloud computing, providing a solid foundation of cloud infrastructure provisioning and management, using Terraform, an open-source IaaS (Infrastructure as a service) tool. The modules in this course cover Terraform's basic architecture and syntax, managing resources, and other related topics. A review of AWS EC2 instances is recommended. To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples, building a deeper understanding by doing. You'll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to small, approachable coding exercises that take minutes instead of hours.
VLSI CAD Part I: Logic
A modern VLSI chip has a zillion parts -- logic, control, memory, interconnect, etc. How do we design these complex chips? Answer: CAD software tools. Learn how to build thesA modern VLSI chip is a remarkably complex beast: billions of transistors, millions of logic gates deployed for computation and control, big blocks of memory, embedded blocks of pre-designed functions designed by third parties (called “intellectual property” or IP blocks). How do people manage to design these complicated chips? Answer: a sequence of computer aided design (CAD) tools takes an abstract description of the chip, and refines it step-wise to a final design. This class focuses on the major design tools used in the creation of an Application Specific Integrated Circuit (ASIC) or System on Chip (SoC) design. Our focus in this first part of the course is on key Boolean logic representations that make it possible to synthesize, and to verify, the gate-level logic in these designs. This is the first step of the design chain, as we move from logic to layout. Our goal is for students to understand how the tools themselves work, at the level of their fundamental algorithms and data structures. Topics covered will include: Computational Boolean algebra, logic verification, and logic synthesis (2-level and multi-level). Recommended Background Programming experience (C, C++, Java, Python, etc.) and basic knowledge of data structures and algorithms (especially recursive algorithms). An understanding of basic digital design: Boolean algebra, Kmaps, gates and flip flops, finite state machine design. Linear algebra and calculus at the level of a junior or senior in engineering. Exposure to basic VLSI at an undergraduate level is nice -- but it’s not necessary. We will keep the course self-contained, but students with some VLSI will be able to skip some background material.e tools in this class.
AI 時代人類的獨特性(The Uniqueness of Human Beings in The Age of AI)
本課程涵蓋AI時代下,人們的注意力、記憶、人生意義、真實性、愛與連結、意識、與幸福科學等主題: - AI 時代對專注、記憶、與學習的影響,如何重拾專注與記憶。 - AI 時代下探尋人生意義。 - 愛與連結在 AI 時代下的挑戰與可能。 - 培養辨識假訊息與抵抗媒體成癮的能力。 - 探討 AI 是否可能具有意識。 - 如何在 AI 時代促進幸福感。
Packt
Deploy any MERN Stack App on Azure Cloud using CICD Pipeline
Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. This course is designed to guide you through deploying a full MERN stack application on Azure Cloud using Azure DevOps pipelines for seamless CI/CD integration. You’ll start by getting a solid introduction to cloud infrastructure, the role of public cloud providers, and the fundamental models like IaaS, PaaS, and SaaS. The course then dives into the specifics of Azure Cloud services and DevOps, ensuring you have a foundational understanding before proceeding with deployment. Once you’ve registered for an Azure free account and familiarized yourself with the Azure portal, you’ll explore setting up pipeline agents and configuring repositories in Azure DevOps. The course demonstrates the complete process of pushing Node.js (Express) and React.js code to Azure Repos and building separate CI/CD pipelines for both components. You’ll also learn how to integrate CosmosDB into your MERN application, ensuring seamless data management in the cloud. The final part of the course focuses on testing and deploying your application on Azure. You’ll walk through creating end-to-end tests, monitoring your deployed application, and enabling auto-commit triggers for continuous delivery. By the end of this course, you’ll be able to deploy and manage a production-grade MERN stack app on Azure Cloud with full automation via CI/CD pipelines. This course is ideal for web developers and DevOps engineers who want to deploy full-stack applications in a cloud environment. A basic understanding of JavaScript, Node.js, and React.js is recommended. Familiarity with version control systems like Git is also beneficial.
Packt
Empathy-Driven Leadership and Innovation
This course is based on Tina Kuhn and Neal Frick's bestselling book, The E Suite. This course explores the transformative power of empathy in leadership, management, and innovation. Learn how empathy can enhance decision-making, foster inclusion, and drive organizational success in today’s fast-paced business environment. Through practical, empathy-driven strategies, you will enhance your leadership capabilities, improve team performance, and manage organizational transformations effectively. This course empowers you to build strong, inclusive teams and implement empathetic practices for better business outcomes. This course offers a unique focus on empathy as a strategic tool, blending theoretical frameworks with real-world applications. It equips you with actionable steps to integrate empathy into your leadership style, communication techniques, and business decisions. Ideal for leaders, managers, HR professionals, team leaders, and sales professionals looking to adopt empathy-driven strategies. This course is beneficial for both beginners and seasoned professionals with a basic understanding of leadership. Copyright © 2023 Christina Kuhn & Neal Frick. All rights reserved. Originally published by Greenleaf Book Group LLC, Austin, Texas. This course has been packaged and distributed by Packt Publishing on behalf of Greenleaf Book Group. Greenleaf Book Group is a hybrid publisher and book distributor dedicated to empowering independent authors and small presses. Renowned for its innovative publishing model, Greenleaf offers a comprehensive suite of services, including editorial guidance, design, distribution, and marketing support, tailored to each author's goals. With a focus on quality and collaboration, Greenleaf has produced numerous bestsellers across a wide range of genres, providing authors with the tools and expertise to maximize their reach and impact in the competitive publishing industry."
IBM
Exploitation and Penetration Testing with Metasploit
Metasploit is one of the best-known and most used cybersecurity technologies for penetration testing (Cyber Security News). This short course gives you the job-ready skills in exploitation techniques and penetration testing using Metasploit employers are looking for. During the course, you’ll explore Metasploit’s core functionalities, gaining valuable hands-on experience in exercises that cover real-world exploitation scenarios, including network, system, and web application attacks. Plus, you’ll dive into post-exploitation tactics, persistence techniques, and attack simulations, building the skills you need for both ethical hacking and red teaming. By the end of the course, you’ll be able to conduct advanced penetration tests, execute sophisticated exploits, and understand the tactics used by attackers to compromise systems. Plus, you’ll be able to identify vulnerabilities and implement effective countermeasures to defend against these threats. If those are hands-on skills you want on your resume in 4 weeks’ time, enroll today!
Coursera
Canva for teachers
In this guided project the learner will learn how to take advantage of Canva as a teacher. Canva is a graphic design online software that allows you to design many things, if offers templates, and many other tools to allow you to create everything you need, from presentations, assignments, schedules and much more. Canva has an Education Program that will give access to teachers to Canva Pro totally free. In this guided project you will explore the home page in Canva and learn how to access Canva for teachers, you will set up engaging experiences for your digital classroom, you will learn how to develop personal relationships with your students using Canva, and you will create a schedule for you and for your student, find the perfect classroom kit for you and finally customize your assignments to have the same style as your classroom.
Coursera
Introduction to Python
Learning Python gives the programmer a wide variety of career paths to choose from. Python is an open-source (free) programming language that is used in web programming, data science, artificial intelligence, and many scientific applications. Learning Python allows the programmer to focus on solving problems, rather than focusing on syntax. Its relative size and simplified syntax give it an edge over languages like Java and C++, yet the abundance of libraries gives it the power needed to accomplish great things. In this tutorial you will create a guessing game application that pits the computer against the user. You will create variables, decision constructs, and loops in python to create the game. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Clinical Decision Support Systems - CDSS 4
Machine learning systems used in Clinical Decision Support Systems (CDSS) require further external validation, calibration analysis, assessment of bias and fairness. In this course, the main concepts of machine learning evaluation adopted in CDSS will be explained. Furthermore, decision curve analysis along with human-centred CDSS that need to be explainable will be discussed. Finally, privacy concerns of deep learning models and potential adversarial attacks will be presented along with the vision for a new generation of explainable and privacy-preserved CDSS.
Alfaisal University | KLD
التركيز على العملاء وأثر ذلك على الربحية
أدى التطور التكنولوجي في العقود الأخيرة إلى زيادة التنافس على مختلف الأصعدة، وتنوعت رغبات وأذواق العملاء في اختيار المنتجات والخدمات، بمختلف المواصفات والأسعار من كل أنحاء العالم، لذلك تحتم على الشركات مراقبة والتنبؤ بالتغيرات في احتياجات العملاء، كي تستطيع الاستمرار في تلبية هذه المتطلبات، فالشركات الناجحة تمتلك تركيزاً قوياً على العملاء (Customer Focus)، بمعنى أنها تركز على تلبية طلباتهم، وهذا بالتأكيد ينبع من إدراكها أن العملاء أهم عامل لزيادة أرباح الشركة واستمراريتها، من هنا فإن على الشركات أن تعدل استراتيجياتها وتتبنى فكر الحفاظ على العملاء، أكثر من حرصها على تحقيق أرباح قصيرة المدى وهذا الفكر يجب أن يتبناه جميع موظفي الشركة. هذه الدورة هي دورة تمهيدية؛ فهي تلقي الضوء على أساسيات الموضوع بشكل عام بهدف التعريف به وبمحاوره الأساسية التي يجب الإلمام بها. إذا كنت من المهتمين بفهم التركيز على العملاء وأثر ذلك على الربحية، أو كان مجال عملك يتطلب توظيف ذلك في سياق عملك، فهذه الدورة ستكون مثالية لإغناء خبرتك وتطوير مهاراتك بشكل فعال ومؤثر. حيث ستزودك هذه الدورة باطلاع واسع ودقيق على مجموعة من المحاور المتعلقة بهذا الموضوع، مثل: شرح أهمية اكتساب رضا العملاء وولائهم، فهم أنواع العملاء المختلفين والاستراتيجية التسويقية اللازم اتباعها مع كل نوع، توضيح تأثير المحافظة على العملاء على ربحية الشركة.