Jeroen Degloire
Jamstack is a modern architectural approach to Web development. The term "Jamstack" stands for JavaScript, APIs and Markup. Instead of a traditional server-side rendering (SSR) approach, where the server dynamically generates HTML pages, Jamstack uses pre-generated static files. These files are built in advance and served at runtime, making Web sites faster and more secure.