• 7 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle











  • I am learning Python, R, and SQL

    SQL is an excellent skill to invest in. Even though your current role doesn’t allow you to use it, there’s no substitute when pulling data from a relational db.

    It sounds like you’re currently focused on data quality. Automatic data quality checks are common features of (good) data workflows so this could be spun as relevant experience if you end up seeking a role writing data transformation code.



  • Devops is not a position in itself. It’s supposed to be a software development and operations philosophy

    This is the definition I know but unfortunately the term seems to have become a modern synonym for system admin/engineer.

    Such a role might still provide valuable experience for a backend dev if there’s an opportunity to write production code for internal tools as well.

    Developers at my company need to have a deep understanding of the environments they deploy onto (microservices, scheduled workflows, etc.) which can include configuring canary testing, rolling deployments, status probes, setting up and using monitoring, and very occasionally intervening to restart or redeploy running software. But these are secondary skills compared to writing code.