In modern Java, the visitor pattern is no longer needed. Using sealed types and switches with pattern matching achieves the same goals with less code and less complexity.| nipafx // You. Me. Java.
How do you do, fellow web developers? A growing disconnect. | exotext| rakhim.exotext.com
Java in the Small| horstmann.com
we are going to have to re-learn how to use the computer| www.late-review.com
Researchers at the University of Helsinki and Cambridge attempted to build a faster SQLite using modern programming paradigms like io_uring and disaggregated storage. They demonstrate up to a 100x reduction in tail latency. These are my notes.| blag
A few weeks ago I wrote| dustycloud.org
Making first steps in open source is hard. Submitting pull requests to big and popular repositories is very hard. These recommendations may help you simplify this task.| www.yegor256.com