/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

renato.athaydes.com
| | phil.lavin.me.uk
1.7 parsecs away

Travel
| | Intro It feels like quite a common requirement to want to sanitise your Java application logs to remove passwords, PII,
| | compositecode.blog
2.5 parsecs away

Travel
| | The author discusses the importance of considering the full lifecycle when building financial app prototypes. They emphasize the value of horizontal infrastructure as code (IaC) assets and the benefits of using tools like Terraform or Pulumi. They also describe their experiences in creating various financial APIs using Spring Boot, and the use of Docker and...
| | boyter.org
2.8 parsecs away

Travel
| | [AI summary] This blog post compares the performance of Java and Go when processing large files, highlighting the challenges Java faces with memory-mapped files and the efficiency of Go's concurrency model. The author tests various implementations, including a Java solution with threads and queues, and finds that Go's approach is faster, though Java can be optimized with batch processing and efficient queue implementations. The post concludes that for optimal large file processing, Go is more suitable, but Java can still be competitive with the right techniques.
| | dontcodetired.com
24.8 parsecs away

Travel
| Don't Code Tired - Jason Roberts on Software Development and .NET - This is the fifth part in a series demonstrating how to setup continuous deployment of an Azure Func