New Year with JAMstack
The JAMstack is a relativity new concept in web development, and it caught my attention because of the simplicity and speed at which pages load.
I developed a simple service that provides a headless RESTful API to create, read, update, and delete blog posts.
I also wrote a user authentication package that uses bcrypt for password hashing and JSON Web Tokens for API authentication.
The front-end uses basic HTML and CSS along with vue.js and vanilla JavaScript.
The front-end is hosted for free with SSL on GitHub Pages.
The API and front-end source code are all open source, and you can see the roadmap for the API in the README on GitHub.
Leave a comment