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.
November 13, 2020 · Updated February 17, 2021 · 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.
November 6, 2020 · Updated January 23, 2021 · 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.1.15) with Gridsome (0.7.23) and see how we can use them together.
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.
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.
October 16, 2020 · 2 min read
As software developers, we have powerful tools we sometimes don‘t think of. A few days ago I was waiting for a press release on local government‘s website. I knew the day, but not the time that the update should come. So I wrote a BASH script.