Save time and money by writing useful bug reports

Bad bug reports are not only annoying because they create a lot of overhead and cost time, but they also indirectly cost money. By considering to add some more information to your next bug report you take a step into the right direction to avoid that.

Continue reading Save time and money by writing useful bug reports

A new home for my articles and future plans

Photo by Anders Jildén on Unsplash

Last week, I created this little personal website which will be the home of all my future posts. As you can see, I already took over all my last articles that I wrote over the last two months. So let’s tell you why I write and what you can expect from my future posts. Continue reading A new home for my articles and future plans

A developer’s way into modern web development

I developed enterprise software (.NET) for about six years, when I started to dive into web development. Today I’m going to tell you about the journey, what I could have done better, and what I plan for the future.

Continue reading A developer’s way into modern web development

How to create responsive UI with styled-components

There are several approaches on creating responsive web apps with ReactJS. Apart from using whole frameworks like Bootstrap, I wanted to create a responsive grid view with styled-components, which was amazingly painless.

Continue reading How to create responsive UI with styled-components

Connecting my app to the HackerNews Firebase API

In my last article, I showed how I built a HackerNews feed with React and styled-components. In the meantime I could connect this little news feed to the official HackerNews Firebase API. Like the last time, I will show you how I did it and what I experienced while doing so.

Continue reading Connecting my app to the HackerNews Firebase API

How to build a simple HackerNews feed with styled-components

Some weeks ago I stumbled over an impressive new library called styled-components. It does not only enable you to write actual CSS in your JavaScript but also binds the styles automatically to ReactJS components. Learn more about this at their official docs and this video.

Being inspired by a blog post from Dave Ceddia about learning while copying existing products, I came up with the idea of building a small story feed for the HackerNews page while trying out styled-components.

Continue reading How to build a simple HackerNews feed with styled-components