Do you know applying a different way of writing a for-loop could save you up to a second or 70% performance per execution?! This article highlights three optimal implementations in Apex, hopefully to make everyone aware of the end-user impact of choosing one or the other implementation.
StaticResources are publicly accessible
Did you think StaticResource were a save place to store data, as long as you not expose the name? This article shares how each StaticResource is publicly accessible for each Site and/or Community visitor.
Enterprise Design Pattern (fflib)
What is the Enterprise Design Pattern; why would you apply it; where and how to start? Implementing this pattern will help you structure your code base, promote reuse of methods and allow to reduce unit test runtime thanks to Mocking.