Contribute to Open Source (It's Easier Than You Think!)

November 27, 2020 · 2 min read
If you're a developer, I'm 100% sure you're using open source projects. Libraries, plugins, your programming language, maybe even your IDE or your OS. Let's take a quick look at why you should contribute to open source (even if it's just a little), and how you can do it (even if you're not a developer).

7 Software Engineering Articles Every Developer Should Read

November 20, 2020 · 5 min read
There are myriads of articles online about software engineering. You encounter dozens of them every day, and every time you decide to either read that article or not. Like any profession, software developers do a much better job when they get the basics right.

Vue Components in Markdown With Vue Remark [Gridsome Guide]

November 13, 2020 · 3 min read
Have you ever wondered how you can get dynamic content inside your blog posts? Stuff like CodePens, image carousels, or quizzes? That's totally possible in Gridsome with markdown posts.

How to Add Storybook to Gridsome [2020 Guide]

November 6, 2020 · 2 min read
Storybook enables component-driven development for frontend teams. This allows you to build high-quality components by thinking about their structure and interface before integrating them into the app. Let's integrate Storybook (6.0.28) with Gridsome (0.7.22) and see how we can use them together.

The Symptoms of Information Overload – And How To Prevent It

October 30, 2020 · 2 min read
We're always connected. All the time. As modern humans, there is always something calling for our attention. Although it is enjoyable to “do” something all the time, being this kind of busy leads to stress.

5 Content Editing Options For JAMStack Sites

October 23, 2020 · 2 min read
When you have a JAMStack website, you need some way to edit your content. In this article, we‘ll go over the different options you have, so you can find the editor that best suits your content workflow.