<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/foojayio/best-of/2024/08" -->

---
title: Best Foojay.io posts — August 2024 | daily.dev
description: The most upvoted Foojay.io posts from August 2024, curated by the daily.dev community.
canonical: https://daily.dev/sources/foojayio/best-of/2024/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/foojayio/best-of/2024/08
og:type: website
og:site_name: daily.dev
og:title: Best Foojay.io posts — August 2024 | daily.dev
og:description: The most upvoted Foojay.io posts from August 2024, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Foojay.io — August 2024

1. 1  
[](https://daily.dev/posts/interview-with-a-java-champion-reflections-on-a-storied-career-and-insights-for-the-next-generation-ut2syhh7x "Interview with a Java Champion: Reflections on a Storied Career and Insights for the Next Generation")  
Article  
![Avatar of foojayio](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1820f6a6ae944760aa322b67ed85f848)Foojay.io·2y  
Interview with a Java Champion: Reflections on a Storied Career and Insights for the Next Generation  
A seasoned developer with over two decades of experience, Ben Evans shares his journey from first learning Java in 1998 to becoming deeply involved in the Java community. He reflects on the evolution of Java, the importance of community, and the challenges new developers face today. Ben also provides insights into the process of writing and revising technical books, highlighting the continuous changes in software trends and the enduring relevance of fundamental skills.  
16  
2
2. 2  
[](https://daily.dev/posts/spring-internals-of-componentscan-tczwlfhmb "Spring: Internals of @ComponentScan")  
Article  
![Avatar of foojayio](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1820f6a6ae944760aa322b67ed85f848)Foojay.io·2y  
Spring: Internals of @ComponentScan  
The @ComponentScan annotation in Spring, located within the org.springframework.context.annotation package, helps automatically detect beans in a Spring application. It can identify classes annotated with stereotypes like @Configuration, @Component, @Service, @Controller, and @Repository. The annotation can be used with or without parameters, such as basePackageClasses() or basePackages(), to specify scanning packages. It essentially replaces the XML tag <context:component-scan/> and includes various attributes for customizing the component scanning process, like nameGenerator, scopeResolver, scopedProxy, useDefaultFilters, includeFilters, and excludeFilters.  
15
3. 3  
[](https://daily.dev/posts/allocation-profiling-in-java-ed7qhiqwc "Allocation Profiling in Java")  
Article  
![Avatar of foojayio](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1820f6a6ae944760aa322b67ed85f848)Foojay.io·2y  
Allocation Profiling in Java  
Learn how to use allocation profiling to solve a runtime issue in a Java application. The post guides through cloning a GitHub repository, running the application, and diagnosing an OutOfMemoryError. It details steps for using debuggers, monitoring CPU and memory usage, and employing allocation profiling to identify memory leaks. Finally, it covers fixing code by implementing missing equals() and hashcode() methods, ensuring the application runs smoothly.  
10

[See all Foojay.io archives](/sources/foojayio/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/foojayio/best-of/2024/08#page","url":"https://daily.dev/sources/foojayio/best-of/2024/08","name":"Best Foojay.io Posts — August 2024","description":"The most upvoted Foojay.io posts from August 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/foojayio/best-of/2024/08#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/interview-with-a-java-champion-reflections-on-a-storied-career-and-insights-for-the-next-generation-ut2syhh7x","name":"Interview with a Java Champion: Reflections on a Storied Career and Insights for the Next Generation"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/spring-internals-of-componentscan-tczwlfhmb","name":"Spring: Internals of @ComponentScan"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/allocation-profiling-in-java-ed7qhiqwc","name":"Allocation Profiling in Java"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Foojay.io","item":"https://daily.dev/sources/foojayio"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/foojayio/best-of"},{"@type":"ListItem","position":5,"name":"August 2024"}]}]}
```

