Netlify

タグ「Netlify」の投稿は 3

Spam filter for Netlify form in Gatsby

Spam filter for Netlify form in Gatsby

2020年6月18日☕️ 3 min read

Netlify form is quite easy to build a contact form in serverless architecture like Gatsby. But the free plan only allows 100 submissions a month, so spam filter is really important at this point.

Deploy Static Sites to Netlify by Circle-CI

Deploy Static Sites to Netlify by Circle-CI

2019年6月7日☕️ 5 min read

Back in the 90s’ of the web, about all sites were static. But as web users grow, we want to display rich contents. Then comes up the new architecture — [Front → Server → DB] like LAMP (Linux…