#java
Read more stories on Hashnode
Articles with this tag
Today I was mob programming with Square's Mobile & Performance Reliability team and we toyed with an interesting idea. Our codebase has classes that...
Demystifying the internals of DI libraries · Dependency Injection libraries are powerful tools, but they're often also intimidating & confusing. When...
TL;DR Avoid doing this: new HashMap<String, String>() {{ put("key", value); }}; Leak Trace I was recently looking at the following leak trace from...