Tuesday, December 2, 2025

Resources for preparing for SDE2/SDE3 roles

Software Design principals and patterns. (Design Patterns) 

1. https://bytebytego.com/

2. https://refactoring.guru/





No comments:

Post a Comment

Python Dictionary

  Removing Dictionary Items Dictionary items can be removed using built-in deletion methods that work on keys: del :  removes an item using ...