Explore >> Select a destination


You are here

www.mbid.me
| | andreabergia.com
11.4 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.
| | www.peterbe.com
10.9 parsecs away

Travel
| | When you save a record in Dexie.js, its payload is sent to the server for backup, and once that works, the record in Dexie.js is updated to indicate that it successfully synced.
| | dusanmitrovic.rs
10.3 parsecs away

Travel
| | I always wanted to add support for comments on my blog. I just couldn't find a convinient way to go about implementing them, until I joined Mastodon!
| | blog.logrocket.com
89.7 parsecs away

Travel
| Review what the React Context API is, when you should use it to avoid prop drilling, and how it compares to Redux.