...the following chapters from The Pragmatic Programmer, anniversary edition (in our library): Chapter 1, Topic 3: Software Entropy Chapter 2, Topic 9: The Evils of Duplication Chapter 2, Topic...
Chapter 5, Topic 28: Decoupling (and the Law of Demeter) Read the following chapters from Clean Code (in our library): Chapter 1: Clean Code Chapter 2: Meaningful Names
Web security basics Einführung in die Web Security 🇩🇪 provides essentials for the topic of this card. Read following chapters: (1) Security Principles (3.3) Sessions and Cookies (3.5) Same-Origin-Policy...
...of the previous card - we've got you covered! Let's dive into this topic with a quote: Flexbox is made for one-dimensional layouts and Grid is made for...
...Swinging Pendulum The XKCD about the sandboxing cycle is quite on point on this topic. After the chuckle, read these resources: Pendulum swings by Mark Seemann The Pendulum Swing of...
...faster, but take more time for others. When you feel that you covered a topic sufficiently, move on to the next card, even when there's time left.
Best results in other decks
This checklist should help you to check edge cases that are not part of the default Carrierwave configuration.
If I want to compare changes on a topic branch to master, I find it easiest and safest to do the following: git checkout master git checkout -b trial_merge...
...git merge topic_branch After completing the merge, it is easy to see the consolidated change from master git diff master When done, simply delete the trial_merge branch