I’ve been using reveal.js as my main Slides as Code framework for a while. However, creating PDFs manually by “printing” a webpage into a PDF file was never fun(especially when conference staff is pushing you to quickly copy the slides to their USB stick) so I needed to figure out a better way.
Leave a Comment{ 4Comprehension } Posts
Hibernate is a fantastic piece of engineering which became pretty much a default persistence solution for Java projects around the world.
However, many admit that it’s often a bit too feature-rich and that things like lazy-loading, dirty-checking, schema generation, session management, etc., make it unnecessarily heavy, unpredictable, and hard to debug.
Luckily, Spring ecosystem features two interesting alternatives that many are not aware of.
Leave a CommentIn this series, we’ll revisit the concept of event sourcing by implementing a PoC of a hypothetical data structure – an event-sourced list, and then…
Leave a Comment