Explore >> Select a destination


You are here

v8.dev
| | andreabergia.com
8.9 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.
| | blog.rafaelgss.dev
21.5 parsecs away

Travel
| | Tech insights on Performance, Security and Node.js from Rafael Gonzaga, Node.js TSC member
| | mathiasbynens.be
9.0 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | bootcamp.berkeley.edu
62.9 parsecs away

Travel
| Artificial intelligence (AI) is an essential element of many software development projects that allows developers to create software that can perceive, learn, reason and solve problems - much in the way a human mind operates. Learning how to apply artificial intelligence is critical for many job roles, especially for those interested in pursuing a career...