-
Notifications
You must be signed in to change notification settings - Fork 81
Appendix: Interesting Technical (Non DS Resources)
https://dev.to/sedaily/stitchfix-engineering-with-cathy-polinsky
https://dev.to/praxentsoftware/10-ways-to-become-a-better-developer-40f
https://dev.to/grantgumina/what-can-i-do-to-help-my-engineering-team-as-a-pm-5a88
https://dev.to/kamoh/im-hired-now-what-the-new-developers-survival-guide
https://dev.to/logan/questions-i-ask-in-sre-interviews-a9j
https://dev.to/karen_pwhite/why-clean-code-is-empathetic-code-2lkn
https://dev.to/lpasqualis/12-reasons-to-avoid-individual-code-ownership
https://dev.to/rachelsoderberg/writing-good-method-variable-names-47il
https://realpython.com/documenting-python-code/
https://realpython.com/python-coding-interview-tips/
https://realpython.com/python-refactoring/
https://docs.python-guide.org/writing/style/
https://www.builtinla.com/2017/08/10/how-engineering-teams-function
https://wiki.python.org/moin/UsingAssertionsEffectively
https://www.programiz.com/python-programming/assert-statement
https://stackoverflow.com/questions/5142418/what-is-the-use-of-assert-in-python
https://stackoverflow.com/questions/35303332/what-are-preconditions-and-postconditions
https://www.cs.cornell.edu/courses/cs1110/2013sp/materials/definitions.php#postcondition
https://a16z.com/2011/08/20/why-software-is-eating-the-world/
https://www.geeksforgeeks.org/python-output-formatting/
https://swcarpentry.github.io/python-novice-inflammation/08-defensive/index.html