Links #1

Employers ask for a return to the office: LinkedIn data shows how things have quickly shifted in one year: remote-work peaked March 2022 – more than 20 percent of job posting comparing with January 2023 where remote-work was at just 13 percent of job posting. This doesn’t align with employee preferences (according to a poll 60 percent prefer to be on a hybrid model while 34 percent prefer to work from home permanently).

https://www.code4it.dev/architecture-notes/caching-strategies: Caching is a process of storing data in a cache – a temporary storage that facilitates faster access to data. Using caching improves application performance. This article describes a couple of strategies used at a application level (there are more types of caching):  Cache-asideRead-throughWrite-through, and Write-behind. You can learn about the advantages and disadvantages of each strategy and you can find some useful links to some further readings.