/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ryanharter.com
| | cloudogu.com
11.0 parsecs away

Travel
| | In our three-part series, we show you how to use Java Annotation Processors. Part 1: Introduction and basics. Read now.
| | renato.athaydes.com
13.7 parsecs away

Travel
| | [AI summary] The article discusses creating a minimal HTTP server in Java without using frameworks, leveraging Java SE's capabilities for simplicity and control. It highlights building the server with custom code, using annotations for routing, and demonstrates the approach with a basic 'Hello World' example. The article also covers testing with JUnit, using standalone JUnit runners, and building the project with Java itself to avoid bash scripts. It concludes by advocating for a balance between using frameworks and raw Java SE for different application needs.
| | aradaelli.com
7.3 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | fsharpforfunandprofit.com
30.1 parsecs away

Travel
| Building a parser combinator library from scratch