Explore >> Select a destination


You are here

piotrminkowski.com
| | www.e4developer.com
19.6 parsecs away

Travel
| | Handling Bad Messages using Dead Letter Queues in RabbitMQ. See how Spring Cloud Stream makes it easy and what can you do to repair and replay messages.
| | www.e4developer.com
17.9 parsecs away

Travel
| | High level introduction to Spring Boot and its popularity. Spring Boot Hello World example and a list of features that make it so successful.
| | inside.java
20.7 parsecs away

Travel
| | The Simple Web Server was added to the `jdk.httpserver` module in JDK 18. It is a minimal HTTP static file server, designed to be used for prototyping, testing, and debugging. This article explores some less obvious yet interesting programmatic appl...
| | blog.nuculabs.de
90.4 parsecs away

Travel
| Hello everyone! ?? This is a follow-up post to the previous one, long story short I started taking the course from fast.ai to learn more about Deep Learning. I've built a simple Image Tagging model using the Resnet architecture (don't worry about the paper I did not read it, GitHub Copilot suggested it while writing this blog post). FastAI is a high-level Python library that allows you to train complex ML models really fast and efficiently. After training my model, I've exported it into the ONNX format and in this post we're using the model in a Java application.