Tag: development

  • I released Knot, a read later app for iOS

    I released Knot, a read later app for iOS

    Reading Time: 3 minutes Knot is a free, offline read later app for iOS that helps users manage links they want to read later. It allows users to customize reading times and sends notifications accordingly. The app offers a simple solution for organizing saved links.

  • Presumed technical debt: how to recognise it and avoid it

    Presumed technical debt: how to recognise it and avoid it

    Reading Time: 7 minutes The programming community unanimously considers technical debt an aspect of our work to keep under control and reduce. Personally, I’ve been vocal about the perils of technical debt in one of my early blog posts about the organizational issues it can cause. While I still stand by the majority of what…

  • How to miss a delivery date

    How to miss a delivery date

    Reading Time: 2 minutes Estimating a delivery date is hard. Missing it, on the other hand, is quite easy. When it happens try not to focus on pleasing stakeholders by committing to a new date that is very close to the original one.

  • Yes, TDD slows you down

    Yes, TDD slows you down

    Reading Time: 3 minutes TDD is a strict software development methodology that might make you feel as if you’re doing things slower than you actually could. Is it a bad thing?

  • The Mythical DevOps Engineer

    The Mythical DevOps Engineer

    Reading Time: 8 minutes I’m always a little suspicious of job specs looking for the so-called DevOps Engineer role. They often mention a vast variety of duties and responsibilities. Are they hiring for a single role or a whole team? Roles having DevOps in their title hardly share the same meaning. They often have something…

  • Testing LiveData on Android

    Testing LiveData on Android

    Reading Time: 3 minutes Testing LiveData represents an interesting challenge due to the peculiarities of its technology and the way it eases development for your Android app. I’ve recently started to build an Android app to keep motivated on my journey to learn Kotlin. My most recent experience has been with Architecture Components and this…

  • Email development with React and Webpack

    Email development with React and Webpack

    Reading Time: 5 minutes Email development is often an overlooked practice due to the peculiarities and constraints that most email clients impose. If you want to deliver a delightful user experience to your product you have to maintain its design consistent across all the media it is consumed from. An email is one way your…