Computer Science

Sort options

Introduction to dApp Development with Solana AnchorLang (edX)

Self Paced
Introduction to dApp Development with Solana AnchorLang (edX)
Course Auditing
Categories
Effort
Languages
Master Blockchain principles, Encryption techniques and the art of developing smart contracts. Unlock new opportunities for your career in Smart Contract and dApp Development.

Smart Contract and dApp Development with Rust (edX)

Self Paced
Smart Contract and dApp Development with Rust (edX)
Course Auditing
Categories
Effort
Languages
Master Blockchain principles, Encryption techniques and libraries, along with the art of developing smart contracts and decentralized applications. Unlock new opportunities for your career in Smart Contract and dApp Development.

E-Payment (edX)

Self Paced
E-Payment (edX)
Course Auditing
Categories
Effort
Languages
Master the technologies behind e-payment systems and learn about their security mechanisms. Electronic payments have become an integral part of our daily lives. This in-depth course is designed to give students a thorough grasp of various e-payment systems, their underlying technology, and the security measures and regulations that ensure [...]

Cybersecurity and Privacy in the IoT (edX)

Learn about the security and privacy implications of the IoT and how to design a secure system. As the Internet of Things (IoT) continues to grow so will the number of privacy and security concerns and issues. As a professional working in the field, it is essential to understand [...]

IoT Programming and Big Data (edX)

Learn how to apply software solutions for different systems and Big Data needs to your IoT designs. The Internet of Things is creating massive quantities of data, and managing and analysing it requires a unique approach to programming and statistics for distributed data sources.

Preparing for the Google Cloud Professional Data Engineer Exam (Coursera)

From the course: "The best way to prepare for the exam is to be competent in the skills required of the job." This course uses a top-down approach to recognize knowledge and skills already known, and to surface information and skill areas for additional preparation. You can use this [...]

Approximation Algorithms (Coursera)

Apr 5th 2024
Approximation Algorithms (Coursera)
Course Auditing
Categories
Effort
Languages
Many real-world algorithmic problems cannot be solved efficiently using traditional algorithmic tools, for example because the problems are NP-hard. The goal of this course is to become familiar with important algorithmic concepts and techniques needed to effectively deal with such problems. These techniques apply when we don't require the [...]

Unordered Data Structures (Coursera)

The Unordered Data Structures course covers the data structures and algorithms needed to implement hash tables, disjoint sets and graphs. These fundamental data structures are useful for unordered data. For example, a hash table provides immediate access to data indexed by an arbitrary key value, that could be a [...]

Ordered Data Structures (Coursera)

In this course, you will learn new data structures for efficiently storing and retrieving data that is structured in an ordered sequence. Such data includes an alphabetical list of names, a family tree, a calendar of events or an inventory organized by part numbers. The specific data structures covered [...]

Object-Oriented Data Structures in C++ (Coursera)

This course teaches learners how to write a program in the C++ language, including how to set up a development environment for writing and debugging C++ code and how to implement data structures as C++ classes. It is the first course in the Accelerated CS Fundamentals specialization, and subsequent [...]