Explore >> Select a destination


You are here

www.hughrawlinson.me
| | andreabergia.com
4.2 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.
| | guido.io
2.6 parsecs away

Travel
| | How to use the Stripe API without Node.JS in a type safe way
| | www.mbid.me
3.5 parsecs away

Travel
| |
| | margint.blog
24.7 parsecs away

Travel
| If you're a senior software engineer or data scientist, you might wonder what the next career step is. Some companies offer an "individual contributor" track, which is called principal, or staff, and that may seem like an attractive alternative to becoming a manager. I have worked in this role both at Zalando and now GetYourGuide,...