Recent Posts

Bootstrapping a Java File System

Author: Scott Sosna Original post on Foojay: Read More Table of Contents History of File Systems Within JavaBefore You Start URI Design File Tree Management Binary Storage The Bare MinimumNext StepsFinal Thoughts References Links Image Credits So what does file system mean to you? Most think of file systems as directories and files accessed via your computer: local disk, remotely …

Read More »

First Test of Java on the Orange Pi (ARM and RISC-V)

Author: Frank Delporte Original post on Foojay: Read More Table of Contents OrangePi LineupTest Boards OrangePi 5 Ultra OrangePi RV2 Getting Started Hardware Setup Java Installation and Testing OrangePi 5 Ultra (ARM) OrangePi RV2 (RISC-V) Conclusion As part of my 2026 learning goals around Java on Single Board Computers and RISC-V (see this post about x86 versus ARM versus RISC-V), …

Read More »

Introduction to Behavior Driving Development with Java and MongoDB

Author: Otavio Santana Original post on Foojay: Read More Table of Contents PrerequisitesStep 1: Create the project structureStep 2: Create the test infrastructureStep 3: Generate our first scenario testConclusion When we face software development, the biggest mistake is about delivering what the client wants. It sounds like a cliché, but after decades, we are still facing this problem. One good …

Read More »