Configuring JavaScript Web Applications

I wrote the post below almost a year ago in October 2017, but it’s still the approach that I tend to use so I think it’s worth posting here. I’ve made some minor edits for clarity. When creating a web site with meaningful functionality (not just static pages) it’s currently very popular to use a Single Page Application (SPA) approach. These SPAs are mostly written in Javascript (or something that compiles to it).…

Keep reading

Obligatory First Post

Hello! I’m Jono and this is my blog. Creating a blog is something that’s been in the back of my mind for quite a while, and finally here it is. I’m not really sure what it will turn out like, but unless I actually do it, I’ll never know! This is quite a simple setup (for now, at least) - I’m using Hugo1 to generate a static website from markdown files, which is then hosted by Netlify.…

Keep reading