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.

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)

May 3rd 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 [...]

How Diffusion Models Work (Coursera)

Apr 30th 2024
How Diffusion Models Work (Coursera)
Free Course
Categories
Effort
Languages
In How Diffusion Models Work, you will gain a deep familiarity with the diffusion process and the models which carry it out. More than simply pulling in a pre-built model or using an API, this course will teach you to build a diffusion model from scratch.

Prepare for AZ-204: Developing Solutions for Microsoft Azure (Coursera)

Microsoft certifications give you a professional advantage by providing globally recognized and industry-endorsed evidence of mastering skills in digital and cloud businesses.​​ In this course, you will prepare to take the Exam AZ-204: Developing Solutions for Microsoft Azure. In this course, you will refresh your knowledge of hall phases [...]

Building Scalable Java Microservices with Spring Boot and Spring Cloud (Coursera)

Apr 30th 2024
Building Scalable Java Microservices with Spring Boot and Spring Cloud (Coursera)
Course Auditing
Categories
Effort
Languages
"Microservices" describes a software design pattern in which an application is a collection of loosely coupled services. These services are fine-grained, and can be individually maintained and scaled. The microservices architecture is ideal for the public cloud, with its focus on elastic scaling with on-demand resources. In this course, [...]