Max Sadrieh

Results 9 issues of Max Sadrieh

The error chapter is very focused on throwing and catching exceptions, but that is one way out of many that errors have been and are being dealt with (and one...

I’ve mentored a few software engineers (out of college and out of boot camps) and I’ve noticed that the sheer _amount_ of things it seems you must know is very...

With the caveat that introductory chapters should simplify things by omitting some information, I think it’s too inaccurate to call Docker a VM-related tool. Containers don’t run entire OSes but...

It seems a bit contradictory to recommend the MIT license in one paragraph (very unrestricted) and then laud the Hippocratic license in the next (quite restrictive). In particular, MIT licensed...

I noticed you recommend people use `git restore` to restore versions of files from previous commits but you recommend `git checkout` to switch to a new branch. Should this be...

The description of the Y axis seems incorrect.

In addition to looking for Symbol.iterator, look for custom property `"_es6-shim iterator"`. This property is added by es6-shims to iterables in environments where `Symbol` is not natively supported. Add a...

After a clean `git clone` and `bundle install`, running the following gives: ``` $ bundle exec ./bin/schema You should include GLI::App instead GLI.run no longer works for GLI-2, you must...

Hello, I’m an early reviewer of the book. A few minor fixes: - Searching throws a 500 because some of the mock data has `null` values. Added a check for...