About computer science, crafting software, and what happens in between
  • How remote work has changed your life for the better?

    Since the first lockdown in 2020, when I started working remotely full-time, I saved around 1.300 hours by not commuting to an office, time that I spent mostly on personal and professional improvements. On top of that, I had way more family time, moved to a better place, avoided lots of toxic “office culture” and stress, and developed new connections. My productivity skyrocketed together with my ability to focus in my quiet home office. And, so far, not a single sick day! [Read More]
    Tags:
  • RabbitMQ, some notes about the exchanges

    RabbitMQ differs from brokers such as ActiveMQ because it uses a level of indirection between the producer and a consumer. The exchanges implement such indirection similarly (but not quite the same!) to how post offices are in the middle between who sends a postcard and who receives it. [Read More]
  • Log4Shell report

    Eight months after the discovery of Log4Shell, the American Cybersecurity and Infrastructure Security Agency declared that “the Log4j event is not over and is an endemic vulnerability that will remain in systems for many years to come, perhaps a decade or longer”. Although experts can provide proof of exploitation, the impact on a large scale is unknown because organizations do not share or even collect such information. [Read More]
  • Check Spring Actuator Age

    I’m going to use the Spring’s Actuator endpoint on /no-auth/actuator/info to parse the date of the last service’s git commit and print a simple report with the age or my services. [Read More]
    Tags:
audit pixel