Skip to main content

44 docs tagged with "intermediate"

View all tags

Curry Function

Currying is a functional programming technique where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

Event Emitter

EventEmitter is a core Node.js module that facilitates communication between objects by allowing them to emit and listen for events.

Generics

Generics provide a way to create reusable components that work with a variety of types rather than a single one.

Must Do

Essential intermediate-level NodeJS questions.

Must Do

Essential intermediate-level PostgreSQL questions.

Must Do

Essential intermediate-level CSS questions.

Must Do

Essential intermediate-level HTML questions.

Must Do

Essential intermediate-level JavaScript questions.

Must Do

Essential intermediate-level NextJS questions.

Must Do

Essential intermediate-level ReactJS questions.

Must Do

Essential intermediate-level TypeScript questions.

Partitioning

Table partitioning in PostgreSQL allows you to split a large table into smaller, more manageable pieces called partitions.

This Keyword

The this keyword in JavaScript refers to the object that is executing the current function, and its value is determined by how the function is called.