Popular Posts
About Me
Say Hi!
RSS
Join other leaders who get early access to new management and leadership articles.
Fostering strong engineering cultures in distributed organizations
10 July 2020 | on Learning, Programming
I often talk to engineers who feel stuck in their current position and struggle to get much progress on getting promoted. They believe they have what →
26 May 2020 | on General
The infamous red dot associated with notifications makes us reactive. We see a notification and we tend to drop what we are doing to look at →
16 May 2020 | on Management, Leadership
I often talk to engineers who are interested in making the big jump to management and becoming engineering managers, but they're not sure if →
09 May 2020 |
An important part of your work in software engineering is to provide estimates or level of effort to your stakeholders: your boss, your peers, and your →
16 April 2019 | on Leadership, Management
I recently listened to a Tim Ferriss podcast interview with Safi Bahcall, a physicist turned biotech entrepreneur, where Bahcall was talking about system mindsets and it →
11 February 2019 | on Leadership, Management
Having transitioned to an Engineering Management role 6 months ago, one of the biggest challenges I had to overcome was learning not to immediately share my →
09 October 2017 | on Programming, Learning
As we all know, the web ecosystem evolves constantly and new libraries / frameworks pop left and right, which makes it extremely hard for developers to stay →
05 September 2017 | on Programming, Javascript
If you use Redux, you’ve most likely used redux middleware before through - for example - redux-thunk, redux-promise-middleware, redux-saga or redux-logger. These are important middleware →
15 August 2017 | on Programming
An important concept to keep in mind when designing web applications is that business rules must be enforced on the backend, by the API. In this →
26 July 2017 | on Programming, Javascript
Apple officially prevents http requests in iOS apps since January 2017 through the App Transport Security (ATS) protocol. Although ATS has been around for a little →