Why you should consider testing the code of your MVP
May 03, 2020 • #ProductivityI have a strong opinion about testing. I think test are a really important part of creating software. People often feel like it's a waste of…
Programming memes are wrong
April 05, 2020 • #ProductivityI'm on Reddit. A lot. Maybe too much. Like a lot of programmers, I follow /r/ProgrammerHumor and have a good laugh. But there are some…
Profit from the quarantine and become a better developer
March 18, 2020 • #ProductivityEveryone seems to be stuck home. The virus leaves you no option for outdoor activities and you start getting bored after several afternoons…
On-premises vs SaaS vs internal tool, what to consider before making a decision!
March 10, 2020 • #ProductivityWhether you are starting a tech business or already have one, you will often have to rely on software that is not directly related to your…
Add a GraphQL schema for your Gatsby project in Webstorm (JetBrains IDE)
February 16, 2020 • #GatsbyJS, #ProductivityThe JS GraphQL plugin for JetBrains IDEs like Webstorm is very helpful when you are writing your GraphQL queries. But I encountered a…