https://www.sitepoint.com/d3-js-data-visualizations/ ᔥ
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
https://www.sitepoint.com/d3-js-data-visualizations/ ᔥ
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
I sent this to a friend of mine whose young son is interesting in learning about programming.
Hopscotch (https://www.gethopscotch.com/) is a coding app for the iPhone or iPad. It looks pretty cool.
Scratch Jr. (http://www.scratchjr.org/) is an app to help introduce kids ages 5-7 to programming. It runs on tablets.
The full version of Scratch (https://scratch.mit.edu/) is a bit more powerful, but requires a PC. It’s for kids ages 8-16.
Code.org (https://code.org/) is a good resource, but there’s a lot of stuff there.
You can build real games with Stencyl (http://www.stencyl.com/). It’s kind of advanced but it might be a good option if he outgrows some of the simpler teaching tools. I would have gone nuts on this if it had existed when I was a kid, but I was a weird kid.
https://medium.com/@rafgarcia/four-things-to-do-as-soon-as-you-sign-up-for-aws-5c095097679f
I ran through this with my AWS account.
http://peterlyons.com/problog/2015/12/command-line:-newbie-to-ninja
This has some useful tips. I might share this with some of the folks on my team at work.
http://darian.af/post/the-anatomy-of-a-golang-project/
This tutorial is about taking the next steps: building robust projects that are fully documented, tested, and usable by the Go community.
http://martinfowler.com/articles/refactoring-pipelines.html
This is a nice, long tutorial on refactoring loops to collection pipelines.
https://www.bignerdranch.com/blog/building-an-ios-app-in-rust-part-1/
In case you can’t tell, I’m on a bit of a roll with Rust this week. I wish it had existed when I was in college. It would have made my life so much easier and spared me so many memory leaks and core dumps.