Live data from Hacker News

WTF is JAMstack?

jamstack.wtf

1–10 of 52 posts

Re: WTF is JAMstack?

#5
post #4

When did "deploy" become a noun? I always considered it only as verb. Can someone enlighten me?

It didn't. They are shortening "deployment" to "deploy" for unknown reasons when they say: "Atomic deploys - Each deploy is a full snapshot of the site"

Not that weird though. We've, for example, turned "build" into a noun.

Re: WTF is JAMstack?

#7
post #4

When did "deploy" become a noun? I always considered it only as verb. Can someone enlighten me?

I can think of other -ment words that get shortened like that in just some online games I've played: "I need to change my equip[ment]", "my invest[ment] made money", "who's your replace[ment]?", "which adjust[ment] do you have on your rig?", etc.

Re: WTF is JAMstack?

#8
post #5
post #4

When did "deploy" become a noun? I always considered it only as verb. Can someone enlighten me?

It didn't. They are shortening "deployment" to "deploy" for unknown reasons when they say: "Atomic deploys - Each deploy is a full snapshot of the site" Not that weird though. We've, for example, turned "build" into a noun.

Perhaps, ahem... "buildment"?

But no, apparently "build" has been screwed up since the 1660s[1].

[1] https://www.etymonline.com/word/build#etymonline_v_18047

Re: WTF is JAMstack?

#9

Am I missing something or is this just a plain old normal static website?

You are missing something. Your content is dynamic but the html markup is generated ahead of time and served from CDN. The difference to static site is that your content lives in a CMS server + APIs and is not embedded in your codebase. Your codebase contains just the layout and components etc. without content. You can use all modern methods and frameworks such as React, but the final website is just html.
Post reply on HN