More Articles
Continue your learning journey with these related articles.
October 10th, 2020
JAMstack development involves creating a template in HTML, CSS, and JavaScript, and managing content using either a CMS or in static markdown files. You can then use a static site generator such as Gatsby or Hugo to build your website.
Read article →July 10th, 2020
A static site generator is responsible for building your website's pages from templates that you write. It uses your content combined with the template to generate static HTML pages. The result is a static website that you can upload to a host like GitHub, Amazon S3, or your own server.
Read article →January 9th, 2020
JAMstack is a technique for building modern websites and apps which are better performing and more secure than traditional systems. JAMstack generally uses a combination of JavaScript, APIs, and prebuilt markup to generate pages without the need for a web server.
Read article →