Article Python gotchas for JavaScript developers Python and JavaScript are close languages, yet they have a couple of surprising differences. In this article I list and explain a few of them
Article We moved to async stand-ups and never looked back I tried improving stand-ups in 3 different companies. Here's how it went and why I believe async stand-up is a good idea
Article How to mentor bootcamp graduates This post was inspired by "How Dev Bootcamps Are Failing Their Students" by Tyler Hawkins (and yeah, I started writing it 3 months ago, something something about unfinished projects). Software
Article Beyond semantic versioning An idea on how to improve software versioning and managing dependencies came to my mind a few days ago. I'm yet to figure out how it would exactly work, but I thought I'd share it first.
Article Why Python has won among dynamic languages Recently I've been reflecting on the (loosely defined) quality and popularity of programing languages. Despite growing appreciation for static typing and compilers (whether in fully-compiled languages like Java or with
Article 12 ways to call a method in Ruby A fun little experiment where I try to call the same method in Ruby in as many ways as possible