I am a very strong proponent of privacy and anonymity in general, but I have slightly different views regarding the benefits of anonymity in the workplace. In particular, there tends to be a
Your work shouldn't define you, but maybe your job title does? I have never put too much thought on my job title, until a few experiences I had interviewing for jobs a couple of years ago.
Server-Sent Events (SSE) offer a straightforward way to push updates from the server to the client. However, managing streams of data can sometimes introduce complexity. This is where Generators come into play, offering a powerful yet underutilised tool for simplifying asynchronous code.
Performance review season. Probably not the most exciting time of the year. Yet, most companies have them, so let's explore what are performance reviews, why we have them, and what can be a more valuable and inspiring alternative.
Let's build an LRU cache, with extra features such as persistence, TTL, events, and custom eviction policies ... for fun!