OLOliver Lundintechthatconnect.hashnode.dev·Dec 22, 2022 · 3 min readA Brief History of JavascriptSo what is javascript? JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. That's a mouthful and it doesn't really matter if...00
OLOliver Lundintechthatconnect.hashnode.dev·Nov 7, 2022 · 3 min read11ty my SSG of choiceSo last time we covered what an SSG is and why you might want to use one. Now let's get more specific and talk about 11ty. Eleventy was originally pitched as a javascript alternative to jekyll. The site generator is created using node.js by Zach Leat...00
OLOliver Lundintechthatconnect.hashnode.dev·Oct 29, 2022 · 3 min readStatic Site Generators(SSG)What is a static site? Before we can generate one we should first know what it is. A static webpage is one that all HTML files are rendered and ready to serve upon request. This is in contrast to dynamic websites where parts or all of the site are g...00
OLOliver Lundintechthatconnect.hashnode.dev·Oct 6, 2022 · 2 min readI am making a websiteI have been learning web development on my own for about a year and want to see a project through from start to finish. I always loved writing as a kid and a blog site appeared simple enough. It will be a place to collect my thoughts and hopefully he...00