Simple Explanations

Things are complicated enough as they are. Here is a curated list of “simple explanations” (of programming concepts) I’ve prepared. I hope you find it useful:

Read More

On Javascript Frameworks

If you’re writing some javascript and then suddenly discover that you need to add some nodes / HTML to your webpage, need not be taken from the server, what are you meant to do? Basically, you need to render some HTML from your javascript code. Where will this HTML come from?

Read More

CSS Notes

The following are basic notes re: CSS, written primarily for my own benefit.

Read More