Explore >> Select a destination


You are here

golb.hplar.ch
| | renato.athaydes.com
4.4 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.
| | mherman.org
2.5 parsecs away

Travel
| | This tutorial looks at how to implement an API with Node, gRPC, and Postgres.
| | stackchief.com
2.4 parsecs away

Travel
| | BeanPostProcessor example in Spring Boot including proxy example, BeanFactoryPostProcessor vs BeanPostProcessor, BeanPostProcessor not getting called, BeanPostProcessor vs PostConstruct, and more.
| | jj09.net
13.8 parsecs away

Travel
| This is a step-by-step overview for creating the front-end, backend, and persistence layer with MARN Stack: MongoDB, Apollo Server, React and Node.js. I also created...