Interesting Articles
This web page is deprecated.
Please see the main page for Fundamentals I.
Functional at Scale, which is Twitters explanation why it is rapidly moving in the direction of functional programming
React, which is Facebook’s explanation why it built React, a functional – now open-source – JS framework for web clients, which is rapidly spreading to other companies
10 resume do-s and don’t-s for developers is something that is useful for your first co-op interview and will become truly relevant as you approach graduation
8 Some Technical Material on JSON
the original definition; you may wish to study the way people wrote data definitions in the "olden days"
You may wish to contrast that with an excerpt from the Java specification, whose language of definition is much closer to those of our data definitions;
a recent blog post on programs that turn JSON into data representations (parsers); this one is for nerds and people who think reading lines of texts is a good idea in a first course on programming.