You are here |
www.mbid.me | ||
| | | |
andreabergia.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | Review what the React Context API is, when you should use it to avoid prop drilling, and how it compares to Redux. |