Showing posts tagged frontend

Show all posts

post

How to use API keys in client-side Javascript

17 Sep 2020 Javascript 5 min read

Managing API keys in front-end codebases can be a little tricky, especially for people who aren't very experienced with it. Here's an introduction to API keys and an overview of what to do and what not to do when it comes to key management in client-side Javascript.

Read full post
post

Choosing a Static Site Generator

28 Jun 2019 7 min read

When I started building this blog, I knew from the start that I wanted to use a static site generator with markdown files. But I had no idea which SSG I should use. I decided to do a little write-up about my search and my decision to use Gridsome.

Read full post