Small ImprovementsThis week I published the interview I've conducted with Per Fragemann, the founder of Small Improvements.
I've really enjoyed conducting this interview and I believe it is full of insights about starting your own venture in general, as well
as starting out in Berlin.

Check the interview out here

Bonus: JS Debugging Tips!

If you ever had trouble inspecting JavaScript on Chrome/Firefox Inspector (Developer Tools) when it's minified (all in one line),
simply press this button: screenshot3   (on the bottom, called "Pretty Print") - MAGIC!

Also, if you ever want the inspector to stop via JS, just write debugger; wherever you want it to stop in your code, and it will break.