|
You are here |
ryanharter.com | ||
| | | | |
cloudogu.com
|
|
| | | | | In our three-part series, we show you how to use Java Annotation Processors. Part 1: Introduction and basics. Read now. | |
| | | | |
renato.athaydes.com
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | Building a parser combinator library from scratch | ||