A practical walkthrough of the full CLAUDE.md hierarchy, using a healthcare startup as the example. Table of Contents Every time you launch a Claude Code session, the agent starts with a blank slate. It doesn’t remember your tech stack, your HIPAA obligations, your naming conventions, or the fact that nobody should ever touch the migrations/ folder without […]

Read More →

SpotBugs is a program to find bugs in Java programs. It looks for instances of “bug patterns” — code instances that are likely to be errors. It uses static analysis to look for bugs in Java code. SpotBugs checks for more than 400 bug patterns. Bug descriptions can be found here. It is free software, […]

Read More →

The WorldWind Explorer was created by Bruce Schubert and is powered by ESA-NASA Web WorldWind which provides the 3D Earth visualization with WMS maps, imagery and terrain. WorldWind is different from a 3D globe like Google Earth because it is not an application. Instead, it is an SDK (software development kit) that software engineers can […]

Read More →

JDK 10, the first release produced under the six-month rapid-cadence release model, is now Generally Available. What this also means is that Java 9 is obsolete and oracle will not provide any security updates for version 9. This release includes the following twelve features and many smaller enhancements. Local-Variable Type Inference Consolidate the JDK Forest […]

Read More →