Web
Data
Infrastructure
Tools
Practices
100

What query language does Prisma use to communicate with databases?

SQL

100

This opinionated code formatter supports many languages and integrates with most editors. The main goal is to remove original styling and ensure that all outputted code conforms to a consistent style.

Prettier

100

DataLoader is often used to implement this common technique when accessing a data store.

Batching

100

This feature of Bottleneck prevents a function from being called more than once every X milliseconds.

debouncing

100

What is the equivalent of 'shouldComponentUpdate' in functional components that use hooks in React.js?

React.memo

100

This high performance, open-source universal RPC framework was originally developed by Google.

gRPC

100

What type of data was Apache Spark originally designed to process?

Big Data

100

This Neo4j extension allows graph processing and analysis algorithms to be executed within the database.

Graph Data Science Library (GDS)

100

TensorFlow's high-level API that provides implementations of many different model types.

Estimator

100

This PySpark action is used for aggregating the elements of each partition and then the results for all the partitions

reduceByKey()

100

the make ___ command executes every target in a Makefile.

make all

100

Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as ____.

Code

100

This Google Cloud service is a scalable, fully-managed NoSQL document database for web, mobile and server applications.

Firestore

100

Grafana dashboards are built using this building block, which can be a graph, singlestat, gauge, table, or heatmap among others.

Panel

100

This is the security risk at the top of the OWASP Top 10 list as of 2021

Injection

100

This communications software company headquartered in San Jose, California provides videotelephony and online chat services through a cloud-based peer-to-peer software platform.

Zoom

100

Apple's system-wide notetaking feature is known as this.

Stickies

100

Keybase provides these two main features: encrypted messaging and file sharing.

True

100

This Desktop HTTP client from Kong lets you send generate code from requests you define in a collection

Insomnia

100

This feature enables developers to refactor their code directly in VS Code.

Refactoring Tools

100

These are digital recordings of computer screen output, also known as video screen capture, often containing audio narration.

Screencast Demos

100

A principle suggesting infrastructure management using software development techniques.

Infrastructure as Code

100

A way of designing systems where the focus is on the domain and domain logic.

Domain Driven Design

100

These items in Story Mapping represent complex user stories that can be broken down.

Epics

100

In 'Strong-style Pairing', who has control over the keyboard and the decisions?

Navigator