A networking device that forwards data packets between computer networks, typically using routing information to determine the best path for transmission.
"The router directs internet traffic between devices on the local network and the wider internet."
A globally recognized certification offered by the Project Management Institute (PMI) that validates a person's ability to manage the people, processes, and business priorities of a professional project.
"Obtaining a PMP certification can enhance a project manager's career opportunities, salary, and professional reputation."
An anonymous function expressed as a single expression, typically used for short, simple functions that can be defined inline.
"Lambda functions are widely used in functional programming languages and frameworks to perform operations on collections of data."
A cross-platform text editor known for its speed, flexibility, and extensive plugin ecosystem, commonly used for writing code and editing text files.
"The developer configured Sublime Text with custom settings and plugins for maximum productivity."
In programming, a type relationship where a type can be used in place of another type if it is a supertype of that type, opposite of covariance.
"Contravariance is often used in the context of function argument types, where a function can accept arguments of a more generic type than specified."