Topic Archive

Developer

  • A debugging tale

    ·

    ·

    5 min read

    I ran into an interesting issue debugging the other day … I used isort with pre-commit to automatically sort imports before committing my code. This is a huge time saver and I am very thankful for both tools, as well as black and flake8. They save a ton of time and they instantly boost the […]


  • Stop obsessing about algorithms

    ·

    ·

    1 min read

    We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make efficiency trade-offs.