Markdown is great for generating HTML, but what if you want a PDF? Here are three quick ways to get it done.
Series: Coding Tangents
What are your thoughts on code commenting? I bet you have a few. Here are some that I found in the community.
One of my students asked me to write up an article on how to pick up Python as a Java developer, so I did.
When 87% of your students miss a quiz question, it's up to you to make some sense of it. For instance, you might make an entire article about Java iterators.
A lot of students run into trouble when they're asked to complete a programming project from scratch for the first time. Here are some tips!
The remainder operator is a staple in Java, but did you know it works on doubles as well? Now, you know!