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.
October 9, 2020 · 2 min read
I didn't learn programming during my CS degree at University. Yes, we had programming courses. But even though I learned a whole lot about computer science, I didn't get my programming skills (which now pay my bills) from University. Here's how I learned programming, and what I'd do differently in retrospect.
October 2, 2020 · 1 min read
You want to learn web development. And you wonder where to start.Frontend development, backend development, or should you dare to try learning both and become fullstack? Here‘s the advice I‘d give my 8 years younger self
September 25, 2020 · 2 min read
We started with Storybook one month ago, and I love it. Now, whenever I'm developing components for our React application, I first integrate them into storybook instead of the app itself. Before I explain why, let's first look at what Storybook is.
September 18, 2020 · 1 min read
You're doing one of the many programming courses and wonder: "How can I accelerate my learning?" Here's the approach I took.
September 11, 2020 · 2 min read
We have separate pages for our tags, great! But they are all the same. How can we add text to the tag pages, so we can let our readers know more about them? Here's a simple way.