Articles by Tag #callbacks

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering Asynchronous Operations in Node.js: Practical Strategies and Examples

Discover the primary techniques for handling asynchronous operations in Node.js, including callbacks, promises, and async/await. Includes actionable strategies and code examples.

Learn More 1 0Dec 8 '25

Callbacky - bring callbacks to simple Ruby objects

Hey folks! 👋 I just released a tiny Ruby gem called callbacky that brings declarative lifecycle...

Learn More 1 0Jun 3 '25

What Is a JavaScript Callback?

A JavaScript callback is a function passed to another function, invoked after an operation finishes to process results asynchronously.

Learn More 0 0Jun 26 '25

Functional Strategy Pattern: Unlocking Clean Code with Higher-Order Functions and Callbacks

2. What is the Strategy Pattern? The Strategy Pattern is a behavioral design pattern that...

Learn More 1 0Aug 6 '25