The Global Scholarly Directory.
Discover world-class academic programs curated for the modern intellectual. Search through 19877+ degrees and professional certificates.
Coursera
Sales Prospecting Mastery with Lemlist: AI-Driven Strategies
In this intermediate-level guided project, you will master the art of AI-driven prospecting using Lemlist. We will do this by setting up and leveraging Lemlist for automated email and LinkedIn outreach, to create a sales pipeline and enhance your prospecting efficiency. You will learn how to integrate Lemlist’s AI capabilities to personalise and optimise your campaigns. Additionally, you’ll explore best practices for creating and managing automated sales funnels in Hubspot, ensuring a seamless transition from lead generation to customer conversion. By the end of this project, you will have the skills to drive more effective and automated prospecting campaigns. Learners will need a sound understanding of the principles of Sales Prospecting. Some prior experience of AI and HubSpot would be advantageous. Learners will also need to set up accounts in Claude AI, Lemlist, HubSpot and LinkedIn.
Yad Vashem
Antisemitismo: Desde sus orígenes hasta el presente
En este curso, 50 destacados académicos de todo el mundo explorarán preguntas y cuestiones relacionadas con el antisemitismo, incluyendo: ¿qué es el antisemitismo? ¿Cómo ha cambiado a lo largo de la historia? ¿Por qué se puede encontrar entre tantas culturas diversas, e incluso entre ideologías opuestas? ¿Qué pasó con el antisemitismo después del Holocausto? ¿Cómo se expresa el antisemitismo hoy y cuáles son los principales ámbitos en los que se puede encontrar?
Tecnológico de Monterrey
Leadership focused on Human Flourishing
It describes the elements of the Leadership model oriented towards human flourishing, in order to develop leaders who achieve better results. We are facing a world leadership crisis, due to (among other factors) the volatile, uncertain, complex, and ambiguous context we are living in. The world needs self-aware leaders who are also aware of their environment, immersed in a permanent learning process, who are committed, resilient, with a positive vision of the present and the future, who find meaning in their life mission, and who flourish by contributing to the flourishing of others. This course will bring the necessary tools to develop a human-flourishing-oriented-leadership.
Erasmus University Rotterdam
Driving business towards the Sustainable Development Goals
Extreme weather events, wars, famine and environmental destruction are just a few of the wicked problems faced by humanity. That’s why in 2015 the United Nations adopted the 2030 Agenda for Sustainable Development. This agenda includes 17 Sustainable Development Goals (SDGs) that target the big challenges such as how to eliminate poverty, how to protect the environment and how to bring about peace. Every member state committed to achieving these goals by 2030. What can businesses do to counter climate change and create a sustainable business culture? Why is this relevant for business anyway? Explore how business can contribute to a better future for people AND the planet without giving up profits. This course has been developed by Rotterdam School of Management at Erasmus University (RSM). It focuses on the role of businesses in achieving the SDGs. You will gain insights from leaders of international companies and academics in business and management who will guide you through the issue of how businesses can contribute to the SDGs. The course received a 'MOOC Award of Excellence' by the Sustainable Development Solutions Network and the SDG Academy in September 2019 (https://www.unsdsn.org/2019-sdsn-awards-of-excellence-winners-announced) After completing this course you will: • know what the SDGs are, why they are important and how each individual can be an agent for positive change in the world; • understand the role of business in the transition to sustainable development to create a prosperous future for all; • be able to identify interconnectedness of the SDGs and the challenges behind solving them; • know how management insights can contribute to the SDGs; • be able to evaluate the effectiveness of current business strategies in contributing to the SDGs; • develop a positive, critical, aware and courageous attitude towards the SDGs. The course consists of seven units, each focusing on several aspects of sustainable development and taking one week to complete. You will study by watching videos, reading literature and by engaging in other activities such as weekly challenges. Assignments will consist of quizzes, discussions with your fellow students, and challenges to implement in your daily life. Are you ready to find out how you can be an agent for positive change? Register now!
Politecnico di Milano
Fundamentals of financial and management accounting
This is an introductory course on financial and management accounting. The first part of this course will introduce the basic accounting principles and accounting terminology to understand how a company keeps control of financial events and provides information on how it is performing. These basic concepts will support the analysis of financial reports companies prepare. We will go through balance sheet, income statement, financial statement, learning how to read and analyze them. The course will also provide the basis of management accounting introducing some techniques (e.g. break- even analysis or NPV) to support managers in making short-term and long-term decisions, such as "Is it convenient to dispose a production machine and buy a new one?" or "How many products should the company sell in order to break-even?" The course will bring examples and case studies that will help students better understand the practical applications of the basic accounting principles and techniques. At the end of the course, students will be able to read, understand and analyze financial documents and to apply simple techniques to analyse costs and evaluate capital investment decisions.
Simplilearn
Introduction to DevOps and Git for Beginners
This comprehensive DevOps and Git course equips you with the skills to manage version control, collaborate on code, and streamline development workflows. Begin by mastering DevOps fundamentals—understand how it integrates development and operations to enhance software delivery and quality. Get hands-on with Git, a powerful distributed version control system used across the industry. Learn to create repositories, track changes, and manage branches using essential Git commands. Progress to working with Git Client for Windows—gain practical experience performing commits, merges, and pulls through a user-friendly graphical interface without relying on command-line tools. You should have a basic understanding of software development and file system navigation. By the end of this course, you will be able to: - Understand DevOps: Grasp its core principles and benefits for modern development. - Master Git: Use key commands to manage code, versions, and collaborations. - Use Git Client: Perform Git operations on Windows with ease and efficiency. - Streamline Workflow: Apply version control best practices in real-world projects. Ideal for developers, IT professionals, and beginners looking to build strong DevOps and version control skills.
Coursera
اساسيات قواعد البيانات باستخدام Airtable
في هذا المشروع التفاعلي، ستقوم بانشاء حساب ايرتيبل وتخلق جداول مكونة من أنواع حقول مختلفة وتنشئ علاقات لربط الجداول ببعضها، وتتابع التحديثات في قاعدة بياناتك، وتخصص مظهرها باستخدام التصفية والتجميع والتلوين وأدوات أخرى، كما ستضاعف امكانيات قاعدة بياناتك باستخدام التطبيقات والوظائف التلقائية، وتخلق مشاهد مختلفة لقاعدة بياناتك لمشاركتها مع مستخدمين اخرين!
DeepLearning.AI
Building Applications with Vector Databases
Vector databases use embeddings to capture the meaning of data, gauge the similarity between different pairs of vectors, and navigate large datasets to identify the most similar vectors. In the context of large language models, the primary use of vector databases is retrieval augmented generation (RAG), where text embeddings are stored and retrieved for specific queries. However, the versatility of vector databases extends beyond RAG and makes it possible to build a wide range of applications quickly with minimal coding. In this course, you’ll explore the implementation of six applications using vector databases: 1. Semantic Search: Create a search tool that goes beyond keyword matching, focusing on the meaning of content for efficient text-based searches on a user Q/A dataset. 2. RAG: Enhance your LLM applications by incorporating content from sources the model wasn’t trained on, like answering questions using the Wikipedia dataset. 3. Recommender System: Develop a system that combines semantic search and RAG to recommend topics, and demonstrate it with a news article dataset. 4. Hybrid Search: Build an application that finds items using both images and descriptive text, using an eCommerce dataset as an example. 5. Facial Similarity: Create an app to compare facial features, using a database of public figures to determine the likeness between them. 6. Anomaly Detection: Learn how to build an anomaly detection app that identifies unusual patterns in network communication logs. After taking this course, you’ll be equipped with new ideas for building applications with any vector database.
Google Cloud
Usar o BigQuery ML para inferência
Conheça o BigQuery ML para inferência, saiba por que ele é a melhor opção para analistas de dados, os casos de uso dele e os modelos de ML compatíveis. Você também vai aprender a criar e gerenciar esses modelos de ML no BigQuery.
Packt
Advanced JavaScript & Object-Oriented Programming
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. In this course on advanced JavaScript and Object-Oriented Programming (OOP), you’ll gain hands-on experience with asynchronous JavaScript, including callbacks, promises, async/await syntax, and building responsive applications. By the end, you'll be able to manage asynchronous tasks, use the Fetch API for HTTP requests, and create real-world apps like the Joke Generator and Todo list. Additionally, you’ll master OOP concepts such as constructors, prototypes, and inheritance, empowering you to build professional-grade web apps. The course starts by exploring asynchronous programming, where you'll learn how JavaScript handles the event loop, the differences between synchronous and asynchronous execution, and how to use setTimeout, setInterval, and callbacks for delays and repeated tasks. You’ll also understand callback hell and how Promises provide a cleaner, more readable solution. You will dive into async/await syntax and essential error-handling techniques. As you progress, you'll work with the Fetch API to make HTTP requests and manage responses. Projects like the Joke Generator and Todo list will allow you to practice fetching and manipulating data, reinforcing your skills in asynchronous programming. This course is suited for intermediate to advanced JavaScript developers familiar with basic programming concepts. Prior experience with JavaScript syntax and fundamentals is recommended.
Whizlabs
GCP: Database and Storage
GCP: Database and Storage is the second course of Exam Prep: Google Certified Professional Cloud Architect Specialization. This course offers a comprehensive journey through advanced data, storage, analytics, and reliability services on Google Cloud Platform (GCP) using Cloud SQL, Bigtable, Firestore, Spanner, and BigQuery, providing architectural understanding, real-world analytics use cases, and capacity planning strategies. Learners will explore Cloud Storage, Storage Transfer Service, and Transfer Appliance, focusing on cost optimization and integrations with other cloud services. The course also introduces GCP-native data pipelines using Cloud Dataflow, Cloud Dataproc, and Cloud Dataprep, empowering learners to process and transform data at scale. This course is ideal for: - Cloud engineers and DevOps professionals moving into architecture roles. - System administrators and solution architects aiming to validate their GCP skills. - IT professionals seeking to grow into high-impact cloud design and governance roles. - Anyone who wants to master how to design scalable, secure, and resilient solutions on Google Cloud. By the end of the course, you will be able to: - Understand Google Cloud’s Core Managed Databases and Storage Options. - Develop Proficiency in Data Analytics and Visualization Tools. - Implement Scalable Data Processing and Transfer Pipelines.
University of Minnesota
Evaluating User Interfaces
In this course you will learn and practice several techniques for user interface evaluation. First we start with techniques that can be applied alone or in a design team, including action analysis, walkthroughs, and heuristic evaluation. Then we move on to user testing, including learning from a series of usability tests carried out in a real usability lab, and techniques to carry out your own tests even without a lab. Finally, we wrap up the discussion of evaluation--and of UI Design in the specialization as a whole--by looking at the question of how to set and measure usability goals, and in turn, when a design is usable enough to release it.
Edureka
Salesforce Agentforce: Introduction to Agentforce Platform
This course explores how Salesforce Einstein AI and Agentforce enable intelligent, enterprise-ready AI experiences within the Salesforce platform. It focuses on how AI can move beyond traditional automation and reporting to provide context-aware insights, guided responses, and controlled actions inside real CRM workflows. Designed for Salesforce professionals and technical learners, the course demonstrates how Einstein AI, Einstein Copilot, Prompt Builder, and Agentforce work together to deliver AI capabilities that are grounded in business data, governed by trust controls, and aligned with enterprise requirements. Through structured lessons and practical demonstrations, you will learn how Salesforce embeds AI into the platform, how prompts and prompt templates influence AI behavior, and how the Einstein Trust Layer ensures privacy, security, and compliance. You will also explore how Agentforce uses Topics, Instructions, and Actions (TIA) to define agent scope, guide responses, and control execution. The course progresses from AI fundamentals to applied agent design, emphasizing safe enablement, predictable behavior, and real-world usability. Rather than treating AI as a black box, it focuses on how to design AI systems that operate responsibly within Salesforce. By the end of this course, you will be able to: - Explain how Salesforce Einstein AI differs from traditional automation and analytics - Design enterprise-grounded and role-aware prompts using Prompt Builder - Apply trust and governance principles using the Einstein Trust Layer - Define agent scope and behavior using Topics, Instructions, and Actions (TIA) - Design and validate Agentforce agents for common Salesforce use cases This course is ideal for Salesforce administrators, developers, consultants, and professionals who want to understand and apply AI capabilities within Salesforce. A basic familiarity with Salesforce concepts is helpful, but no prior experience with AI or agent systems is required. Join us to learn how to design trusted, intelligent AI experiences that assist users and support business workflows within Salesforce.
IBM
Python for Data Science, AI & Development
Kickstart your Python journey with this beginner-friendly, self-paced course taught by an expert. Python is one of the most popular programming languages, and the demand for individuals with Python skills continues to grow. This course takes you from zero to programming in Python in a matter of hours—no prior programming experience is necessary! You’ll begin with Python basics, including data types, expressions, variables, and string operations. You will explore essential data structures such as lists, tuples, dictionaries, and sets, learning how to create, access, and manipulate them. Next, you will delve into logic concepts like conditions and branching, learning how to use loops and functions, along with important programming principles like exception handling and object-oriented programming. As you progress, you will gain practical experience reading from and writing to files and working with common file formats. You’ll also use powerful Python libraries like NumPy and Pandas for data manipulation and analysis. The course also covers APIs and web scraping, teaching you how to interact with REST APIs using libraries like requests and extract data from websites using BeautifulSoup. You will practice and apply what you learn through hands-on labs using Jupyter Notebooks. By the end of this course, you’ll feel comfortable creating basic programs, working with data, and automating real-world tasks using Python. This course is suitable for individuals interested in pursuing careers in Data Science, Data Analytics, Software Development, Data Engineering, AI, and DevOps and a variety of other technology-related roles.
Coursera
Automate ML Pipelines for Peak Performance
This course teaches you how to build a fully automated machine learning pipeline using scikit-learn. You will learn to scale numeric features, encode categorical variables, train a logistic model, and optimize it using GridSearchCV. The course then guides you in packaging the workflow as a reusable module that fits real-world ML engineering and MLOps practices. Through concise videos, structured readings, two 15-minute Coach interactions, a combined 25-minute hands-on activity, and a 45-minute ungraded lab, you will practice constructing and refining an end-to-end pipeline. By the end, you will have a polished, automated workflow you can reuse, adapt, and integrate into your ML projects or production systems.
IBM
Information Technology (IT) Fundamentals for Everyone
This course will guide you through fundamental concepts and skills to confidently navigate various aspects of IT and the digital world. You will be introduced to the vast field of IT, covering a wide range of topics to build your IT knowledge. You will delve into hardware, operating systems technology, software, programming, databases, networking, storage, cybersecurity, cloud computing, and support and operations. Designed to summarize the IT Fundamentals and Cloud specialization courses, this course is ideal for individuals seeking non-IT practitioner roles, such as project managers. It provides essential insights into the IT field, equipping you to collaborate effectively with IT teams and make informed decisions within your role. Each lesson contains materials such as hands-on labs and interactive activities to practice your newfound skills, glossaries to help you learn new vocabulary, as well as practice and graded quizzes to assess what you’ve learned. If you seek a non-technical role in the IT industry, this course provides you with a strong foundation so you can thrive in the ever-evolving IT landscape.