August 4, 2020 · 1 min read
Why it is important to fix the dependency version in your CI pipeline. And how to do it.
July 31, 2020 · 1 min read
Do you already use Netlify? It’s an awesome service to host static websites on a fast and global CDN. They also offer functions, forms, identity, DNS, automatic HTTPS, and much more.
July 28, 2020 · 3 min read
Sometimes I don’t know what to write. Without a topic to write about, the words don’t flow. That’s where idea generation techniques come into play. After reading this, you will know several techniques to generate fresh ideas for your blog posts.
July 24, 2020 · 2 min read
Until now, our simple blog lacks two important features: posts in draft state, and automatic publishing of blog posts in the future. Let’s explore how to implement both in a few minutes!
July 21, 2020 · 1 min read
Your morning sets the tone for your day. And the most important thing you can manage during the day is your own attention (not your time).
July 17, 2020 · 1 min read
The concept we need for categories and tags in Gridsome is taxonomy pages. Every node in Gridsome's GraphQL Schema has a belongsTo field that shows which other nodes are referencing it.