Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Vue framework is great. (Score 1) 72

At best, this statement is a gross oversimplification (that React/Vue "wrap" HTML) and at worst, completely wrong. React provides a construction library for the creation of a virtual DOM (which is not the same thing as HTML), and allows changes to the virtual DOM to reconciled with the actual DOM. Vue also uses a virtual DOM, but I have less experience with Vue and so can't speak authoritatively. React also provides a small-footprint programming paradigm and lifecycle management (again, similar to Vue).

There's a lot to like about Vue, but having used both, my team abandoned Vue for React, and have found much higher productivity and developer satisfaction with the latter.

Comment Re:"e": The Story of A Number (Score 1) 630

I second this recommendation; Eli Maor's book one of the best math books I've ever read. The specifics of some of the math presented are going to be beyond the skills of most HS students, but understanding the math is not critical to enjoying the history. I've found that math history is a good way to get students engaged in math. So often, concepts in math are presented in a way that makes them seem like they were handed down to us by the gods at the dawn of time. My experience is that students become a little more interested when they realize there was a real person (or persons) behind any given concept, and sometimes, the skills they're learning, were completely unknown to anyone on earth 500 years ago.

In this vein, I would also recommend Charles Seife's "Zero". The math in this book is much more accessible (should prove no problem for HS students), yet it drives home some very important ideas that are crucial to understanding higher math.

Slashdot Top Deals

Of course you can't flap your arms and fly to the moon. After a while you'd run out of air to push against.

Working...