You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Emergent and Evolutionary](#emergent-and-evolutionary)
174
174
*[Scale-Out, Scale-Up](#scale-out-scale-up)
175
175
*[Failures User Sessions](#failures-user-sessions)
@@ -234,7 +234,7 @@ Feel free to open a [Discussion](https://github.com/arialdomartini/Back-End-Deve
234
234
*[Streaming](#streaming)
235
235
*[1 Week Improvement](#1-week-improvement)
236
236
*[Learnt this week](#learnt-this-week)
237
-
*[Aestheric](#aestheric)
237
+
*[aesthetic](#aesthetic)
238
238
*[Last 5 books](#last-5-books)
239
239
*[Introducing CI/CD](#introducing-cicd)
240
240
*[Reinvent the Wheel](#reinvent-the-wheel)
@@ -677,7 +677,7 @@ When is a cache not useful or even dangerous?
677
677
#### Event-Driven Architecture
678
678
Why does Event-Driven Architecture improve scalability?
679
679
680
-
#### Readibility
680
+
#### readability
681
681
What makes code readable?
682
682
683
683
#### Emergent and Evolutionary
@@ -862,7 +862,7 @@ Say your company gives you one week you can use to improve your and your colleag
862
862
#### Learnt this week
863
863
What did you learn this week?
864
864
865
-
#### Aestheric
865
+
#### aesthetic
866
866
There is an aesthetic element to all design. The question is, is this aesthetic element your friend or your enemy?
867
867
868
868
#### Last 5 books
@@ -972,7 +972,7 @@ public class Stack {
972
972
}
973
973
```
974
974
975
-
#### Kill the wwitch
975
+
#### Kill the witch
976
976
`if`s and in general conditional statements lead to procedural and imperative programming. Can you get rid of this `switch` and make this snippet more object oriented?
0 commit comments