
Stefan Dorresteijn
I'm a lightly bearded author, software architect, startup CTO and gamer. I run PodShare.io.
Education
Self-Taught
Finding Flow
Finding Flow
3 min read
Hiring Masters
Hiring Masters
4 min read
loading...
Recent comments
[TryHackMe.com] Basic Pentesting Writeup
I actually got to THM through John Hammond's videos!
Have you ever had to take an ethical stand while on the job as a developer?
I feel like they really did try to do that by the way, they j...
Have you ever had to take an ethical stand while on the job as a developer?
I once left a company I was CTO of and had shares in because ...
How to add jQuery to Vue
But... why? This is exactly what you shouldn't be doing in an...
10 rules of a successful meeting in a tech company
I'd add "Make sure every item in the agenda has a time limi...
When a Promise falls in your app and no one is there to catch it, does it error? 🤔
window.onunhandledrejection = function (error) { consol...
React, when to use propTypes what are the best practices?
I think it's nice not to break an app, but when a developer...
Structuring store with the right feet using vue/vuex
Solid guide! I would warn people not to get too complex wit...