#project-structure

[ follow ]
#java
fromMedium
2 weeks ago
Java

Java Is Slow-Until You Use It Like This

Deep JVM knowledge and disciplined practices—clear module boundaries, immutable domain models, simple services, careful stream use, and higher-level concurrency—enable scalable, maintainable Java systems.
fromMedium
2 weeks ago
Java

Java Is Slow-Until You Use It Like This

Java punishes shallow understanding and rewards discipline; leveraging JVM behavior and clear project structure enables scalable, maintainable production-grade systems.
Web development
from2ality
4 months ago

Learning web development: Installing npm packages and bundling

Web apps use npm libraries, tests, and a bundling build step that outputs a single bundle and follows a project file structure.
[ Load more ]