This whole Java SE bullshido that Oracle is all up on their high horse about
has made me think about why I really enjoy Forth.
I’d like to lay down some of my thoughts before I forget them,
because I think it’s worth preserving and discussing.
Read more »
Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)
Read more »
Software bugs are an inevitable part of the development process. For this reason, Java debugging is a core skill every programmer should have. ... (more…)
Read more »
java-persistence-frameworks-comparison - Comparison of non-JPA SQL mapping frameworks for Java (Jooq, Spring JDBCTemplate, MyBatis, EBean, JDBI, Speedment, sql2o)...
Read more »
H2 database is a small and compact way to store data directly from Java, especially because it can use simple binary files as storage. My go... (more…)
Read more »