Articles

Make Getting Things Done Your Own and Stay Sane

May 5, 2020 · 2 min read
I have a love/hate relationship with Getting Things Done. It has massively increased my productivity. GTD basically means...

What Every Junior Developer Should Learn About Software Security

May 1, 2020 · 6 min read
Is your code secure? Encryption, hashing, API security, SQL injections, CSRF, XSS, DOS, HSTS, RBAC, .... Oh my. When I started my programming journey, I didn't even know that I should care about software security.

A Letter to Our New Junior Developer

April 28, 2020 · 2 min read
Dear junior. Welcome to your new team! This first year will be overwhelming. You’ll learn so many new things that it will blow your mind every day for the first few weeks.

Why you should contradict your client (and how to do it)

April 24, 2020 · 3 min read
Have you ever been frustrated because of your client? Most of us have. Whether the client wants a feature that doesn't make sense or demands an impossible deadline.

My Top 6 Docker Hosting Providers

April 21, 2020 · 3 min read
You may want it cheap and easy. Or you have complex requirements. For each taste, there exist Docker hosting providers out there.

How to Get the Most out of Code Reviews

April 17, 2020 · 3 min read
Reviewing code takes time. Do you use this time to your best advantage? Code reviews provide an outstanding opportunity to learn so many valuable skills…