April 2020
Intermediate to advanced
292 pages
6h 50m
English
You can add “Code Sleuth” to your resume after this chapter. Sure, it was a contrived example, but in the process of exploring it, you built quite a few useful debugging capabilities. The tools you built in this chapter will save countless hours for your team members, so way to go.
This chapter was sprinkled with a lot of thought exercises, so let’s add just one coding exercise here. The Admin Portal has a link to “Categories (to do)” under the “Messages” header. That portion of the Admin Portal is not at all done, so work through adding that. It will be very similar in spirit to the “Streams” view that closed this chapter, only instead of counting the individual stream, you’ll need to map each stream to a category. So ...