How to Get Started With JAMStack

How to Get Started With JAMStack

ยท

2 min read

Today I will be talking about JAMstack, why JAMstack, and how you can get started with JAMstack.

What is JAMStack?

Jamstack is an architecture designed to make the web faster, more secure, and easier to scale. It builds on many of the tools and workflows which developers love, and which bring maximum productivity.

The core principles of pre-rendering, and decoupling, enable sites and applications to be delivered with greater confidence and resilience than ever before.

JAMstack is a software architecture and philosophy that adheres to the following components: Javascript, APIs, and Markup as the name imply โ€œJAMโ€.

Why JAMStack?

Security

Serving pages and assets as pre-generated files allow read-only hosting reducing attack vectors even further.

Scale

When sites can be served entirely from a CDN there is no complex logic or workflow to determine what assets can be cached.

Performance

Jamstack sites remove the need to generate page views on a server at request time by instead generating pages ahead of time during a build.

thinking

No !!! ๐Ÿ˜Š

Maintainability

A pre-generated site, being served directly from a simple host or directly from a CDN does not need a team of experts to "keep the lights on".

Portability

Jamstack sites are pre-generated. That means that you can host them from a wide variety of hosting services and have a greater ability to move them to your preferred host.

Developer Experience

Jamstack sites can be built with a wide variety of tools. They do not depend on proprietary technologies or exotic and little known frameworks. Instead, they build on widely available tools and conventions.

What makes up JAMstack?

thinking

jam

OLD vs NEW Architecture

vs

you can do it

of course, ๐Ÿ˜‰ let's proceed.

Static Site Generator

you can do it

Headless CMS

you can do it

SOME JAMStack SITES

My Portfolio

Free Code Camp

JAMstack Site

learn

RESOURCES TO LEARN

Check out this awesome Repo for amazing resources to learn more.

Its open Source, Feel free to contribute ๐Ÿ˜Š

Thank you.

you can also reach out to me on Twitter.

ย