Factory
Loose coupling OC principle default in interface π οΈ When to use factory When you want to create several types of smth with different values give the creation role to a factory π Yo...
Loose coupling OC principle default in interface π οΈ When to use factory When you want to create several types of smth with different values give the creation role to a factory π Yo...
β Layered Architecutre in Spring β why use layered architecture? separation of concerns to organize code by responsitbility Presentation Layer Controller: handles HTTP request &am...
β TDD red blue green π΄ first create the test code //test code @DisplayName("Calculate the total price of beverages in order") @Test void getTotalPrice() { //give...
β / root directory: origin of the tree root user are not the same! β Level 0 / means root, origin of the tree kernel root directory all mean the same β Level 1 all have ...
β Installation on RM β Installation on VM βοΈ Suggestion 1 Internal harddisk in order to avoid slow reading/writing access to USB βοΈ Suggestion 2 The iso for the Ubuntu in the V...
β Installation every release have same hardware requirements π flavors require different hardware requirements If you do not have the hardware requirements, change the flavorβοΈ, not the rel...
β 5.5 Installation categories: [DAW bilingual, Computer System] tags: [] # TAG names should always be lowercase β β Where to download should be done from canonical > ubuntu canonical: com...
ππ» Ubuntu good performance flexible β Releases lanzamiento numbers that follow the Ubuntu... βοΈ Version: Lubuntu 18.04 4 LTS distro: ubuntu flavor: LXQE or LXQT light for RA...
Distro π Flavor βοΈ Distro: Type of linux(π Debian, Ubuntu, Redhatβ¦) βοΈ Flavor: Graphical aspect of the distro desktop Environment of the Distro also called DE π There can be sev...
β Junit framework to help testing assertEquals β AssertJ library with APIs to help testing assertThat().isEqualTo() assertThat().hasSize() assertThat().isEmpty() Manual Testing ...