In the field of data science, the volumes of data can be enormous, hence the term Big Data. It is essential that algorithms operating on these data sets operate as efficiently as possible. One measure used is called Big-O time complexity. It is often expressed not in terms of clock time, but rather in terms of the size of the data it is operating on. For example, in terms of … [Read more...] about Big-O Time Complexity in Python Code
Computer Science
Advanced System Security Topics
In this MOOC, we learn RBAC and ABAC access control to facilitate the specification and management of access policies. We learn examples of how RBAC is supported by modern systems such as Docker and AWS IAM. We learn XACML 3. 0 and an ABAC implementation for controling secure access to web documents and network resources with attribute certificates, and XACML architecture … [Read more...] about Advanced System Security Topics
Fundamentals of Graphic Design: Build your own Logo Design
In this 1-hour and 30 mins long project-based course, you will learn how to create a logo for your brand, campaign, or business using Inkscape. Additionally, you will be able to incorporate colors, texts, and images that reflect your brand identity and convey your message to your audience. You will be able to create a very simple logo that is attractive, inviting, and easily … [Read more...] about Fundamentals of Graphic Design: Build your own Logo Design
Consume an API with React using Apollo and GraphQL
By the end of this project, you will consume an API using GraphQL along with Apollo. GraphQL is a more flexible replacement for REST API. Apollo is used to simplify state management. … [Read more...] about Consume an API with React using Apollo and GraphQL
Foundations of Cybersecurity
This is the first course in the Google Cybersecurity Certificate. These courses will equip you with the skills you need to prepare for an entry-level cybersecurity job. In this course, you will be introduced to the world of cybersecurity through an interactive curriculum developed by Google. You will identify significant events that led to the development of the … [Read more...] about Foundations of Cybersecurity