Recent Posts

[Java] A method logger lib with Spring AOP

1 minute read

MethodLogger is a java lib based in Spring AOP for logging method calls, exposing execution time, serialized returned object and more. This is how you can us...

[C#] CSV Object Extension

1 minute read

This is a simple extension that generates a CSV string out of any object. Let me explain a little bit of how it works: