Summary: The importance of testing software with normal user accounts, not just admin accounts, to avoid potential issues and ensure functionality for all users.
Summary: Building a simple cache system for Wordpress 3.0 to speed up loading times.
Summary: My personal journey with Source Code Control systems.
Summary: The difference between distributed knowledge and shared knowledge in companies.
Summary: A comparison between using C# String array + File.WriteAllLines and StringBuilder + File.WriteAllText for writing large amounts of data to a file.