Explore >> Select a destination


You are here

www.learnwithjason.dev
| | codewithstyle.info
4.4 parsecs away

Travel
| | In one of my recent post I compared two different approaches that authors of Scala and C# chose to solve the same problem. This post is based on the s
| | blog.risingstack.com
3.4 parsecs away

Travel
| | This post covers what tools and techniques you have at your disposal when handling Node.js asynchronous operations. Learn how to avoid the callback hell !
| | andreabergia.com
3.7 parsecs away

Travel
| | Error handling is a fundamental aspect of programming. Unless you are writing hello world, you will need to handle errors in your code. In this post, I will discuss a bit the most common approaches used by various programming languages. Return error codes This is one of the most ancient strategies - if a function can fail, it can simply return an error code - often a negative number, or null.
| | raganwald.com
22.9 parsecs away

Travel
| [AI summary] The article explores the concept of functions in JavaScript, emphasizing their elegance and flexibility in combination. It discusses various challenges such as the `new` keyword, `this` handling, and array/object access, and provides solutions using adaptors and wrappers to convert these into regular function calls. The text also touches on the importance of tooling and naming conventions for managing different function types, and highlights the value of functional programming approaches in JavaScript.