Useful tips for everyday
Why do we use numbers instead of strings? A String is text, Integer a number. The reason you use both of these is the way…
What are exclusive rights? In Anglo-Saxon law, an exclusive right, or exclusivity, is a de facto, non-tangible prerogative existing in law (that is, the power…
How do I use two different apps on one account? Use your phone’s OS. Android actually gives you the option to add multiple Google accounts…
What are the main differences between the different monolithic services and microservices? A monolithic architecture is built as one large system and is usually one…
Why do we need move constructor? A move constructor enables the resources owned by an rvalue object to be moved into an lvalue without copying.…
What does it mean to align data? Data structure alignment is the way data is arranged and accessed in computer memory. For instance, in a…
Where does design happen in Scrum? Where does design work belong? Either before the first sprint, or on the first sprint, and possibly in every…
Are modules and functions the same in Python? This chapter is about functions and modules in Python. Functions are a handy way to isolate a…
What is context mapping in microservices? With Context Mapping, you identify the various contexts in the application and their boundaries. It’s common to have a…
What are agile development skills? Key agile skills An ability to cut through unnecessary work and focus only on essential work. Sound judgment under pressure…