Java 12 – Spring cleaning
We talk about the new features in Java 12, all about garbage collectors and switch statements.
We look into writing a custom log4j appender in java and how to send you to log messages with an appender to RabbitMQ. Writing a custom appender is challenging due to performance considerations.
I’m trying to solve all the Advent of Code puzzles in this video series.
I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some…
Using the material design we create a new web component with an input box and label.
I’m trying to solve all the Advent of Code puzzles in this video series.
What can you learn from examining code in multiple languages?